diff --git a/print.html b/print.html
index 8274db2e..aed76c1b 100644
--- a/print.html
+++ b/print.html
@@ -526,10 +526,26 @@
roblox.yml
- A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.
-Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, roblox), as well as any standard libraries that can be found in the current directory.
+Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, lua54, roblox), as well as any standard libraries that can be found in the current directory.
--- # This begins a YAML file
base: lua51 # We will be extending off of Lua 5.1.
+
+Used for specifying the versions of Lua you support for the purpose of supporting the syntax of those dialects. If empty, will default to 5.1.
+Supports the following options:
+
+lua51
- Lua 5.1
+lua52
- Lua 5.2
+lua53
- Lua 5.3
+lua54
- Lua 5.4
+luau
- Luau
+luajit
- LuaJIT
+
+Usually you only need to specify one--for example, lua54
will give Lua 5.4 syntax and all versions prior. That means that if you specify it, it will look something like:
+lua_versions:
+- luajit
+
+If you are extending off a library that specifies it (like lua51
, etc) then you do not need this. If you specify it while overriding a library, it will override it.
This is where the magic happens. The globals
field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide.
If your standard library is based off another, overriding something defined there will use your implementation over the original.
diff --git a/searchindex.js b/searchindex.js
index 1fb41930..6cf34504 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["selene.html#selene","selene.html#license","motivation.html#motivation","motivation.html#because-bugs","motivation.html#because-idiomatic-lua","luacheck.html#luacheck-comparison","luacheck.html#selene-vs-luacheck","luacheck.html#migration","cli/index.html#command-line-interface","cli/installation.html#installation","cli/installation.html#disabling-roblox-features","cli/usage.html#cli-usage","cli/usage.html#basic-usage","cli/usage.html#advanced-options","usage/index.html#usage","usage/configuration.html#configuration","usage/configuration.html#changing-the-severity-of-lints","usage/configuration.html#configuring-specific-lints","usage/configuration.html#setting-the-standard-library","usage/configuration.html#chaining-the-standard-library","usage/configuration.html#excluding-files-from-being-linted","usage/filtering.html#filtering","usage/filtering.html#allowingdenying-lints-for-a-piece-of-code","usage/filtering.html#allowingdenying-lints-for-an-entire-file","usage/filtering.html#combining-multiple-lints","usage/std.html#standard-library-format","usage/std.html#examples","usage/std.html#base","usage/std.html#globals","usage/std.html#any","usage/std.html#functions","usage/std.html#properties","usage/std.html#struct","usage/std.html#tables","usage/std.html#deprecated","usage/std.html#removed","usage/std.html#structs","usage/std.html#wildcards","usage/std.html#internal-properties","usage/std.html#name","usage/std.html#last_updated","usage/std.html#last_selene_version","usage/std.html#roblox_classes","roblox.html#roblox-guide","roblox.html#installation","roblox.html#updating-definitions","roblox.html#testez-support","roblox.html#pinned-standard-library","contributing.html#contributing","contributing.html#writing-a-lint","contributing.html#getting-selene-to-recognize-the-new-lint","contributing.html#writing-tests","contributing.html#documenting-it","lints/index.html#lints","lints/almost_swapped.html#almost_swapped","lints/almost_swapped.html#what-it-does","lints/almost_swapped.html#why-this-is-bad","lints/almost_swapped.html#example","lints/constant_table_comparison.html#constant_table_comparison","lints/constant_table_comparison.html#what-it-does","lints/constant_table_comparison.html#why-this-is-bad","lints/constant_table_comparison.html#example","lints/deprecated.html#deprecated","lints/deprecated.html#what-it-does","lints/deprecated.html#why-this-is-bad","lints/deprecated.html#configuration","lints/deprecated.html#example","lints/divide_by_zero.html#divide_by_zero","lints/divide_by_zero.html#what-it-does","lints/divide_by_zero.html#why-this-is-bad","lints/divide_by_zero.html#example","lints/duplicate_keys.html#duplicate_keys","lints/duplicate_keys.html#what-it-does","lints/duplicate_keys.html#why-this-is-bad","lints/duplicate_keys.html#example","lints/duplicate_keys.html#remarks","lints/empty_if.html#empty_if","lints/empty_if.html#what-it-does","lints/empty_if.html#why-this-is-bad","lints/empty_if.html#configuration","lints/empty_if.html#example","lints/empty_loop.html#empty_loop","lints/empty_loop.html#what-it-does","lints/empty_loop.html#why-this-is-bad","lints/empty_loop.html#configuration","lints/empty_loop.html#example","lints/global_usage.html#global_usage","lints/global_usage.html#what-it-does","lints/global_usage.html#why-this-is-bad","lints/global_usage.html#configuration","lints/global_usage.html#remarks","lints/global_usage.html#example","lints/high_cyclomatic_complexity.html#high_cyclomatic_complexity","lints/high_cyclomatic_complexity.html#what-it-does","lints/high_cyclomatic_complexity.html#why-this-is-bad","lints/high_cyclomatic_complexity.html#configuration","lints/high_cyclomatic_complexity.html#example","lints/high_cyclomatic_complexity.html#remarks","lints/if_same_then_else.html#if_same_then_else","lints/if_same_then_else.html#what-it-does","lints/if_same_then_else.html#why-this-is-bad","lints/if_same_then_else.html#example","lints/ifs_same_cond.html#ifs_same_cond","lints/ifs_same_cond.html#what-it-does","lints/ifs_same_cond.html#why-this-is-bad","lints/ifs_same_cond.html#example","lints/ifs_same_cond.html#remarks","lints/incorrect_standard_library_use.html#incorrect_standard_library_use","lints/incorrect_standard_library_use.html#what-it-does","lints/incorrect_standard_library_use.html#example","lints/incorrect_standard_library_use.html#remarks","lints/manual_table_clone.html#manual_table_clone","lints/manual_table_clone.html#what-it-does","lints/manual_table_clone.html#why-this-is-bad","lints/manual_table_clone.html#example","lints/manual_table_clone.html#remarks","lints/mismatched_arg_count.html#mismatched_arg_count","lints/mismatched_arg_count.html#what-it-does","lints/mismatched_arg_count.html#why-this-is-bad","lints/mismatched_arg_count.html#example","lints/mismatched_arg_count.html#remarks","lints/mixed_table.html#mixed_table","lints/mixed_table.html#what-it-does","lints/mixed_table.html#why-this-is-bad","lints/mixed_table.html#example","lints/multiple_statements.html#multiple_statements","lints/multiple_statements.html#what-it-does","lints/multiple_statements.html#why-this-is-bad","lints/multiple_statements.html#configuration","lints/multiple_statements.html#example","lints/must_use.html#must_use","lints/must_use.html#what-it-does","lints/must_use.html#why-this-is-bad","lints/must_use.html#example","lints/must_use.html#remarks","lints/parenthese_conditions.html#parenthese_conditions","lints/parenthese_conditions.html#what-it-does","lints/parenthese_conditions.html#why-this-is-bad","lints/parenthese_conditions.html#example","lints/roblox_incorrect_color3_new_bounds.html#roblox_incorrect_color3_new_bounds","lints/roblox_incorrect_color3_new_bounds.html#what-it-does","lints/roblox_incorrect_color3_new_bounds.html#why-this-is-bad","lints/roblox_incorrect_color3_new_bounds.html#example","lints/roblox_incorrect_color3_new_bounds.html#remarks","lints/roblox_incorrect_roact_usage.html#roblox_incorrect_roact_usage","lints/roblox_incorrect_roact_usage.html#what-it-does","lints/roblox_incorrect_roact_usage.html#why-this-is-bad","lints/roblox_incorrect_roact_usage.html#example","lints/roblox_incorrect_roact_usage.html#remarks","lints/roblox_suspicious_udim2_new.html#roblox_suspicious_udim2_new","lints/roblox_suspicious_udim2_new.html#what-it-does","lints/roblox_suspicious_udim2_new.html#why-this-is-bad","lints/roblox_suspicious_udim2_new.html#example","lints/roblox_suspicious_udim2_new.html#remarks","lints/shadowing.html#shadowing","lints/shadowing.html#what-it-does","lints/shadowing.html#why-this-is-bad","lints/shadowing.html#configuration","lints/shadowing.html#example","lints/suspicious_reverse_loop.html#suspicious_reverse_loop","lints/suspicious_reverse_loop.html#what-it-does","lints/suspicious_reverse_loop.html#why-this-is-bad","lints/suspicious_reverse_loop.html#example","lints/type_check_inside_call.html#type_check_inside_call","lints/type_check_inside_call.html#what-it-does","lints/type_check_inside_call.html#why-this-is-bad","lints/type_check_inside_call.html#example","lints/type_check_inside_call.html#remarks","lints/unbalanced_assignments.html#unbalanced_assignments","lints/unbalanced_assignments.html#what-it-does","lints/unbalanced_assignments.html#why-this-is-bad","lints/unbalanced_assignments.html#example","lints/unbalanced_assignments.html#remarks","lints/undefined_variable.html#undefined_variable","lints/undefined_variable.html#what-it-does","lints/undefined_variable.html#why-this-is-bad","lints/undefined_variable.html#example","lints/undefined_variable.html#remarks","lints/unscoped_variables.html#unscoped_variables","lints/unscoped_variables.html#what-it-does","lints/unscoped_variables.html#why-this-is-bad","lints/unscoped_variables.html#configuration","lints/unscoped_variables.html#example","lints/unused_variable.html#unused_variable","lints/unused_variable.html#what-it-does","lints/unused_variable.html#why-this-is-bad","lints/unused_variable.html#configuration","lints/unused_variable.html#example","lints/unused_variable.html#remarks","lints/unused_variable.html#_-prefixing","lints/unused_variable.html#observes","archive/index.html#archive","archive/std_v1.html#standard-library-format-v1","archive/std_v1.html#examples","archive/std_v1.html#selene","archive/std_v1.html#globals","archive/std_v1.html#any","archive/std_v1.html#functions","archive/std_v1.html#required","archive/std_v1.html#argument-types","archive/std_v1.html#properties","archive/std_v1.html#struct","archive/std_v1.html#table","archive/std_v1.html#removed","archive/std_v1.html#structs","archive/std_v1.html#wildcards"],"index":{"documentStore":{"docInfo":{"0":{"body":76,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":2,"title":1},"10":{"body":14,"breadcrumbs":7,"title":3},"100":{"body":3,"breadcrumbs":3,"title":1},"101":{"body":4,"breadcrumbs":3,"title":1},"102":{"body":0,"breadcrumbs":3,"title":1},"103":{"body":5,"breadcrumbs":2,"title":0},"104":{"body":3,"breadcrumbs":3,"title":1},"105":{"body":6,"breadcrumbs":3,"title":1},"106":{"body":20,"breadcrumbs":3,"title":1},"107":{"body":0,"breadcrumbs":3,"title":1},"108":{"body":5,"breadcrumbs":2,"title":0},"109":{"body":5,"breadcrumbs":3,"title":1},"11":{"body":119,"breadcrumbs":7,"title":2},"110":{"body":25,"breadcrumbs":3,"title":1},"111":{"body":0,"breadcrumbs":3,"title":1},"112":{"body":8,"breadcrumbs":2,"title":0},"113":{"body":8,"breadcrumbs":3,"title":1},"114":{"body":12,"breadcrumbs":3,"title":1},"115":{"body":98,"breadcrumbs":3,"title":1},"116":{"body":0,"breadcrumbs":3,"title":1},"117":{"body":8,"breadcrumbs":2,"title":0},"118":{"body":7,"breadcrumbs":3,"title":1},"119":{"body":15,"breadcrumbs":3,"title":1},"12":{"body":36,"breadcrumbs":7,"title":2},"120":{"body":102,"breadcrumbs":3,"title":1},"121":{"body":0,"breadcrumbs":3,"title":1},"122":{"body":8,"breadcrumbs":2,"title":0},"123":{"body":9,"breadcrumbs":3,"title":1},"124":{"body":7,"breadcrumbs":3,"title":1},"125":{"body":0,"breadcrumbs":3,"title":1},"126":{"body":5,"breadcrumbs":2,"title":0},"127":{"body":4,"breadcrumbs":3,"title":1},"128":{"body":36,"breadcrumbs":3,"title":1},"129":{"body":7,"breadcrumbs":3,"title":1},"13":{"body":97,"breadcrumbs":7,"title":2},"130":{"body":0,"breadcrumbs":3,"title":1},"131":{"body":7,"breadcrumbs":2,"title":0},"132":{"body":8,"breadcrumbs":3,"title":1},"133":{"body":12,"breadcrumbs":3,"title":1},"134":{"body":6,"breadcrumbs":3,"title":1},"135":{"body":0,"breadcrumbs":3,"title":1},"136":{"body":4,"breadcrumbs":2,"title":0},"137":{"body":3,"breadcrumbs":3,"title":1},"138":{"body":11,"breadcrumbs":3,"title":1},"139":{"body":0,"breadcrumbs":3,"title":1},"14":{"body":7,"breadcrumbs":2,"title":1},"140":{"body":7,"breadcrumbs":2,"title":0},"141":{"body":16,"breadcrumbs":3,"title":1},"142":{"body":3,"breadcrumbs":3,"title":1},"143":{"body":6,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":13,"breadcrumbs":2,"title":0},"146":{"body":12,"breadcrumbs":3,"title":1},"147":{"body":24,"breadcrumbs":3,"title":1},"148":{"body":69,"breadcrumbs":3,"title":1},"149":{"body":0,"breadcrumbs":3,"title":1},"15":{"body":37,"breadcrumbs":3,"title":1},"150":{"body":5,"breadcrumbs":2,"title":0},"151":{"body":31,"breadcrumbs":3,"title":1},"152":{"body":9,"breadcrumbs":3,"title":1},"153":{"body":23,"breadcrumbs":3,"title":1},"154":{"body":0,"breadcrumbs":3,"title":1},"155":{"body":6,"breadcrumbs":2,"title":0},"156":{"body":20,"breadcrumbs":3,"title":1},"157":{"body":18,"breadcrumbs":3,"title":1},"158":{"body":8,"breadcrumbs":3,"title":1},"159":{"body":0,"breadcrumbs":3,"title":1},"16":{"body":40,"breadcrumbs":5,"title":3},"160":{"body":9,"breadcrumbs":2,"title":0},"161":{"body":15,"breadcrumbs":3,"title":1},"162":{"body":8,"breadcrumbs":3,"title":1},"163":{"body":0,"breadcrumbs":3,"title":1},"164":{"body":6,"breadcrumbs":2,"title":0},"165":{"body":6,"breadcrumbs":3,"title":1},"166":{"body":7,"breadcrumbs":3,"title":1},"167":{"body":7,"breadcrumbs":3,"title":1},"168":{"body":0,"breadcrumbs":3,"title":1},"169":{"body":7,"breadcrumbs":2,"title":0},"17":{"body":33,"breadcrumbs":5,"title":3},"170":{"body":13,"breadcrumbs":3,"title":1},"171":{"body":5,"breadcrumbs":3,"title":1},"172":{"body":69,"breadcrumbs":3,"title":1},"173":{"body":0,"breadcrumbs":3,"title":1},"174":{"body":4,"breadcrumbs":2,"title":0},"175":{"body":1,"breadcrumbs":3,"title":1},"176":{"body":4,"breadcrumbs":3,"title":1},"177":{"body":15,"breadcrumbs":3,"title":1},"178":{"body":0,"breadcrumbs":3,"title":1},"179":{"body":7,"breadcrumbs":2,"title":0},"18":{"body":59,"breadcrumbs":5,"title":3},"180":{"body":12,"breadcrumbs":3,"title":1},"181":{"body":16,"breadcrumbs":3,"title":1},"182":{"body":2,"breadcrumbs":3,"title":1},"183":{"body":0,"breadcrumbs":3,"title":1},"184":{"body":3,"breadcrumbs":2,"title":0},"185":{"body":6,"breadcrumbs":3,"title":1},"186":{"body":29,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":0,"breadcrumbs":3,"title":1},"189":{"body":17,"breadcrumbs":4,"title":2},"19":{"body":20,"breadcrumbs":5,"title":3},"190":{"body":79,"breadcrumbs":3,"title":1},"191":{"body":7,"breadcrumbs":2,"title":1},"192":{"body":52,"breadcrumbs":9,"title":4},"193":{"body":43,"breadcrumbs":6,"title":1},"194":{"body":45,"breadcrumbs":6,"title":1},"195":{"body":26,"breadcrumbs":6,"title":1},"196":{"body":13,"breadcrumbs":5,"title":0},"197":{"body":51,"breadcrumbs":6,"title":1},"198":{"body":13,"breadcrumbs":6,"title":1},"199":{"body":77,"breadcrumbs":7,"title":2},"2":{"body":0,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":4},"200":{"body":79,"breadcrumbs":6,"title":1},"201":{"body":11,"breadcrumbs":6,"title":1},"202":{"body":20,"breadcrumbs":6,"title":1},"203":{"body":13,"breadcrumbs":6,"title":1},"204":{"body":51,"breadcrumbs":6,"title":1},"205":{"body":97,"breadcrumbs":6,"title":1},"21":{"body":9,"breadcrumbs":3,"title":1},"22":{"body":100,"breadcrumbs":6,"title":4},"23":{"body":60,"breadcrumbs":6,"title":4},"24":{"body":12,"breadcrumbs":5,"title":3},"25":{"body":17,"breadcrumbs":7,"title":3},"26":{"body":43,"breadcrumbs":5,"title":1},"27":{"body":27,"breadcrumbs":5,"title":1},"28":{"body":26,"breadcrumbs":5,"title":1},"29":{"body":13,"breadcrumbs":4,"title":0},"3":{"body":261,"breadcrumbs":2,"title":1},"30":{"body":225,"breadcrumbs":5,"title":1},"31":{"body":77,"breadcrumbs":5,"title":1},"32":{"body":11,"breadcrumbs":5,"title":1},"33":{"body":22,"breadcrumbs":5,"title":1},"34":{"body":91,"breadcrumbs":5,"title":1},"35":{"body":13,"breadcrumbs":5,"title":1},"36":{"body":54,"breadcrumbs":5,"title":1},"37":{"body":95,"breadcrumbs":5,"title":1},"38":{"body":13,"breadcrumbs":6,"title":2},"39":{"body":15,"breadcrumbs":5,"title":1},"4":{"body":111,"breadcrumbs":3,"title":2},"40":{"body":13,"breadcrumbs":5,"title":1},"41":{"body":15,"breadcrumbs":5,"title":1},"42":{"body":5,"breadcrumbs":5,"title":1},"43":{"body":40,"breadcrumbs":4,"title":2},"44":{"body":44,"breadcrumbs":3,"title":1},"45":{"body":17,"breadcrumbs":4,"title":2},"46":{"body":37,"breadcrumbs":4,"title":2},"47":{"body":59,"breadcrumbs":5,"title":3},"48":{"body":37,"breadcrumbs":2,"title":1},"49":{"body":215,"breadcrumbs":3,"title":2},"5":{"body":0,"breadcrumbs":4,"title":2},"50":{"body":80,"breadcrumbs":6,"title":5},"51":{"body":188,"breadcrumbs":3,"title":2},"52":{"body":103,"breadcrumbs":2,"title":1},"53":{"body":6,"breadcrumbs":2,"title":1},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":6,"breadcrumbs":2,"title":0},"56":{"body":4,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":3,"title":1},"58":{"body":0,"breadcrumbs":3,"title":1},"59":{"body":5,"breadcrumbs":2,"title":0},"6":{"body":238,"breadcrumbs":5,"title":3},"60":{"body":2,"breadcrumbs":3,"title":1},"61":{"body":9,"breadcrumbs":3,"title":1},"62":{"body":0,"breadcrumbs":3,"title":1},"63":{"body":8,"breadcrumbs":2,"title":0},"64":{"body":9,"breadcrumbs":3,"title":1},"65":{"body":21,"breadcrumbs":3,"title":1},"66":{"body":7,"breadcrumbs":3,"title":1},"67":{"body":0,"breadcrumbs":3,"title":1},"68":{"body":8,"breadcrumbs":2,"title":0},"69":{"body":20,"breadcrumbs":3,"title":1},"7":{"body":52,"breadcrumbs":3,"title":1},"70":{"body":9,"breadcrumbs":3,"title":1},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":7,"breadcrumbs":2,"title":0},"73":{"body":8,"breadcrumbs":3,"title":1},"74":{"body":28,"breadcrumbs":3,"title":1},"75":{"body":16,"breadcrumbs":3,"title":1},"76":{"body":0,"breadcrumbs":3,"title":1},"77":{"body":3,"breadcrumbs":2,"title":0},"78":{"body":10,"breadcrumbs":3,"title":1},"79":{"body":10,"breadcrumbs":3,"title":1},"8":{"body":12,"breadcrumbs":6,"title":3},"80":{"body":12,"breadcrumbs":3,"title":1},"81":{"body":0,"breadcrumbs":3,"title":1},"82":{"body":4,"breadcrumbs":2,"title":0},"83":{"body":11,"breadcrumbs":3,"title":1},"84":{"body":10,"breadcrumbs":3,"title":1},"85":{"body":11,"breadcrumbs":3,"title":1},"86":{"body":0,"breadcrumbs":3,"title":1},"87":{"body":3,"breadcrumbs":2,"title":0},"88":{"body":13,"breadcrumbs":3,"title":1},"89":{"body":13,"breadcrumbs":3,"title":1},"9":{"body":44,"breadcrumbs":5,"title":1},"90":{"body":9,"breadcrumbs":3,"title":1},"91":{"body":2,"breadcrumbs":3,"title":1},"92":{"body":0,"breadcrumbs":3,"title":1},"93":{"body":8,"breadcrumbs":2,"title":0},"94":{"body":9,"breadcrumbs":3,"title":1},"95":{"body":12,"breadcrumbs":3,"title":1},"96":{"body":35,"breadcrumbs":3,"title":1},"97":{"body":10,"breadcrumbs":3,"title":1},"98":{"body":0,"breadcrumbs":3,"title":1},"99":{"body":4,"breadcrumbs":2,"title":0}},"docs":{"0":{"body":"selene is a command line tool designed to help write correct and idiomatic Lua code. New to selene? Read the motivation behind its creation and the CLI guide . If you already use Luacheck , you can read the Luacheck comparison and migration guide . Don't know what a linter is? Check out the wiki on linters about what a linter does and how it's beneficial. Existing user? Read the changelog to learn about any new features or bug fixes. Interested in what selene lints for? Read the list of lints . Interested in contributing to selene's codebase? Read the contribution guide . Want to discuss selene or get help? Join the Roblox OS Community Discord . Note: selene is not Roblox exclusive, but it started its life for Roblox development.","breadcrumbs":"selene » selene","id":"0","title":"selene"},"1":{"body":"selene and all its source code are licensed under the Mozilla Public License 2.0 .","breadcrumbs":"selene » License","id":"1","title":"License"},"10":{"body":"selene is built with Roblox specific lints by default. If you don't want these, then pass --no-default-features to the cargo install command.","breadcrumbs":"Command Line Interface » Installation » Disabling Roblox features","id":"10","title":"Disabling Roblox features"},"100":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » if_same_then_else » Why this is bad","id":"100","title":"Why this is bad"},"101":{"body":"if foo then print(1)\nelse print(1)\nend","breadcrumbs":"Lints » if_same_then_else » Example","id":"101","title":"Example"},"102":{"body":"","breadcrumbs":"Lints » ifs_same_cond » ifs_same_cond","id":"102","title":"ifs_same_cond"},"103":{"body":"Checks for branches in if blocks with equivalent conditions.","breadcrumbs":"Lints » ifs_same_cond » What it does","id":"103","title":"What it does"},"104":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » ifs_same_cond » Why this is bad","id":"104","title":"Why this is bad"},"105":{"body":"if foo then print(1)\nelseif foo then print(1)\nend","breadcrumbs":"Lints » ifs_same_cond » Example","id":"105","title":"Example"},"106":{"body":"This ignores conditions that could have side effects, such as function calls. This will not lint: if foo() then print(1)\nelseif foo() then print(1)\nend ...as the result of foo() could be different the second time it is called.","breadcrumbs":"Lints » ifs_same_cond » Remarks","id":"106","title":"Remarks"},"107":{"body":"","breadcrumbs":"Lints » incorrect_standard_library_use » incorrect_standard_library_use","id":"107","title":"incorrect_standard_library_use"},"108":{"body":"Checks for correct use of the standard library .","breadcrumbs":"Lints » incorrect_standard_library_use » What it does","id":"108","title":"What it does"},"109":{"body":"for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do","breadcrumbs":"Lints » incorrect_standard_library_use » Example","id":"109","title":"Example"},"11":{"body":"If you want to get a quick understanding of the interface, simply type selene --help. USAGE: selene [FLAGS] [OPTIONS] ... selene FLAGS: --allow-warnings Pass when only warnings occur --no-exclude Ignore excludes defined in config -h, --help Prints help information -n, --no-summary Suppress summary information -q, --quiet Display only the necessary information. Equivalent to --display-style=\"quiet\" -V, --version Prints version information OPTIONS: --color [default: auto] [possible values: Always, Auto, Never] --config A toml file to configure the behavior of selene [default: selene.toml] --display-style Sets the display method [possible values: Json, Json2, Rich, Quiet] --num-threads Number of threads to run on, default to the numbers of logical cores on your system [default: your system's cores] --pattern A glob to match files with to check ARGS: ... SUBCOMMANDS: generate-roblox-std help Prints this message or the help of the given subcommand(s) update-roblox-std upgrade-std","breadcrumbs":"Command Line Interface » CLI Usage » CLI Usage","id":"11","title":"CLI Usage"},"110":{"body":"It is highly recommended that you do not turn this lint off. If you are having standard library issues, modify your standard library instead to be correct. If it is a problem with an official standard library (Ex: the Lua 5.1 or Roblox ones), you can file an issue on GitHub .","breadcrumbs":"Lints » incorrect_standard_library_use » Remarks","id":"110","title":"Remarks"},"111":{"body":"","breadcrumbs":"Lints » manual_table_clone » manual_table_clone","id":"111","title":"manual_table_clone"},"112":{"body":"Detects manual re-implementations of table.clone when it exists in the standard library.","breadcrumbs":"Lints » manual_table_clone » What it does","id":"112","title":"What it does"},"113":{"body":"table.clone is much simpler to read and faster than manual re-implementations.","breadcrumbs":"Lints » manual_table_clone » Why this is bad","id":"113","title":"Why this is bad"},"114":{"body":"local output = {} for key, value in pairs(input) do output[key] = value\nend ...should be written as... local output = table.clone(input)","breadcrumbs":"Lints » manual_table_clone » Example","id":"114","title":"Example"},"115":{"body":"Very little outside this exact pattern is matched. This is the list of circumstances which will stop the lint from triggering: Any logic in the body of the function aside from output[key] = value. Any usage of the output variable in between the definition and the loop (as determined by position in code). If the input variable is not a plain locally initialized variable. For example, self.state[key] = value will not lint. If the input variable is not defined as a completely empty table. If the loop and input variable are defined at different depths. The detected looping patterns are pairs(t), ipairs(t), next, t, and t (Luau generalized iteration). If ipairs is used, table.clone is not an exact match if the table is not exclusively an array. For example: local mixedTable = { 1, 2, 3 }\nmixedTable.key = \"value\" local clone = {} -- Lints, but is not equivalent, since ipairs only loops over the array part.\nfor key, value in ipairs(mixedTable) do clone[key] = value\nend When ipairs is the function being used, you'll be notified of this potential gotcha.","breadcrumbs":"Lints » manual_table_clone » Remarks","id":"115","title":"Remarks"},"116":{"body":"","breadcrumbs":"Lints » mismatched_arg_count » mismatched_arg_count","id":"116","title":"mismatched_arg_count"},"117":{"body":"Checks for too many arguments passed to function calls of defined functions.","breadcrumbs":"Lints » mismatched_arg_count » What it does","id":"117","title":"What it does"},"118":{"body":"These arguments provided are unnecessary, and can indicate that the function definition is not what was expected.","breadcrumbs":"Lints » mismatched_arg_count » Why this is bad","id":"118","title":"Why this is bad"},"119":{"body":"local function foo(a, b)\nend foo(1, 2, 3) -- error, function takes 2 arguments, but 3 were supplied","breadcrumbs":"Lints » mismatched_arg_count » Example","id":"119","title":"Example"},"12":{"body":"All unnamed inputs you give to selene will be treated as files to check for. If you want to check a folder of files: selene files If you just want to check one file: selene code.lua If you want to check multiple files/folders: selene file1 file2 file3 ... If you want to pipe code to selene using stdin: cat code.lua | selene -","breadcrumbs":"Command Line Interface » CLI Usage » Basic usage","id":"12","title":"Basic usage"},"120":{"body":"This lint does not handle too few arguments being passed, as this is commonly inferred as passing nil. For example, foo(1) could be used when meaning foo(1, nil). If a defined function is reassigned anywhere in the program, it will try to match the best possible overlap. Take this example: local function foo(a, b, c) print(\"a\")\nend function updateFoo() foo = function(a, b, c, d) print(\"b\") end\nend foo(1, 2, 3, 4) --> \"a\" [mismatched args, but selene doesn't know]\nupdateFoo()\nfoo(1, 2, 3, 4) --> \"b\" [no more mismatched args] selene can not tell that foo corresponds to a new definition because updateFoo() was called in the current context, without actually running the program. However, this would still lint properly: local log if SOME_DEBUG_FLAG then log = function() end\nelse log = function(message) print(message) end\nend -- No definition of `log` takes more than 1 argument, so this will lint.\nlog(\"LOG MESSAGE\", \"Something happened!\")","breadcrumbs":"Lints » mismatched_arg_count » Remarks","id":"120","title":"Remarks"},"121":{"body":"","breadcrumbs":"Lints » mixed_table » mixed_table","id":"121","title":"mixed_table"},"122":{"body":"Checks for mixed tables (tables that act as both an array and dictionary).","breadcrumbs":"Lints » mixed_table » What it does","id":"122","title":"What it does"},"123":{"body":"Mixed tables harms readability and are prone to bugs. There is almost always a better alternative.","breadcrumbs":"Lints » mixed_table » Why this is bad","id":"123","title":"Why this is bad"},"124":{"body":"local foo = { \"array field\", bar = \"dictionary field\",\n}","breadcrumbs":"Lints » mixed_table » Example","id":"124","title":"Example"},"125":{"body":"","breadcrumbs":"Lints » multiple_statements » multiple_statements","id":"125","title":"multiple_statements"},"126":{"body":"Checks for multiple statements on the same line.","breadcrumbs":"Lints » multiple_statements » What it does","id":"126","title":"What it does"},"127":{"body":"This can make your code difficult to read.","breadcrumbs":"Lints » multiple_statements » Why this is bad","id":"127","title":"Why this is bad"},"128":{"body":"one_line_if (default: \"break-return-only\") - Defines whether or not one line if statements should be allowed. One of three options: \"break-return-only\" (default) - if x then return end or if x then break end is ok, but if x then call() end is not. \"allow\" - All one line if statements are allowed. \"deny\" - No one line if statements are allowed.","breadcrumbs":"Lints » multiple_statements » Configuration","id":"128","title":"Configuration"},"129":{"body":"foo() bar() baz() ...should be written as... foo()\nbar()\nbaz()","breadcrumbs":"Lints » multiple_statements » Example","id":"129","title":"Example"},"13":{"body":"-q --quiet Instead of the rich format, only necessary information will be displayed. ~# selene code.lua\nwarning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── code.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Results:\n0 errors\n1 warnings\n0 parse errors ~# selene code.lua -q\ncode.lua:1:6: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead Results:\n0 errors\n1 warnings\n0 parse errors --num-threads num-threads Specifies the number of threads for selene to use. Defaults to however many cores your CPU has. If you type selene --help, you can see this number because it will show as the default for you. --pattern pattern A glob to match what files selene should check for. For example, if you only wanted to check files that end with .spec.lua, you would input --pattern **/*.spec.lua. Defaults to **/*.lua, meaning \"any lua file\", or **/*.lua and **/*.luau with the roblox feature flag, meaning \"any lua/luau file\".","breadcrumbs":"Command Line Interface » CLI Usage » Advanced options","id":"13","title":"Advanced options"},"130":{"body":"","breadcrumbs":"Lints » must_use » must_use","id":"130","title":"must_use"},"131":{"body":"Checks that the return values of functions marked must_use are used.","breadcrumbs":"Lints » must_use » What it does","id":"131","title":"What it does"},"132":{"body":"This lint will only catch uses where the function has no reason to be called other than to use its output.","breadcrumbs":"Lints » must_use » Why this is bad","id":"132","title":"Why this is bad"},"133":{"body":"bit32.bor(entity.flags, Flags.Invincible) ...should be written as... entity.flags = bit32.bor(entity.flags, Flags.Invincible) ...as bit32.bor only produces a new value, it does not mutate anything.","breadcrumbs":"Lints » must_use » Example","id":"133","title":"Example"},"134":{"body":"The output is deemed \"unused\" if the function call is its own statement.","breadcrumbs":"Lints » must_use » Remarks","id":"134","title":"Remarks"},"135":{"body":"","breadcrumbs":"Lints » parenthese_conditions » parenthese_conditions","id":"135","title":"parenthese_conditions"},"136":{"body":"Checks for conditions in the form of (expression).","breadcrumbs":"Lints » parenthese_conditions » What it does","id":"136","title":"What it does"},"137":{"body":"Lua does not require these, and they are not idiomatic.","breadcrumbs":"Lints » parenthese_conditions » Why this is bad","id":"137","title":"Why this is bad"},"138":{"body":"if (x) then\nrepeat until (x)\nwhile (x) do ...should be written as... if x then\nrepeat until x\nwhile x do","breadcrumbs":"Lints » parenthese_conditions » Example","id":"138","title":"Example"},"139":{"body":"","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » roblox_incorrect_color3_new_bounds","id":"139","title":"roblox_incorrect_color3_new_bounds"},"14":{"body":"In this section, you will learn how to interact with selene from your code and how to fit it to your liking.","breadcrumbs":"Usage » Usage","id":"14","title":"Usage"},"140":{"body":"Checks for uses of Color3.new where the arguments are not between 0 and 1.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » What it does","id":"140","title":"What it does"},"141":{"body":"Most likely, you are trying to use values of 0 to 255. This will not give you an error, and will silently give you the wrong color. You probably meant to use Color3.fromRGB instead.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Why this is bad","id":"141","title":"Why this is bad"},"142":{"body":"Color3.new(255, 0, 0)","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Example","id":"142","title":"Example"},"143":{"body":"This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Remarks","id":"143","title":"Remarks"},"144":{"body":"","breadcrumbs":"Lints » roblox_incorrect_roact_usage » roblox_incorrect_roact_usage","id":"144","title":"roblox_incorrect_roact_usage"},"145":{"body":"Checks for valid uses of createElement. Verifies that class name given is valid and that the properties passed for it are valid for that class.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » What it does","id":"145","title":"What it does"},"146":{"body":"This is guaranteed to fail once it is rendered. Furthermore, the createElement itself will not error--only once it's mounted will it error.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Why this is bad","id":"146","title":"Why this is bad"},"147":{"body":"-- Using Roact17\nReact.createElement(\"Frame\", { key = \"Valid property for React\",\n}) -- Using legacy Roact\nRoact.createElement(\"Frame\", { key = \"Invalid property for Roact\", ThisPropertyDoesntExist = true, Name = \"This property should not be passed in\", [Roact.Event.ThisEventDoesntExist] = function() end,\n}) Roact.createElement(\"BadClass\", {})","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Example","id":"147","title":"Example"},"148":{"body":"This lint is naive and makes several assumptions about the way you write your code. The assumptions are based on idiomatic Roact. It assumes you are either calling createElement directly or creating a local variable that's assigned to [Roact/React].createElement. It assumes if you are using a local variable, you're not reassigning it. It assumes either Roact or React is defined. undefined_variable will still lint, however. This lint assumes legacy Roact if the variable name is Roact and Roact17 if the variable name is named React. This lint does not verify if the value you are giving is correct, so Text = UDim2.new() will be treated as correct. This lint, right now, only checks property and class names. This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Remarks","id":"148","title":"Remarks"},"149":{"body":"","breadcrumbs":"Lints » roblox_suspicious_udim2_new » roblox_suspicious_udim2_new","id":"149","title":"roblox_suspicious_udim2_new"},"15":{"body":"selene is meant to be easily configurable. You can specify configurations for the entire project as well as for individual lints. Configuration files are placed in the directory you are running selene in and are named selene.toml . As the name suggests, the configurations use the Tom's Obvious, Minimal Language (TOML) format. It is recommended you quickly brush up on the syntax, though it is very easy.","breadcrumbs":"Usage » Configuration » Configuration","id":"15","title":"Configuration"},"150":{"body":"Checks for too little arguments passed to UDim2.new().","breadcrumbs":"Lints » roblox_suspicious_udim2_new » What it does","id":"150","title":"What it does"},"151":{"body":"Passing in an incorrect number of arguments can indicate that the user meant to use UDim2.fromScale or UDim2.fromOffset. Even if the user really only needed to pass in a fewer number of arguments to UDim2.new, this lowers readability as it calls into question whether it's a bug or if the user truly meant to use UDim2.new.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Why this is bad","id":"151","title":"Why this is bad"},"152":{"body":"UDim2.new(1, 1) -- error, UDim2.new takes 4 numbers, but 2 were provided.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Example","id":"152","title":"Example"},"153":{"body":"This lint is only active if you are using the Roblox standard library. This lint does not warn if passing in exactly 2 arguments and none of those are number literals to prevent false positives with UDim2.new(UDim.new(a, b), UDim.new(c, d))","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Remarks","id":"153","title":"Remarks"},"154":{"body":"","breadcrumbs":"Lints » shadowing » shadowing","id":"154","title":"shadowing"},"155":{"body":"Checks for overriding of variables under the same name.","breadcrumbs":"Lints » shadowing » What it does","id":"155","title":"What it does"},"156":{"body":"This can cause confusion when reading the code when trying to understand which variable is being used, and if you want to use the original variable you either have to redefine it under a temporary name or refactor the code that shadowed it.","breadcrumbs":"Lints » shadowing » Why this is bad","id":"156","title":"Why this is bad"},"157":{"body":"ignore_pattern (default: \"^_\") - A regular expression that is used to specify names that are allowed to be shadowed. The default allows for variables like _ to be shadowed, as they shouldn't be used anyway.","breadcrumbs":"Lints » shadowing » Configuration","id":"157","title":"Configuration"},"158":{"body":"local x = 1 if foo then local x = 1\nend","breadcrumbs":"Lints » shadowing » Example","id":"158","title":"Example"},"159":{"body":"","breadcrumbs":"Lints » suspicious_reverse_loop » suspicious_reverse_loop","id":"159","title":"suspicious_reverse_loop"},"16":{"body":"You can change the severity of lints by entering the following into selene.toml: [lints]\nlint_1 = \"severity\"\nlint_2 = \"severity\"\n... Where \"severity\" is one of the following: \"allow\" - Don't check for this lint \"warn\" - Warn for this lint \"deny\" - Error for this lint Note that \"deny\" and \"warn\" are effectively the same, only warn will give orange text while error gives red text, and they both have different counters.","breadcrumbs":"Usage » Configuration » Changing the severity of lints","id":"16","title":"Changing the severity of lints"},"160":{"body":"Checks for for _ = #x, 1 do sequences without specifying a negative step.","breadcrumbs":"Lints » suspicious_reverse_loop » What it does","id":"160","title":"What it does"},"161":{"body":"This loop will only run at most once, instead of going in reverse. If you truly did mean to run your loop only once, just use if #x > 0 instead.","breadcrumbs":"Lints » suspicious_reverse_loop » Why this is bad","id":"161","title":"Why this is bad"},"162":{"body":"for _ = #x, 1 do ...should be written as... for _ = #x, 1, -1 do","breadcrumbs":"Lints » suspicious_reverse_loop » Example","id":"162","title":"Example"},"163":{"body":"","breadcrumbs":"Lints » type_check_inside_call » type_check_inside_call","id":"163","title":"type_check_inside_call"},"164":{"body":"Checks for type(foo == \"type\"), instead of type(foo) == \"type\".","breadcrumbs":"Lints » type_check_inside_call » What it does","id":"164","title":"What it does"},"165":{"body":"This will always return \"boolean\", and is undoubtedly not what you intended to write.","breadcrumbs":"Lints » type_check_inside_call » Why this is bad","id":"165","title":"Why this is bad"},"166":{"body":"return type(foo == \"number\") ...should be written as... return type(foo) == \"number\"","breadcrumbs":"Lints » type_check_inside_call » Example","id":"166","title":"Example"},"167":{"body":"When using the Roblox standard library, this checks typeof as well.","breadcrumbs":"Lints » type_check_inside_call » Remarks","id":"167","title":"Remarks"},"168":{"body":"","breadcrumbs":"Lints » unbalanced_assignments » unbalanced_assignments","id":"168","title":"unbalanced_assignments"},"169":{"body":"Checks for unbalanced assignments, such as a, b, c = 1.","breadcrumbs":"Lints » unbalanced_assignments » What it does","id":"169","title":"What it does"},"17":{"body":"You can configure specific lints by entering the following into selene.toml: [config]\nlint1 = ...\nlint2 = ...\n... Where the value is whatever the special configuration of that lint is. You can learn these on the lints specific page in the list of lints . For example, if we wanted to allow empty if branches if the contents contain comments, then we would write: [config]\nempty_if = { comments_count = true }","breadcrumbs":"Usage » Configuration » Configuring specific lints","id":"17","title":"Configuring specific lints"},"170":{"body":"You shouldn't declare variables you're not immediately initializing on the same line as ones you are. This is most likely just forgetting to specify the rest of the variables.","breadcrumbs":"Lints » unbalanced_assignments » Why this is bad","id":"170","title":"Why this is bad"},"171":{"body":"a, b, c = 1\na = 1, 2","breadcrumbs":"Lints » unbalanced_assignments » Example","id":"171","title":"Example"},"172":{"body":"There are a few things this lint won't catch. a, b, c = call() will not lint, as call() could return multiple values. a, b, c = call(), 2 will, however, as you will only be using the first value of call(). You will even receive a helpful message about this. error[unbalanced_assignments]: values on right side don't match up to the left side of the assignment ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ^^^^^^^^^ │ ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ------ help: if this function returns more than one value, the only first return value is actually used │ If nil is specified as the last value, the rest will be ignored. This means... a, b, c = nil ...will not lint.","breadcrumbs":"Lints » unbalanced_assignments » Remarks","id":"172","title":"Remarks"},"173":{"body":"","breadcrumbs":"Lints » undefined_variable » undefined_variable","id":"173","title":"undefined_variable"},"174":{"body":"Checks for uses of variables that are not defined.","breadcrumbs":"Lints » undefined_variable » What it does","id":"174","title":"What it does"},"175":{"body":"This is most likely a typo.","breadcrumbs":"Lints » undefined_variable » Why this is bad","id":"175","title":"Why this is bad"},"176":{"body":"-- vv oops!\nprinnt(\"hello, world!\")","breadcrumbs":"Lints » undefined_variable » Example","id":"176","title":"Example"},"177":{"body":"If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.","breadcrumbs":"Lints » undefined_variable » Remarks","id":"177","title":"Remarks"},"178":{"body":"","breadcrumbs":"Lints » unscoped_variables » unscoped_variables","id":"178","title":"unscoped_variables"},"179":{"body":"Checks for variables that are unscoped (don't have a local variable attached).","breadcrumbs":"Lints » unscoped_variables » What it does","id":"179","title":"What it does"},"18":{"body":"Many lints use standard libraries for either verifying their correct usage or for knowing that variables exist where they otherwise wouldn't. By default, selene uses Lua 5.1, though if we wanted to use the Lua 5.2 standard library, we would write: std = \"lua52\" ...at the top of selene.toml. You can learn more about the standard library format on the standard library guide . The standard library given can either be one of the builtin ones (currently only lua51 and lua52) or the filename of a standard library file in this format. For example, if we had a file named special.toml, we would write: std = \"special\"","breadcrumbs":"Usage » Configuration » Setting the standard library","id":"18","title":"Setting the standard library"},"180":{"body":"Unscoped variables make code harder to read and debug, as well as making it harder for selene to analyze.","breadcrumbs":"Lints » unscoped_variables » Why this is bad","id":"180","title":"Why this is bad"},"181":{"body":"ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unscoped. The default allows for variables like _ to be unscoped, as they shouldn't be used anyway.","breadcrumbs":"Lints » unscoped_variables » Configuration","id":"181","title":"Configuration"},"182":{"body":"baz = 3","breadcrumbs":"Lints » unscoped_variables » Example","id":"182","title":"Example"},"183":{"body":"","breadcrumbs":"Lints » unused_variable » unused_variable","id":"183","title":"unused_variable"},"184":{"body":"Checks for variables that are unused.","breadcrumbs":"Lints » unused_variable » What it does","id":"184","title":"What it does"},"185":{"body":"The existence of unused variables could indicate buggy code.","breadcrumbs":"Lints » unused_variable » Why this is bad","id":"185","title":"Why this is bad"},"186":{"body":"allow_unused_self (default: true) - A bool that determines whether not using self in a method function (function Player:SwapWeapons()) is allowed. ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unused. The default allows for variables like _ to be unused, as they shouldn't be used anyway.","breadcrumbs":"Lints » unused_variable » Configuration","id":"186","title":"Configuration"},"187":{"body":"local foo = 1","breadcrumbs":"Lints » unused_variable » Example","id":"187","title":"Example"},"188":{"body":"","breadcrumbs":"Lints » unused_variable » Remarks","id":"188","title":"Remarks"},"189":{"body":"If you intend to create a variable without using it, replace it with _ or something that starts with _. You'll see this most in generic for loops. for _, value in ipairs(list) do","breadcrumbs":"Lints » unused_variable » _ prefixing","id":"189","title":"_ prefixing"},"19":{"body":"We can chain together multiple standard libraries by simply using a plus sign (+) in between the names. For example, if we had game.toml and engine.toml standard libraries, we could chain them together like so: std = \"game+engine\"","breadcrumbs":"Usage » Configuration » Chaining the standard library","id":"19","title":"Chaining the standard library"},"190":{"body":"Standard libraries can apply an observes field to distinguish an argument from being only written to. This is so that we can get lints like the following: local writtenOnly = {}\ntable.insert(writtenOnly, 1) warning[unused_variable]: writtenOnly is assigned a value, but never used ┌─ example.lua:1:7 │\n1 │ local writtenOnly = {} │ ^^^^^^^^^^^\n2 │ table.insert(writtenOnly, 1) │ ----------- `table.insert` only writes to `writtenOnly` This only applies when the function call is its own statement. So for instance, this: local list = {}\nprint(table.insert(list, 1)) ...will not lint. To understand this, consider if table.insert returned the index. Without this check, this code: local list = {}\nlocal index = table.insert(list, 1) ...would lint list as mutated only, which while technically true, is unimportant considering index is affected by the mutation. This also requires that the variable be a static table. This: return function(value) table.insert(value, 1)\nend ...will not lint, as we cannot be sure value is unused outside of this.","breadcrumbs":"Lints » unused_variable » observes","id":"190","title":"observes"},"191":{"body":"The following is pages that refer to deprecated or removed features in selene.","breadcrumbs":"Archive » Archive","id":"191","title":"Archive"},"192":{"body":"The TOML standard library format is DEPRECATED and will not have any new functionality added onto it. Check out the updated standard library format here . In order to convert an existing TOML standard library over to the new format, simply run selene upgrade-std library.toml, which will create an upgraded library.yml file. selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of TOML files.","breadcrumbs":"Archive » TOML Standard Library Format » Standard Library Format (v1)","id":"192","title":"Standard Library Format (v1)"},"193":{"body":"For examples of the standard library format, see: lua51.toml - The default standard library for Lua 5.1 lua52.toml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.toml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is available with every commit.","breadcrumbs":"Archive » TOML Standard Library Format » Examples","id":"193","title":"Examples"},"194":{"body":"Anything under the key [selene] is used for meta information. The following paths are accepted: [selene.base] - Used for specifying what standard library to be based off of. Currently only accepts built in standard libraries, meaning lua51 or lua52. [selene.name] - Used for specifying the name of the standard library. Used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\". [selene.structs] - Used for declaring structs .","breadcrumbs":"Archive » TOML Standard Library Format » [selene]","id":"194","title":"[selene]"},"195":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Archive » TOML Standard Library Format » [globals]","id":"195","title":"[globals]"},"196":{"body":"Example: [foo]\nany = true Specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Archive » TOML Standard Library Format » Any","id":"196","title":"Any"},"197":{"body":"Example: [[tonumber.args]]\ntype = \"any\" [[tonumber.args]]\ntype = \"number\"\nrequired = false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string }","breadcrumbs":"Archive » TOML Standard Library Format » Functions","id":"197","title":"Functions"},"198":{"body":"true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why.","breadcrumbs":"Archive » TOML Standard Library Format » \"required\"","id":"198","title":"\"required\""},"199":{"body":"\"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: [[Color3.toHSV.args]]\ntype = { display = \"Color3\" }","breadcrumbs":"Archive » TOML Standard Library Format » Argument types","id":"199","title":"Argument types"},"2":{"body":"","breadcrumbs":"Motivation » Motivation","id":"2","title":"Motivation"},"20":{"body":"It is possible to exclude files from being linted using the exclude option: exclude = [\"external/*\", \"*.spec.lua\"]","breadcrumbs":"Usage » Configuration » Excluding files from being linted","id":"20","title":"Excluding files from being linted"},"200":{"body":"Example: [_VERSION]\nproperty = true Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: [_G]\nproperty = true\nwritable = \"new-fields\" writable is an optional field that tells selene how the property can be mutated and used: \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"overridden\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full\" - New fields can be added and entire variable can be overridden. If writable is not specified, selene will assume it can neither have new fields associated with it nor can be overridden.","breadcrumbs":"Archive » TOML Standard Library Format » Properties","id":"200","title":"Properties"},"201":{"body":"Example: [game]\nstruct = \"DataModel\" Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Archive » TOML Standard Library Format » Struct","id":"201","title":"Struct"},"202":{"body":"Example: [math.huge]\nproperty = true [math.pi]\nproperty = true A field is understood as a table if it has fields of its own. Notice that [math] is not defined anywhere, but its fields are. Fields are of the same type as globals.","breadcrumbs":"Archive » TOML Standard Library Format » Table","id":"202","title":"Table"},"203":{"body":"Example: [getfenv]\nremoved = true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Archive » TOML Standard Library Format » Removed","id":"203","title":"Removed"},"204":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of [selene.structs]. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: [selene.structs.Event.Connect]\nmethod = true [[selene.structs.Event.Connect.args]]\ntype = \"function\" From there, it can define: [workspace.Changed]\nstruct = \"Event\" ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Archive » TOML Standard Library Format » Structs","id":"204","title":"Structs"},"205":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. [workspace.\"*\"]\nstruct = \"Instance\" This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: [script.Name]\nproperty = true\nwritable = \"overridden\" [script.\"*\".\"*\"]\nproperty = true\nwritable = \"full\" Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Archive » TOML Standard Library Format » Wildcards","id":"205","title":"Wildcards"},"21":{"body":"Lints can be toggled on and off in the middle of code when necessary through the use of special comments.","breadcrumbs":"Usage » Filtering » Filtering","id":"21","title":"Filtering"},"22":{"body":"Suppose we have the following code: local something = 1 selene will correctly attribute this as an unused variable: warning[unused_variable]: something is assigned a value, but never used ┌── code.lua:1:7 ─── │ 1 │ local something = 1 │ ^^^^^^^^^ │ However, perhaps we as the programmer have some reason for leaving this unused (and not renaming it to _something). This would be where inline lint filtering comes into play. In this case, we would simply write: -- selene: allow(unused_variable)\nlocal something = 1 This also works with settings other than allow--you can warn or deny lints in the same fashion. For example, you can have a project with the following selene.toml configuration : [lints]\nunused_variable = \"allow\" # I'm fine with unused variables in code ...and have this in a separate file: -- I'm usually okay with unused variables, but not this one\n-- selene: deny(unused_variable)\nlocal something = 1 This is applied to the entire piece of code its near, not just the next line. For example: -- selene: allow(unused_variable)\ndo local foo = 1 local bar = 2\nend ...will silence the unused variable warning for both foo and bar.","breadcrumbs":"Usage » Filtering » Allowing/denying lints for a piece of code","id":"22","title":"Allowing/denying lints for a piece of code"},"23":{"body":"If you want to allow/deny a lint for an entire file, you can do this by attaching the following code to the beginning: --# selene: allow(lint_name) The # tells selene that you want to apply these globally. These must be before any code, otherwise selene will deny it. For example, the following code: local x = 1\n--# selene: allow(unused_variable) ...will cause selene to error: warning[unused_variable]: x is assigned a value, but never used ┌─ -:1:7 │\n1 │ local x = 1 │ ^ error[invalid_lint_filter]: global filters must come before any code ┌─ -:1:1 │\n1 │ local x = 1 │ ----------- global filter must be before this\n2 │ --# selene: allow(unused_variable)","breadcrumbs":"Usage » Filtering » Allowing/denying lints for an entire file","id":"23","title":"Allowing/denying lints for an entire file"},"24":{"body":"You can filter multiple lints in two ways: -- selene: allow(lint_one)\n-- selene: allow(lint_two) -- or... -- selene: allow(lint_one, lint_two)","breadcrumbs":"Usage » Filtering » Combining multiple lints","id":"24","title":"Combining multiple lints"},"25":{"body":"selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of YAML files.","breadcrumbs":"Usage » Standard Library Format » Standard Library Format","id":"25","title":"Standard Library Format"},"26":{"body":"For examples of the standard library format, see: lua51.yml - The default standard library for Lua 5.1 lua52.yml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.yml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.","breadcrumbs":"Usage » Standard Library Format » Examples","id":"26","title":"Examples"},"27":{"body":"Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, roblox), as well as any standard libraries that can be found in the current directory. --- # This begins a YAML file\nbase: lua51 # We will be extending off of Lua 5.1.","breadcrumbs":"Usage » Standard Library Format » base","id":"27","title":"base"},"28":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Usage » Standard Library Format » globals","id":"28","title":"globals"},"29":{"body":"---\nglobals: foo: any: true This specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Usage » Standard Library Format » Any","id":"29","title":"Any"},"3":{"body":"When writing any code, it's very easy to make silly mistakes that end up introducing bugs. A lot of the time, these bugs are hard to track down and debug, and sometimes are even harder to replicate. This risk is made ever more real because of the generally lax nature of Lua. Incorrect code is regularly passed off and isn't noticed until something breaks at runtime. Sometimes you'll get a clear error message, and will have to spend time going back, fixing the code, and making sure you actually fixed it. Other times, the effects are more hidden, and instead of getting an error your code will just pass through along, in an incorrect state. Take, for example, this code: function Player:SwapWeapons() self.CurrentWeapon = self.SideWeapon self.SideWeapon = self.CurrentWeapon\nend This is code that is technically correct, but is absolutely not what you wanted to write. However, because it is technically correct, Lua will do exactly what you tell it to do, and so... Player wants to swap their weapons Your code calls player:SwapWeapons() Their current weapon is set to their side weapon... ...but their side weapon is set to their current weapon afterwards, which is what they just equipped! Uh oh! After debugging this, you realize that you actually meant to write was... function Player:SwapWeapons() self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon\nend If you were using selene, you would've been alerted right away that your original code looked like an almost_swapped . error[almost_swapped]: this looks like you are trying to swap `self.CurrentWeapon` and `self.SideWeapon` ┌── fail.lua:4:5 ─── │ 4 │ ╭ self.CurrentWeapon = self.SideWeapon 5 │ │ self.SideWeapon = self.CurrentWeapon │ ╰────────────────────────────────────────^ │ = try: `self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon` Other bugs arise because of Lua's lack of typing. While it can feel freeing to developers to not have to specify types everywhere, it makes it easier to mess up and write broken code. For example, take the following code: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do This code is yet again technically correct, but not what we wanted to do. pairs will take the first argument, GoldShop, and ignore the rest. Worse, the shop variable will now be the values of the contents of GoldShop, not the shop itself. This can cause massive headaches, since although you're likely to get an error later down the line, it's more likely it'll be in the vein of \"attempt to index a nil value items\" than something more helpful. If you used ipairs instead of pairs, your code inside might just not run, and won't produce an error at all. Yet again, selene saves us. error[incorrect_standard_library_use]: standard library function `pairs` requires 1 parameters, 3 passed ┌── fail.lua:1:16 ─── │ 1 │ for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ This clues the developer into writing the code they meant to write: for _, shop in pairs({ GoldShop, ItemShop, MedicineShop }) do","breadcrumbs":"Motivation » Because bugs","id":"3","title":"Because bugs"},"30":{"body":"---\nglobals: tonumber: args: - type: any - type: number required: false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string } \"required\" true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why. \"observes\" This field is used for allowing smarter introspection of how the argument given is used. \"read-write\" - The default. This argument is potentially both written to and read from. \"read\" - This argument is only read from. Currently unused. \"write\" - This argument is only written to. Used by unused_variable to assist in detecting a variable only being written to, even if passed into a function. Example: table.insert: args: - type: table observes: write # This way, `table.insert(x, 1)` doesn't count as a read to `x` - type: any - required: false type: any \"must_use\" This field is used for checking if the return value of a function is used. false - The default. The return value of this function does not need to be used. true - The return value of this function must be used. Example: tostring: args: - type: any must_use: true Argument types \"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: ---\nglobals: Color3.toHSV: args: - type: display: Color3","breadcrumbs":"Usage » Standard Library Format » Functions","id":"30","title":"Functions"},"31":{"body":"---\nglobals: _VERSION: property: read-only Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: _G: property: new-fields The value of property tells selene how it can be mutated and used: \"read-only\" - New fields cannot be added or set, and the variable itself cannot be redefined. \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"override-fields\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full-write\" - New fields can be added and entire variable can be overridden.","breadcrumbs":"Usage » Standard Library Format » Properties","id":"31","title":"Properties"},"32":{"body":"---\nglobals: game: struct: DataModel Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Usage » Standard Library Format » Struct","id":"32","title":"Struct"},"33":{"body":"---\nglobals: math.huge: property: read-only math.pi: property: read-only A field is understood as a table if it has fields of its own. Notice that math is not defined anywhere, but its fields are. This will create an implicit math with the property writability of read-only.","breadcrumbs":"Usage » Standard Library Format » Tables","id":"33","title":"Tables"},"34":{"body":"Any field or arg can have a deprecation notice added to it, which will then be read by the deprecated lint . ---\nglobals: table.getn: args: - type: table - type: number deprecated: message: \"`table.getn` has been superseded by #.\" replace: - \"#%1\" The deprecated field consists of two subfields. message is required, and is a human readable explanation of what the deprecation is, and potentially why. replace is an optional array of replacements. The most relevant replacement is suggested to the user. If used with a function, then every parameter of the function will be provided. For instance, since table.getn's top replacement is #%1: table.getn(x) will suggest #x table.getn() will not suggest anything, as there is no relevant suggestion You can also use %... to list every argument, separated by commas. The following: ---\nglobals: call: deprecated: message: \"call will be removed in the next version\" replace: - \"newcall(%...)\" args: - type: \"...\" required: false ...will suggest newcall(1, 2, 3) for call(1, 2, 3), and newcall() for call(). You can also use %% to write a raw %.","breadcrumbs":"Usage » Standard Library Format » Deprecated","id":"34","title":"Deprecated"},"35":{"body":"---\nglobals: getfenv: removed: true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Usage » Standard Library Format » Removed","id":"35","title":"Removed"},"36":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of structs. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: ---\nstructs: Event: Connect: method: true args: - type: function From there, it can define: globals: workspace.Changed: struct: Event ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Usage » Standard Library Format » Structs","id":"36","title":"Structs"},"37":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. workspace.*: struct: Instance This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: script.Name: property: override-fields script.*.*: property: full-write Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Usage » Standard Library Format » Wildcards","id":"37","title":"Wildcards"},"38":{"body":"There are some properties that exist in standard library YAMLs that exist specifically for internal purposes. This is merely a reference, but these are not guaranteed to be stable.","breadcrumbs":"Usage » Standard Library Format » Internal properties","id":"38","title":"Internal properties"},"39":{"body":"This specifies the name of the standard library. This is used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\".","breadcrumbs":"Usage » Standard Library Format » name","id":"39","title":"name"},"4":{"body":"While it's nice to write code however you want to, issues can arise when you are working with other people, or plan on open sourcing your work for others to contribute to. It's best for everyone involved if they stuck to the same way of writing Lua. Consider this contrived example: call(1 / 0) The person who wrote this code might have known that 1 / 0 evaluates to math.huge. However, anyone working on that code will likely see it and spend some time figuring out why they wrote the code that way. If the developer was using selene, this code would be denied: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── fail.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Furthermore, selene is meant to be easy for developers to add their own lints to. You could create your own lints for your team to prevent behavior that is non-idiomatic to the codebase. For example, let's say you're working on a Roblox codebase, and you don't want your developers using the data storage methods directly. You could create your own lint so that this code: local DataStoreService = game:GetService(\"DataStoreService\") ...creates a warning, discouraging its use. For more information on how to create your own lints, check out the contribution guide .","breadcrumbs":"Motivation » Because idiomatic Lua","id":"4","title":"Because idiomatic Lua"},"40":{"body":"A timestamp of when the standard library was last updated. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_updated","id":"40","title":"last_updated"},"41":{"body":"A timestamp of the last selene version that generated this standard library. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_selene_version","id":"41","title":"last_selene_version"},"42":{"body":"A map of every Roblox class and their properties, for roblox_incorrect_roact_usage .","breadcrumbs":"Usage » Standard Library Format » roblox_classes","id":"42","title":"roblox_classes"},"43":{"body":"selene is built with Roblox development in mind, and has special features for Roblox developers. If you try to run selene on a Roblox codebase, you'll get a bunch of errors saying things such as \"game is not defined\". This is because these are Roblox specific globals that selene does not know about. You'll need to install the Roblox standard library in order to fix these issues, as well as get Roblox specific lints.","breadcrumbs":"Roblox Guide » Roblox Guide","id":"43","title":"Roblox Guide"},"44":{"body":"Thankfully, this process is very simple. All you need to do is edit your selene.toml (or create one) and add the following: std = \"roblox\" The next time you run selene, or if you use the Visual Studio Code extension and start typing Lua code, a Roblox standard library will be automatically generated and used. This is an automatic process that occurs whenever you don't have a cached standard library file and your selene.toml has std = \"roblox\".","breadcrumbs":"Roblox Guide » Installation","id":"44","title":"Installation"},"45":{"body":"The Roblox standard library file is updated automatically every 6 hours. If you need an update faster than that, you can run selene update-roblox-std manually.","breadcrumbs":"Roblox Guide » Updating definitions","id":"45","title":"Updating definitions"},"46":{"body":"Roblox has provided an open source testing utility called TestEZ , which allows you to write unit tests for your code. Writing unit tests is good practice, but selene will get angry at you if you don't include a testez.yml file and set the standard library to the following: std = \"roblox+testez\" But first you'll need to create a testez.yml file, which you can do so with this template .","breadcrumbs":"Roblox Guide » TestEZ Support","id":"46","title":"TestEZ Support"},"47":{"body":"There may be cases where you would rather not have selene automatically update the Roblox standard library, such as if speed is critically important and you want to limit potential internet access (generating the standard library requires an active internet connection). selene supports \"pinning\" the standard library to a specific version. Add the following to your selene.toml configuration: # `floating` by default, meaning it is stored in a cache folder on your system\nroblox-std-source = \"pinned\" This will generate the standard library file into roblox.yml where it is run. You can also create a roblox.yml file manually with selene generate-roblox-std.","breadcrumbs":"Roblox Guide » Pinned standard library","id":"47","title":"Pinned standard library"},"48":{"body":"selene is written in Rust, so knowledge of the ecosystem is expected. selene uses Full Moon to parse the Lua code losslessly, meaning whitespace and comments are preserved. You can read the full documentation for full-moon on its docs.rs page. TODO: Upload selene-lib on crates.io and link the docs.rs page for that as well as throughout the rest of this article.","breadcrumbs":"Contributing » Contributing","id":"48","title":"Contributing"},"49":{"body":"In selene, lints are created in isolated modules. To start, create a file in selene-lib/src/lints with the name of your lint. In this example, we're going to call the lint cool_lint.rs. Let's now understand what a lint consists of. selene takes lints in the form of structs that implement the Lint trait. The Lint trait expects: A Config associated type that defines what the configuration format is expected to be. Whatever you pass must be deserializable . An Error associated type that implements std::error::Error . This is used if configurations can be invalid (such as a parameter only being a number within a range). Most of the time, configurations cannot be invalid (other than deserializing errors, which are handled by selene), and so you can set this to std::convert::Infallible . A SEVERITY constant which is either Severity::Error or Severity::Warning. Use Error if the code is positively impossible to be correct. A LINT_TYPE constant which is either Complexity, Correctness, Performance, or Style. So far not used for anything. A new function with the signature fn new(config: Self::Config) -> Result. With the selene CLI, this is called once. A pass function with the signature fn pass(&self, ast: &full_moon::ast::Ast, context: &Context, ast_context: &AstContext) -> Vec. The ast argument is the full-moon representation of the code. The context argument provides optional additional information, such as the standard library being used. The ast_context argument provides context specific to that AST, such as its scopes. Any Diagnostic structs returned here are displayed to the user. For our purposes, we're going to write: use super::*;\nuse std::convert::Infallible; struct CoolLint; impl Lint for CoolLint { type Config = (); type Error = Infallible; const SEVERITY: Severity = Severity::Warning; const LINT_TYPE: LintType = LintType::Style; fn new(_: Self::Config) -> Result { Ok(CoolLint) } fn pass(&self, ast: &Ast, _: &Context, _: &AstContext) -> Vec { unimplemented!() }\n} The implementation of pass is completely up to you, but there are a few common patterns. Creating a visitor over the ast provided and creating diagnostics based off of that. See divide_by_zero and suspicious_reverse_loop for straight forward examples. Using the ScopeManager struct to lint based off of usage of variables and references. See shadowing and global_usage .","breadcrumbs":"Contributing » Writing a lint","id":"49","title":"Writing a lint"},"5":{"body":"","breadcrumbs":"Luacheck Comparison » Luacheck Comparison","id":"5","title":"Luacheck Comparison"},"50":{"body":"Now that we have our lint, we have to make sure selene actually knows to use it. There are two places you need to update. In selene-lib/src/lib.rs, search for use_lints!. You will see something such as: use_lints! { almost_swapped: lints::almost_swapped::AlmostSwappedLint, divide_by_zero: lints::divide_by_zero::DivideByZeroLint, empty_if: lints::empty_if::EmptyIfLint, ...\n} Put your lint in this list (alphabetical order) as the following format: lint_name: lints::module_name::LintObject, For us, this would be: cool_lint: lints::cool_lint::CoolLint, Next, in selene-lib/src/lints.rs, search for pub mod, and you will see: pub mod almost_swapped;\npub mod divide_by_zero;\npub mod empty_if;\n... Put your module name in this list, also in alphabetical order. pub mod almost_swapped;\npub mod cool_lint;\npub mod divide_by_zero;\npub mod empty_if;\n... And we're done! You should be able to cargo build --bin selene and be able to use your new lint.","breadcrumbs":"Contributing » Getting selene to recognize the new lint","id":"50","title":"Getting selene to recognize the new lint"},"51":{"body":"The selene codebase uses tests extensively for lints. It means we never have to actually build the CLI tool in order to test, and we can make sure we don't have any regressions. Testing is required if you want to submit your lint to the selene codebase. To write a simple test, create a folder in selene-lib/tests with the name of your lint. Then, create as many .lua files as you want to test. These should contain both cases that do and do not lint. For our cases, we're going to assume our test is called cool_lint.lua. Then, in your lint module, add at the bottom: #[cfg(test)]\nmod tests { use super::{super::test_util::test_lint, *}; #[test] fn test_cool_lint() { test_lint( CoolLint::new(()).unwrap(), \"cool_lint\", \"cool_lint\", ); }\n} Let's discuss what this code means, assuming you're familiar with the way tests are written and performed in Rust . The test_lint function is the easiest way to test that a lint works. It'll search the source code we made before, run selene on it (only your lint), and check its results with the existing [filename].stderr file, or create one if it does not yet exist. The first argument is the lint object to use. CoolLint::new(()) just means \"create CoolLint with a configuration of ()\". If your lint specifies a configuration, this will instead be something such as CoolLintConfig::default() or whatever you're specifically testing. The .unwrap() is just because CoolLint::new returns a Result. If you want to test configuration errors, you can avoid test_lint altogether and just test CoolLint::new(...).is_err() directly. The first \"cool_lint\" is the name of the folder we created. The second \"cool_lint\" is the name of the Lua file we created. Now, just run cargo test, and a .stderr file will be automatically generated! You can manipulate it however you see fit as well as modifying your lint, and so long as the file is there, selene will make sure that its accurate. Optionally, you can add a .std.toml with the same name as the test next to the lua file, where you can specify a custom standard library to use. If you do not, the Lua 5.1 standard library will be used.","breadcrumbs":"Contributing » Writing tests","id":"51","title":"Writing tests"},"52":{"body":"This step is only if you are contributing to the selene codebase, and not just writing personal lints (though I'm sure your other programmers would love if you did this). To document a new lint, edit docs/src/SUMMARY.md, and add your lint to the table of contents along the rest. As with everything else, make sure it's in alphabetical order. Then, edit the markdown file it creates (if you have mdbook serve on, it'll create it for you), and write it in this format: # lint_name\n## What it does\nExplain what your lint does, simply. ## Why this is bad\nExplain why a user would want to lint this. ## Configuration\nSpecify any configuration if it exists. ## Example\n```lua\n-- Bad code here\n``` ...should be written as... ```lua\n-- Good code here\n``` ## Remarks\nIf there's anything else a user should know when using this lint, write it here. This isn't a strict format, and you can mess with it as appropriate. For example, standard_library does not have a \"Why this is bad\" section as not only is it a very encompassing lint, but it should be fairly obvious. Many lints don't specify a \"...should be written as...\" as it is either something with various potential fixes (such as global_usage ) or because the \"good code\" is just removing parts entirely (such as unbalanced_assignments ).","breadcrumbs":"Contributing » Documenting it","id":"52","title":"Documenting it"},"53":{"body":"The following is the list of lints that selene will check for in your code.","breadcrumbs":"Lints » Lints","id":"53","title":"Lints"},"54":{"body":"","breadcrumbs":"Lints » almost_swapped » almost_swapped","id":"54","title":"almost_swapped"},"55":{"body":"Checks for foo = bar; bar = foo sequences.","breadcrumbs":"Lints » almost_swapped » What it does","id":"55","title":"What it does"},"56":{"body":"This looks like a failed attempt to swap.","breadcrumbs":"Lints » almost_swapped » Why this is bad","id":"56","title":"Why this is bad"},"57":{"body":"a = b\nb = a ...should be written as... a, b = b, a","breadcrumbs":"Lints » almost_swapped » Example","id":"57","title":"Example"},"58":{"body":"","breadcrumbs":"Lints » constant_table_comparison » constant_table_comparison","id":"58","title":"constant_table_comparison"},"59":{"body":"Checks for direct comparisons with constant tables.","breadcrumbs":"Lints » constant_table_comparison » What it does","id":"59","title":"What it does"},"6":{"body":"selene is not the first Lua linter. The main inspiration behind selene is luacheck . However, the two have very little in common besides inception. selene is actively maintained, while at the time of writing luacheck's last commit was in October 2018. selene is written in Rust, while luacheck is written in Lua. In practice, this means that selene is much faster than luacheck while also being able to easily take advantage of features luacheck cannot because of the difficulty of using dependencies in Lua. selene is multithreaded, again leading to significantly better performance. selene has rich output, while luacheck has basic output. selene: error[suspicious_reverse_loop]: this loop will only ever run once at most ┌── fail.lua:1:9 ─── │ 1 │ for _ = #x, 1 do │ ^^^^^ │ = help: try adding `, -1` after `1` luacheck: Checking fail.lua 2 warnings fail.lua:1:1: numeric for loop goes from #(expr) down to 1 but loop step is not negative selene uses TOML files for configuration, while luacheck uses .luacheckrc, which runs Lua. selene allows for standard library configuration such as argument types, argument counts, etc, while luacheck only allows knowing that fields exist and can be written to. In practice, this means that selene catches: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do math.pi() ...while luacheck does not. selene has English names for lints instead of arbitrary numbers. In luacheck, you ignore \" 211 \", while in selene you ignore \" unbalanced_assignments \". selene has distinctions for \"deny\" and \"warn\", while every luacheck lint is the same. selene has a much simpler codebase, and is much easier to add your own lints to. selene has optional support and large focus specifically for Roblox development. selene will only show you files that lint, luacheck only does this with the -q option (quiet). selene filters specific lints and applies over code rather than lines, luacheck does not. selene has significantly more lints . This is not to say selene is objectively better than luacheck, at least not yet. luacheck has lints for long lines and whitespace issues, selene does not as it is unclear whether style issues like these are fit for a linter or better under the scope of a Lua beautifier. luacheck officially supports versions past Lua 5.1, selene does not yet as there is not much demand. luacheck supports the following lints that selene does not yet: Unreachable code Unused labels (selene does not officially support Lua 5.2 yet) Detecting variables that are only ever mutated, but not read Using uninitialized variables","breadcrumbs":"Luacheck Comparison » selene vs. luacheck","id":"6","title":"selene vs. luacheck"},"60":{"body":"This will always fail.","breadcrumbs":"Lints » constant_table_comparison » Why this is bad","id":"60","title":"Why this is bad"},"61":{"body":"if x == { \"a\", \"b\", \"c\" } then ...will never pass. if x == {} then ...should be written as... if next(x) == nil then","breadcrumbs":"Lints » constant_table_comparison » Example","id":"61","title":"Example"},"62":{"body":"","breadcrumbs":"Lints » deprecated » deprecated","id":"62","title":"deprecated"},"63":{"body":"Checks for use of deprecated fields and functions, as configured by your standard library .","breadcrumbs":"Lints » deprecated » What it does","id":"63","title":"What it does"},"64":{"body":"Deprecated fields may not be getting any support, or even face the possibility of being removed.","breadcrumbs":"Lints » deprecated » Why this is bad","id":"64","title":"Why this is bad"},"65":{"body":"allow - A list of patterns where the deprecated lint will not throw. For instance, [\"table.getn\"] will allow you to use table.getn, even though it is deprecated. This supports wildcards, so table.* will allow both table.getn and table.foreach.","breadcrumbs":"Lints » deprecated » Configuration","id":"65","title":"Configuration"},"66":{"body":"local count = table.getn(x) ...should be written as... local count = #x","breadcrumbs":"Lints » deprecated » Example","id":"66","title":"Example"},"67":{"body":"","breadcrumbs":"Lints » divide_by_zero » divide_by_zero","id":"67","title":"divide_by_zero"},"68":{"body":"Checks for division by zero. Allows 0 / 0 as a way to get nan .","breadcrumbs":"Lints » divide_by_zero » What it does","id":"68","title":"What it does"},"69":{"body":"n / 0 equals math.huge when n is positive, and -math.huge when n is negative. Use these values directly instead, as using the / 0 way is confusing to read and non-idiomatic.","breadcrumbs":"Lints » divide_by_zero » Why this is bad","id":"69","title":"Why this is bad"},"7":{"body":"luacheck does not require much configuration to begin with, so migration should be easy. You can configure what lints are allowed in the configuration . Do you have a custom standard library (custom globals, functions, etc)? Read the standard library guide . Are you a Roblox developer using something like luacheck-roblox ? A featureful standard library for Roblox is generated with every commit on GitHub. TODO: Have a flag in the selene CLI to generate a Roblox standard library a la generate-roblox-std? Should generate-roblox-std be uploaded to crates.io?","breadcrumbs":"Luacheck Comparison » Migration","id":"7","title":"Migration"},"70":{"body":"print(1 / 0)\nprint(-1 / 0) ...should be written as... print(math.huge)\nprint(-math.huge)","breadcrumbs":"Lints » divide_by_zero » Example","id":"70","title":"Example"},"71":{"body":"","breadcrumbs":"Lints » duplicate_keys » duplicate_keys","id":"71","title":"duplicate_keys"},"72":{"body":"Checks for duplicate keys being defined inside of tables.","breadcrumbs":"Lints » duplicate_keys » What it does","id":"72","title":"What it does"},"73":{"body":"Tables with a key defined more than once will only use one of the values.","breadcrumbs":"Lints » duplicate_keys » Why this is bad","id":"73","title":"Why this is bad"},"74":{"body":"local foo = { a = 1, b = 5, [\"a\"] = 3, -- duplicate definition c = 3, b = 1, -- duplicate definition\n} local bar = { \"foo\", \"bar\", [1524] = \"hello\", \"baz\", \"foobar\", [2] = \"goodbye\", -- duplicate to `bar` which has key `2`\n}","breadcrumbs":"Lints » duplicate_keys » Example","id":"74","title":"Example"},"75":{"body":"Only handles keys which constant string/number literals or named (such as { a = true }). Array-like values are also handled, where {\"foo\"} is implicitly handled as { [1] = \"foo\" }.","breadcrumbs":"Lints » duplicate_keys » Remarks","id":"75","title":"Remarks"},"76":{"body":"","breadcrumbs":"Lints » empty_if » empty_if","id":"76","title":"empty_if"},"77":{"body":"Checks for empty if blocks.","breadcrumbs":"Lints » empty_if » What it does","id":"77","title":"What it does"},"78":{"body":"You most likely forgot to write code in there or commented it out without commenting out the if statement itself.","breadcrumbs":"Lints » empty_if » Why this is bad","id":"78","title":"Why this is bad"},"79":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_if » Configuration","id":"79","title":"Configuration"},"8":{"body":"selene is mostly intended for use as a command line tool. In this section, you will learn how to use selene in this manner.","breadcrumbs":"Command Line Interface » Command Line Interface","id":"8","title":"Command Line Interface"},"80":{"body":"-- Each of these branches count as an empty if.\nif a then\nelseif b then\nelse\nend if a then -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_if » Example","id":"80","title":"Example"},"81":{"body":"","breadcrumbs":"Lints » empty_loop » empty_loop","id":"81","title":"empty_loop"},"82":{"body":"Checks for empty loop blocks.","breadcrumbs":"Lints » empty_loop » What it does","id":"82","title":"What it does"},"83":{"body":"You most likely forgot to write code in there or commented it out without commenting out the loop statement itself.","breadcrumbs":"Lints » empty_loop » Why this is bad","id":"83","title":"Why this is bad"},"84":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_loop » Configuration","id":"84","title":"Configuration"},"85":{"body":"-- Counts as an empty loop\nfor _ in {} do\nend for _ in {} do -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_loop » Example","id":"85","title":"Example"},"86":{"body":"","breadcrumbs":"Lints » global_usage » global_usage","id":"86","title":"global_usage"},"87":{"body":"Prohibits use of _G.","breadcrumbs":"Lints » global_usage » What it does","id":"87","title":"What it does"},"88":{"body":"_G is global mutable state, which is heavily regarded as harmful. You should instead refactor your code to be more modular in nature.","breadcrumbs":"Lints » global_usage » Why this is bad","id":"88","title":"Why this is bad"},"89":{"body":"ignore_pattern - A regular expression for variables that are allowed to be global variables. The default disallows all global variables regardless of their name.","breadcrumbs":"Lints » global_usage » Configuration","id":"89","title":"Configuration"},"9":{"body":"selene is written in Rust, and the recommended installation method is through the Cargo package manager . To use Cargo, you must first install Rust. rustup.rs is a tool that makes this very easy. Once you have Rust installed, use either command: If you want the most stable version of selene cargo install selene If you want the most up to date version of selene cargo install --branch main --git https://github.com/Kampfkarren/selene selene","breadcrumbs":"Command Line Interface » Installation » Installation","id":"9","title":"Installation"},"90":{"body":"If you are using the Roblox standard library, use of shared is prohibited under this lint.","breadcrumbs":"Lints » global_usage » Remarks","id":"90","title":"Remarks"},"91":{"body":"_G.foo = 1","breadcrumbs":"Lints » global_usage » Example","id":"91","title":"Example"},"92":{"body":"","breadcrumbs":"Lints » high_cyclomatic_complexity » high_cyclomatic_complexity","id":"92","title":"high_cyclomatic_complexity"},"93":{"body":"Measures the cyclomatic complexity of a function to see if it exceeds the configure maximum.","breadcrumbs":"Lints » high_cyclomatic_complexity » What it does","id":"93","title":"What it does"},"94":{"body":"High branch complexity can lead to functions that are hard to test, and harder to reason about.","breadcrumbs":"Lints » high_cyclomatic_complexity » Why this is bad","id":"94","title":"Why this is bad"},"95":{"body":"maximum_complexity (default: 40) - A number that determines the maximum threshold for cyclomatic complexity, beyond which the lint will report.","breadcrumbs":"Lints » high_cyclomatic_complexity » Configuration","id":"95","title":"Configuration"},"96":{"body":"function MyComponent(props) if props.option1 == \"enum_value1\" then -- 1st path return React.createElement(\"Instance\") elseif props.option1 == \"enum_value2\" -- 2nd path or props.option2 == nil then -- 3rd path return React.createElement( \"TextLabel\", { Text = if _G.__DEV__ then \"X\" else \"Y\" }-- 4th path ) else return if props.option2 == true -- 5th path then React.createElement(\"Frame\") else nil end\nend","breadcrumbs":"Lints » high_cyclomatic_complexity » Example","id":"96","title":"Example"},"97":{"body":"This lint is off by default. In order to enable it, add this to your selene.toml: [lints]\nhigh_cyclomatic_complexity = \"warn\" # Or \"deny\"","breadcrumbs":"Lints » high_cyclomatic_complexity » Remarks","id":"97","title":"Remarks"},"98":{"body":"","breadcrumbs":"Lints » if_same_then_else » if_same_then_else","id":"98","title":"if_same_then_else"},"99":{"body":"Checks for branches in if blocks that are equivalent.","breadcrumbs":"Lints » if_same_then_else » What it does","id":"99","title":"What it does"}},"length":206,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"161":{"tf":1.0},"4":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"140":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"190":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"74":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"205":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"95":{"tf":1.0}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"5":{".":{"1":{"df":7,"docs":{"110":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}},"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"_":{"df":11,"docs":{"109":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"189":{"tf":2.0},"3":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"df":5,"docs":{"192":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"128":{"tf":2.0},"13":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"165":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"133":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"202":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"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":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":3.605551275463989},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"148":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"148":{"tf":2.0},"200":{"tf":1.0},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"148":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"182":{"tf":1.0},"74":{"tf":1.0}}}},"df":10,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"153":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"57":{"tf":2.0},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"120":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":2.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":2.449489742783178},"190":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"194":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"132":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"156":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"61":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":1,"docs":{"115":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":4,"docs":{"49":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"11":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.0},"17":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.7320508075688772},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"199":{"tf":2.0},"30":{"tf":2.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"49":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.4142135623730951},"18":{"tf":1.0},"199":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"148":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"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":6,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"153":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"180":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"47":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":2.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":7,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"34":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"186":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"177":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"30":{"tf":2.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"48":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"17":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.7320508075688772},"76":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"96":{"tf":1.0}}},"2":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":2.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"196":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":55,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"112":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"192":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"153":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"124":{"tf":1.4142135623730951},"190":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":2.8284271247461903},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"49":{"tf":2.0},"51":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":2.0}}},"a":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"193":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":6,"docs":{"136":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":6,"docs":{"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"106":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.449489742783178},"199":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":3.3166247903554},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"189":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":10,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"177":{"tf":1.0},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"161":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.4142135623730951},"3":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"74":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"192":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":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":{"151":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"118":{"tf":1.0},"151":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"194":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":2.449489742783178}}},"n":{"c":{"df":9,"docs":{"190":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"194":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"146":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"147":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"172":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":39,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":2.449489742783178},"193":{"tf":2.449489742783178},"194":{"tf":2.0},"195":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"170":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":41,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"132":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":2.449489742783178},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":2.449489742783178},"17":{"tf":2.23606797749979},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":2.0},"194":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":3.1622776601683795},"50":{"tf":2.0},"51":{"tf":3.1622776601683795},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"6":{"tf":2.8284271247461903},"65":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"148":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"p":{"df":7,"docs":{"115":{"tf":2.0},"161":{"tf":1.4142135623730951},"189":{"tf":1.0},"6":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"27":{"tf":1.0}}},"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":4.242640687119285},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"u":{"df":2,"docs":{"115":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"42":{"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":1,"docs":{"131":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"202":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"120":{"tf":1.0},"13":{"tf":1.4142135623730951},"161":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"50":{"tf":2.8284271247461903},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"190":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"69":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"151":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"160":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":6,"docs":{"115":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"202":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"148":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"30":{"tf":2.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"204":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":2.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"11":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"192":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"156":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"4":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"115":{"tf":1.0},"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"200":{"tf":2.0},"205":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"155":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"191":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"t":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"96":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"49":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"52":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"115":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"b":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"200":{"tf":2.449489742783178},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"33":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"118":{"tf":1.0},"152":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"50":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"w":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"113":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.0},"180":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"132":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"156":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"191":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"189":{"tf":1.0},"34":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"137":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":3.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"144":{"tf":1.0},"42":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"192":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"120":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":5.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"204":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"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":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"186":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":2.23606797749979},"49":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"157":{"tf":1.0},"170":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"120":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":39,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":2.449489742783178},"193":{"tf":2.23606797749979},"194":{"tf":2.0},"195":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"189":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"30":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"194":{"tf":1.0},"201":{"tf":2.0},"204":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"32":{"tf":2.0},"36":{"tf":3.0},"37":{"tf":1.4142135623730951},"49":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"106":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"190":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"30":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"190":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"46":{"tf":1.7320508075688772},"51":{"tf":4.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"106":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"192":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"35":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"164":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"172":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"194":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"134":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":2.23606797749979},"30":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"183":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"192":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"192":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"49":{"tf":1.0}}}},"df":78,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"6":{"tf":2.0},"63":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"151":{"tf":1.7320508075688772},"199":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.449489742783178},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"201":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"31":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":2.23606797749979},"148":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"115":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.0}}},"v":{"df":1,"docs":{"176":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"148":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"186":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"205":{"tf":2.0},"37":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":2.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"200":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"30":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"128":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}}},"df":1,"docs":{"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"115":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":5,"docs":{"148":{"tf":1.0},"170":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"161":{"tf":1.0},"4":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"140":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"190":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"74":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"205":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"95":{"tf":1.0}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"5":{".":{"1":{"df":7,"docs":{"110":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}},"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"_":{"df":11,"docs":{"109":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"189":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"df":5,"docs":{"192":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"128":{"tf":2.0},"13":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"3":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"165":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"133":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"202":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"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":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":15,"docs":{"191":{"tf":1.7320508075688772},"192":{"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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":3.605551275463989},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"148":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"148":{"tf":2.0},"200":{"tf":1.0},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"148":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"182":{"tf":1.0},"74":{"tf":1.0}}}},"df":10,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"153":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"57":{"tf":2.0},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"120":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":2.449489742783178},"190":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"194":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"132":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"156":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"61":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":1,"docs":{"115":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":4,"docs":{"49":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"199":{"tf":2.0},"30":{"tf":2.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"49":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.4142135623730951},"18":{"tf":1.0},"199":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"148":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"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":6,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"153":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"180":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"47":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":2.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":8,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"34":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"186":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"177":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"30":{"tf":2.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":6,"docs":{"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":5,"docs":{"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"48":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"17":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":7,"docs":{"17":{"tf":1.0},"50":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"96":{"tf":1.0}}},"2":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":2.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"196":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":55,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"112":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"192":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"153":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"124":{"tf":1.4142135623730951},"190":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":2.8284271247461903},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"49":{"tf":2.0},"51":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":2.0}}},"a":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":2.6457513110645907},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":6,"docs":{"136":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":6,"docs":{"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"106":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.6457513110645907},"199":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":3.4641016151377544},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"189":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":10,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"177":{"tf":1.0},"195":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"161":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.4142135623730951},"3":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"74":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"192":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":6,"docs":{"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0}}}}},"df":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":{"151":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"118":{"tf":1.0},"151":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"194":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}},"n":{"c":{"df":9,"docs":{"190":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"194":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"146":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"147":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"172":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":55,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":2.8284271247461903},"193":{"tf":2.6457513110645907},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.6457513110645907},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"170":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":164,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"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.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"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":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.6457513110645907},"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.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"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":2.23606797749979},"194":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":3.3166247903554},"50":{"tf":2.23606797749979},"51":{"tf":3.1622776601683795},"52":{"tf":2.8284271247461903},"53":{"tf":2.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},"6":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"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},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"148":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"p":{"df":7,"docs":{"115":{"tf":2.0},"161":{"tf":1.4142135623730951},"189":{"tf":1.0},"6":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"27":{"tf":1.0}}},"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"6":{"tf":4.47213595499958},"7":{"tf":1.7320508075688772}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"u":{"df":2,"docs":{"115":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"42":{"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":1,"docs":{"131":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"202":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"120":{"tf":1.0},"13":{"tf":1.4142135623730951},"161":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"50":{"tf":2.8284271247461903},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"190":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"69":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"151":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"160":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":6,"docs":{"115":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"202":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"148":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"30":{"tf":2.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"190":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"204":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":2.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"11":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"192":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"156":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"4":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"115":{"tf":1.0},"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"200":{"tf":2.0},"205":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"155":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"191":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"t":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"96":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"49":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"52":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":2.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"115":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"b":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"200":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"31":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"118":{"tf":1.0},"152":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"50":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"w":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"113":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.0},"180":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"132":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"156":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"191":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"189":{"tf":1.0},"34":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"137":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":3.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"42":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":3.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"192":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"120":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":5.0990195135927845},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"204":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"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":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"186":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":2.449489742783178},"49":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"157":{"tf":1.0},"170":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"120":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":2.0},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":55,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":2.8284271247461903},"193":{"tf":2.449489742783178},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"189":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"30":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"194":{"tf":1.0},"201":{"tf":2.23606797749979},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"36":{"tf":3.1622776601683795},"37":{"tf":1.4142135623730951},"49":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"106":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"190":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"190":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"46":{"tf":1.7320508075688772},"51":{"tf":4.123105625617661},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"106":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"192":{"tf":2.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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"35":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"164":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"172":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"194":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"134":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":2.23606797749979},"30":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"183":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"192":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"192":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":34,"docs":{"11":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}},"df":78,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"6":{"tf":2.0},"63":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"151":{"tf":1.7320508075688772},"199":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.449489742783178},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"201":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"31":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":2.23606797749979},"148":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"115":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"176":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"148":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"186":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":2.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"200":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"30":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"128":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}}},"df":1,"docs":{"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"115":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":5,"docs":{"148":{"tf":1.0},"170":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"title":{"root":{"_":{"df":1,"docs":{"189":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}}},"b":{"a":{"d":{"df":27,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"128":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"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":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"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":{"45":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"34":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"76":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"92":{"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"204":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"lang":"English","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":["selene.html#selene","selene.html#license","motivation.html#motivation","motivation.html#because-bugs","motivation.html#because-idiomatic-lua","luacheck.html#luacheck-comparison","luacheck.html#selene-vs-luacheck","luacheck.html#migration","cli/index.html#command-line-interface","cli/installation.html#installation","cli/installation.html#disabling-roblox-features","cli/usage.html#cli-usage","cli/usage.html#basic-usage","cli/usage.html#advanced-options","usage/index.html#usage","usage/configuration.html#configuration","usage/configuration.html#changing-the-severity-of-lints","usage/configuration.html#configuring-specific-lints","usage/configuration.html#setting-the-standard-library","usage/configuration.html#chaining-the-standard-library","usage/configuration.html#excluding-files-from-being-linted","usage/filtering.html#filtering","usage/filtering.html#allowingdenying-lints-for-a-piece-of-code","usage/filtering.html#allowingdenying-lints-for-an-entire-file","usage/filtering.html#combining-multiple-lints","usage/std.html#standard-library-format","usage/std.html#examples","usage/std.html#base","usage/std.html#lua_versions","usage/std.html#globals","usage/std.html#any","usage/std.html#functions","usage/std.html#properties","usage/std.html#struct","usage/std.html#tables","usage/std.html#deprecated","usage/std.html#removed","usage/std.html#structs","usage/std.html#wildcards","usage/std.html#internal-properties","usage/std.html#name","usage/std.html#last_updated","usage/std.html#last_selene_version","usage/std.html#roblox_classes","roblox.html#roblox-guide","roblox.html#installation","roblox.html#updating-definitions","roblox.html#testez-support","roblox.html#pinned-standard-library","contributing.html#contributing","contributing.html#writing-a-lint","contributing.html#getting-selene-to-recognize-the-new-lint","contributing.html#writing-tests","contributing.html#documenting-it","lints/index.html#lints","lints/almost_swapped.html#almost_swapped","lints/almost_swapped.html#what-it-does","lints/almost_swapped.html#why-this-is-bad","lints/almost_swapped.html#example","lints/constant_table_comparison.html#constant_table_comparison","lints/constant_table_comparison.html#what-it-does","lints/constant_table_comparison.html#why-this-is-bad","lints/constant_table_comparison.html#example","lints/deprecated.html#deprecated","lints/deprecated.html#what-it-does","lints/deprecated.html#why-this-is-bad","lints/deprecated.html#configuration","lints/deprecated.html#example","lints/divide_by_zero.html#divide_by_zero","lints/divide_by_zero.html#what-it-does","lints/divide_by_zero.html#why-this-is-bad","lints/divide_by_zero.html#example","lints/duplicate_keys.html#duplicate_keys","lints/duplicate_keys.html#what-it-does","lints/duplicate_keys.html#why-this-is-bad","lints/duplicate_keys.html#example","lints/duplicate_keys.html#remarks","lints/empty_if.html#empty_if","lints/empty_if.html#what-it-does","lints/empty_if.html#why-this-is-bad","lints/empty_if.html#configuration","lints/empty_if.html#example","lints/empty_loop.html#empty_loop","lints/empty_loop.html#what-it-does","lints/empty_loop.html#why-this-is-bad","lints/empty_loop.html#configuration","lints/empty_loop.html#example","lints/global_usage.html#global_usage","lints/global_usage.html#what-it-does","lints/global_usage.html#why-this-is-bad","lints/global_usage.html#configuration","lints/global_usage.html#remarks","lints/global_usage.html#example","lints/high_cyclomatic_complexity.html#high_cyclomatic_complexity","lints/high_cyclomatic_complexity.html#what-it-does","lints/high_cyclomatic_complexity.html#why-this-is-bad","lints/high_cyclomatic_complexity.html#configuration","lints/high_cyclomatic_complexity.html#example","lints/high_cyclomatic_complexity.html#remarks","lints/if_same_then_else.html#if_same_then_else","lints/if_same_then_else.html#what-it-does","lints/if_same_then_else.html#why-this-is-bad","lints/if_same_then_else.html#example","lints/ifs_same_cond.html#ifs_same_cond","lints/ifs_same_cond.html#what-it-does","lints/ifs_same_cond.html#why-this-is-bad","lints/ifs_same_cond.html#example","lints/ifs_same_cond.html#remarks","lints/incorrect_standard_library_use.html#incorrect_standard_library_use","lints/incorrect_standard_library_use.html#what-it-does","lints/incorrect_standard_library_use.html#example","lints/incorrect_standard_library_use.html#remarks","lints/manual_table_clone.html#manual_table_clone","lints/manual_table_clone.html#what-it-does","lints/manual_table_clone.html#why-this-is-bad","lints/manual_table_clone.html#example","lints/manual_table_clone.html#remarks","lints/mismatched_arg_count.html#mismatched_arg_count","lints/mismatched_arg_count.html#what-it-does","lints/mismatched_arg_count.html#why-this-is-bad","lints/mismatched_arg_count.html#example","lints/mismatched_arg_count.html#remarks","lints/mixed_table.html#mixed_table","lints/mixed_table.html#what-it-does","lints/mixed_table.html#why-this-is-bad","lints/mixed_table.html#example","lints/multiple_statements.html#multiple_statements","lints/multiple_statements.html#what-it-does","lints/multiple_statements.html#why-this-is-bad","lints/multiple_statements.html#configuration","lints/multiple_statements.html#example","lints/must_use.html#must_use","lints/must_use.html#what-it-does","lints/must_use.html#why-this-is-bad","lints/must_use.html#example","lints/must_use.html#remarks","lints/parenthese_conditions.html#parenthese_conditions","lints/parenthese_conditions.html#what-it-does","lints/parenthese_conditions.html#why-this-is-bad","lints/parenthese_conditions.html#example","lints/roblox_incorrect_color3_new_bounds.html#roblox_incorrect_color3_new_bounds","lints/roblox_incorrect_color3_new_bounds.html#what-it-does","lints/roblox_incorrect_color3_new_bounds.html#why-this-is-bad","lints/roblox_incorrect_color3_new_bounds.html#example","lints/roblox_incorrect_color3_new_bounds.html#remarks","lints/roblox_incorrect_roact_usage.html#roblox_incorrect_roact_usage","lints/roblox_incorrect_roact_usage.html#what-it-does","lints/roblox_incorrect_roact_usage.html#why-this-is-bad","lints/roblox_incorrect_roact_usage.html#example","lints/roblox_incorrect_roact_usage.html#remarks","lints/roblox_suspicious_udim2_new.html#roblox_suspicious_udim2_new","lints/roblox_suspicious_udim2_new.html#what-it-does","lints/roblox_suspicious_udim2_new.html#why-this-is-bad","lints/roblox_suspicious_udim2_new.html#example","lints/roblox_suspicious_udim2_new.html#remarks","lints/shadowing.html#shadowing","lints/shadowing.html#what-it-does","lints/shadowing.html#why-this-is-bad","lints/shadowing.html#configuration","lints/shadowing.html#example","lints/suspicious_reverse_loop.html#suspicious_reverse_loop","lints/suspicious_reverse_loop.html#what-it-does","lints/suspicious_reverse_loop.html#why-this-is-bad","lints/suspicious_reverse_loop.html#example","lints/type_check_inside_call.html#type_check_inside_call","lints/type_check_inside_call.html#what-it-does","lints/type_check_inside_call.html#why-this-is-bad","lints/type_check_inside_call.html#example","lints/type_check_inside_call.html#remarks","lints/unbalanced_assignments.html#unbalanced_assignments","lints/unbalanced_assignments.html#what-it-does","lints/unbalanced_assignments.html#why-this-is-bad","lints/unbalanced_assignments.html#example","lints/unbalanced_assignments.html#remarks","lints/undefined_variable.html#undefined_variable","lints/undefined_variable.html#what-it-does","lints/undefined_variable.html#why-this-is-bad","lints/undefined_variable.html#example","lints/undefined_variable.html#remarks","lints/unscoped_variables.html#unscoped_variables","lints/unscoped_variables.html#what-it-does","lints/unscoped_variables.html#why-this-is-bad","lints/unscoped_variables.html#configuration","lints/unscoped_variables.html#example","lints/unused_variable.html#unused_variable","lints/unused_variable.html#what-it-does","lints/unused_variable.html#why-this-is-bad","lints/unused_variable.html#configuration","lints/unused_variable.html#example","lints/unused_variable.html#remarks","lints/unused_variable.html#_-prefixing","lints/unused_variable.html#observes","archive/index.html#archive","archive/std_v1.html#standard-library-format-v1","archive/std_v1.html#examples","archive/std_v1.html#selene","archive/std_v1.html#globals","archive/std_v1.html#any","archive/std_v1.html#functions","archive/std_v1.html#required","archive/std_v1.html#argument-types","archive/std_v1.html#properties","archive/std_v1.html#struct","archive/std_v1.html#table","archive/std_v1.html#removed","archive/std_v1.html#structs","archive/std_v1.html#wildcards"],"index":{"documentStore":{"docInfo":{"0":{"body":76,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":2,"title":1},"10":{"body":14,"breadcrumbs":7,"title":3},"100":{"body":4,"breadcrumbs":2,"title":0},"101":{"body":3,"breadcrumbs":3,"title":1},"102":{"body":4,"breadcrumbs":3,"title":1},"103":{"body":0,"breadcrumbs":3,"title":1},"104":{"body":5,"breadcrumbs":2,"title":0},"105":{"body":3,"breadcrumbs":3,"title":1},"106":{"body":6,"breadcrumbs":3,"title":1},"107":{"body":20,"breadcrumbs":3,"title":1},"108":{"body":0,"breadcrumbs":3,"title":1},"109":{"body":5,"breadcrumbs":2,"title":0},"11":{"body":119,"breadcrumbs":7,"title":2},"110":{"body":5,"breadcrumbs":3,"title":1},"111":{"body":25,"breadcrumbs":3,"title":1},"112":{"body":0,"breadcrumbs":3,"title":1},"113":{"body":8,"breadcrumbs":2,"title":0},"114":{"body":8,"breadcrumbs":3,"title":1},"115":{"body":12,"breadcrumbs":3,"title":1},"116":{"body":98,"breadcrumbs":3,"title":1},"117":{"body":0,"breadcrumbs":3,"title":1},"118":{"body":8,"breadcrumbs":2,"title":0},"119":{"body":7,"breadcrumbs":3,"title":1},"12":{"body":36,"breadcrumbs":7,"title":2},"120":{"body":15,"breadcrumbs":3,"title":1},"121":{"body":102,"breadcrumbs":3,"title":1},"122":{"body":0,"breadcrumbs":3,"title":1},"123":{"body":8,"breadcrumbs":2,"title":0},"124":{"body":9,"breadcrumbs":3,"title":1},"125":{"body":7,"breadcrumbs":3,"title":1},"126":{"body":0,"breadcrumbs":3,"title":1},"127":{"body":5,"breadcrumbs":2,"title":0},"128":{"body":4,"breadcrumbs":3,"title":1},"129":{"body":36,"breadcrumbs":3,"title":1},"13":{"body":97,"breadcrumbs":7,"title":2},"130":{"body":7,"breadcrumbs":3,"title":1},"131":{"body":0,"breadcrumbs":3,"title":1},"132":{"body":7,"breadcrumbs":2,"title":0},"133":{"body":8,"breadcrumbs":3,"title":1},"134":{"body":12,"breadcrumbs":3,"title":1},"135":{"body":6,"breadcrumbs":3,"title":1},"136":{"body":0,"breadcrumbs":3,"title":1},"137":{"body":4,"breadcrumbs":2,"title":0},"138":{"body":3,"breadcrumbs":3,"title":1},"139":{"body":11,"breadcrumbs":3,"title":1},"14":{"body":7,"breadcrumbs":2,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":7,"breadcrumbs":2,"title":0},"142":{"body":16,"breadcrumbs":3,"title":1},"143":{"body":3,"breadcrumbs":3,"title":1},"144":{"body":6,"breadcrumbs":3,"title":1},"145":{"body":0,"breadcrumbs":3,"title":1},"146":{"body":13,"breadcrumbs":2,"title":0},"147":{"body":12,"breadcrumbs":3,"title":1},"148":{"body":24,"breadcrumbs":3,"title":1},"149":{"body":69,"breadcrumbs":3,"title":1},"15":{"body":37,"breadcrumbs":3,"title":1},"150":{"body":0,"breadcrumbs":3,"title":1},"151":{"body":5,"breadcrumbs":2,"title":0},"152":{"body":31,"breadcrumbs":3,"title":1},"153":{"body":9,"breadcrumbs":3,"title":1},"154":{"body":23,"breadcrumbs":3,"title":1},"155":{"body":0,"breadcrumbs":3,"title":1},"156":{"body":6,"breadcrumbs":2,"title":0},"157":{"body":20,"breadcrumbs":3,"title":1},"158":{"body":18,"breadcrumbs":3,"title":1},"159":{"body":8,"breadcrumbs":3,"title":1},"16":{"body":40,"breadcrumbs":5,"title":3},"160":{"body":0,"breadcrumbs":3,"title":1},"161":{"body":9,"breadcrumbs":2,"title":0},"162":{"body":15,"breadcrumbs":3,"title":1},"163":{"body":8,"breadcrumbs":3,"title":1},"164":{"body":0,"breadcrumbs":3,"title":1},"165":{"body":6,"breadcrumbs":2,"title":0},"166":{"body":6,"breadcrumbs":3,"title":1},"167":{"body":7,"breadcrumbs":3,"title":1},"168":{"body":7,"breadcrumbs":3,"title":1},"169":{"body":0,"breadcrumbs":3,"title":1},"17":{"body":33,"breadcrumbs":5,"title":3},"170":{"body":7,"breadcrumbs":2,"title":0},"171":{"body":13,"breadcrumbs":3,"title":1},"172":{"body":5,"breadcrumbs":3,"title":1},"173":{"body":69,"breadcrumbs":3,"title":1},"174":{"body":0,"breadcrumbs":3,"title":1},"175":{"body":4,"breadcrumbs":2,"title":0},"176":{"body":1,"breadcrumbs":3,"title":1},"177":{"body":4,"breadcrumbs":3,"title":1},"178":{"body":15,"breadcrumbs":3,"title":1},"179":{"body":0,"breadcrumbs":3,"title":1},"18":{"body":59,"breadcrumbs":5,"title":3},"180":{"body":7,"breadcrumbs":2,"title":0},"181":{"body":12,"breadcrumbs":3,"title":1},"182":{"body":16,"breadcrumbs":3,"title":1},"183":{"body":2,"breadcrumbs":3,"title":1},"184":{"body":0,"breadcrumbs":3,"title":1},"185":{"body":3,"breadcrumbs":2,"title":0},"186":{"body":6,"breadcrumbs":3,"title":1},"187":{"body":29,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":0,"breadcrumbs":3,"title":1},"19":{"body":20,"breadcrumbs":5,"title":3},"190":{"body":17,"breadcrumbs":4,"title":2},"191":{"body":79,"breadcrumbs":3,"title":1},"192":{"body":7,"breadcrumbs":2,"title":1},"193":{"body":52,"breadcrumbs":9,"title":4},"194":{"body":43,"breadcrumbs":6,"title":1},"195":{"body":45,"breadcrumbs":6,"title":1},"196":{"body":26,"breadcrumbs":6,"title":1},"197":{"body":13,"breadcrumbs":5,"title":0},"198":{"body":51,"breadcrumbs":6,"title":1},"199":{"body":13,"breadcrumbs":6,"title":1},"2":{"body":0,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":4},"200":{"body":77,"breadcrumbs":7,"title":2},"201":{"body":79,"breadcrumbs":6,"title":1},"202":{"body":11,"breadcrumbs":6,"title":1},"203":{"body":20,"breadcrumbs":6,"title":1},"204":{"body":13,"breadcrumbs":6,"title":1},"205":{"body":51,"breadcrumbs":6,"title":1},"206":{"body":97,"breadcrumbs":6,"title":1},"21":{"body":9,"breadcrumbs":3,"title":1},"22":{"body":100,"breadcrumbs":6,"title":4},"23":{"body":60,"breadcrumbs":6,"title":4},"24":{"body":12,"breadcrumbs":5,"title":3},"25":{"body":17,"breadcrumbs":7,"title":3},"26":{"body":43,"breadcrumbs":5,"title":1},"27":{"body":28,"breadcrumbs":5,"title":1},"28":{"body":60,"breadcrumbs":5,"title":1},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":261,"breadcrumbs":2,"title":1},"30":{"body":13,"breadcrumbs":4,"title":0},"31":{"body":225,"breadcrumbs":5,"title":1},"32":{"body":77,"breadcrumbs":5,"title":1},"33":{"body":11,"breadcrumbs":5,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":91,"breadcrumbs":5,"title":1},"36":{"body":13,"breadcrumbs":5,"title":1},"37":{"body":54,"breadcrumbs":5,"title":1},"38":{"body":95,"breadcrumbs":5,"title":1},"39":{"body":13,"breadcrumbs":6,"title":2},"4":{"body":111,"breadcrumbs":3,"title":2},"40":{"body":15,"breadcrumbs":5,"title":1},"41":{"body":13,"breadcrumbs":5,"title":1},"42":{"body":15,"breadcrumbs":5,"title":1},"43":{"body":5,"breadcrumbs":5,"title":1},"44":{"body":40,"breadcrumbs":4,"title":2},"45":{"body":44,"breadcrumbs":3,"title":1},"46":{"body":17,"breadcrumbs":4,"title":2},"47":{"body":37,"breadcrumbs":4,"title":2},"48":{"body":59,"breadcrumbs":5,"title":3},"49":{"body":37,"breadcrumbs":2,"title":1},"5":{"body":0,"breadcrumbs":4,"title":2},"50":{"body":215,"breadcrumbs":3,"title":2},"51":{"body":80,"breadcrumbs":6,"title":5},"52":{"body":188,"breadcrumbs":3,"title":2},"53":{"body":103,"breadcrumbs":2,"title":1},"54":{"body":6,"breadcrumbs":2,"title":1},"55":{"body":0,"breadcrumbs":3,"title":1},"56":{"body":6,"breadcrumbs":2,"title":0},"57":{"body":4,"breadcrumbs":3,"title":1},"58":{"body":5,"breadcrumbs":3,"title":1},"59":{"body":0,"breadcrumbs":3,"title":1},"6":{"body":238,"breadcrumbs":5,"title":3},"60":{"body":5,"breadcrumbs":2,"title":0},"61":{"body":2,"breadcrumbs":3,"title":1},"62":{"body":9,"breadcrumbs":3,"title":1},"63":{"body":0,"breadcrumbs":3,"title":1},"64":{"body":8,"breadcrumbs":2,"title":0},"65":{"body":9,"breadcrumbs":3,"title":1},"66":{"body":21,"breadcrumbs":3,"title":1},"67":{"body":7,"breadcrumbs":3,"title":1},"68":{"body":0,"breadcrumbs":3,"title":1},"69":{"body":8,"breadcrumbs":2,"title":0},"7":{"body":52,"breadcrumbs":3,"title":1},"70":{"body":20,"breadcrumbs":3,"title":1},"71":{"body":9,"breadcrumbs":3,"title":1},"72":{"body":0,"breadcrumbs":3,"title":1},"73":{"body":7,"breadcrumbs":2,"title":0},"74":{"body":8,"breadcrumbs":3,"title":1},"75":{"body":28,"breadcrumbs":3,"title":1},"76":{"body":16,"breadcrumbs":3,"title":1},"77":{"body":0,"breadcrumbs":3,"title":1},"78":{"body":3,"breadcrumbs":2,"title":0},"79":{"body":10,"breadcrumbs":3,"title":1},"8":{"body":12,"breadcrumbs":6,"title":3},"80":{"body":10,"breadcrumbs":3,"title":1},"81":{"body":12,"breadcrumbs":3,"title":1},"82":{"body":0,"breadcrumbs":3,"title":1},"83":{"body":4,"breadcrumbs":2,"title":0},"84":{"body":11,"breadcrumbs":3,"title":1},"85":{"body":10,"breadcrumbs":3,"title":1},"86":{"body":11,"breadcrumbs":3,"title":1},"87":{"body":0,"breadcrumbs":3,"title":1},"88":{"body":3,"breadcrumbs":2,"title":0},"89":{"body":13,"breadcrumbs":3,"title":1},"9":{"body":44,"breadcrumbs":5,"title":1},"90":{"body":13,"breadcrumbs":3,"title":1},"91":{"body":9,"breadcrumbs":3,"title":1},"92":{"body":2,"breadcrumbs":3,"title":1},"93":{"body":0,"breadcrumbs":3,"title":1},"94":{"body":8,"breadcrumbs":2,"title":0},"95":{"body":9,"breadcrumbs":3,"title":1},"96":{"body":12,"breadcrumbs":3,"title":1},"97":{"body":35,"breadcrumbs":3,"title":1},"98":{"body":10,"breadcrumbs":3,"title":1},"99":{"body":0,"breadcrumbs":3,"title":1}},"docs":{"0":{"body":"selene is a command line tool designed to help write correct and idiomatic Lua code. New to selene? Read the motivation behind its creation and the CLI guide . If you already use Luacheck , you can read the Luacheck comparison and migration guide . Don't know what a linter is? Check out the wiki on linters about what a linter does and how it's beneficial. Existing user? Read the changelog to learn about any new features or bug fixes. Interested in what selene lints for? Read the list of lints . Interested in contributing to selene's codebase? Read the contribution guide . Want to discuss selene or get help? Join the Roblox OS Community Discord . Note: selene is not Roblox exclusive, but it started its life for Roblox development.","breadcrumbs":"selene » selene","id":"0","title":"selene"},"1":{"body":"selene and all its source code are licensed under the Mozilla Public License 2.0 .","breadcrumbs":"selene » License","id":"1","title":"License"},"10":{"body":"selene is built with Roblox specific lints by default. If you don't want these, then pass --no-default-features to the cargo install command.","breadcrumbs":"Command Line Interface » Installation » Disabling Roblox features","id":"10","title":"Disabling Roblox features"},"100":{"body":"Checks for branches in if blocks that are equivalent.","breadcrumbs":"Lints » if_same_then_else » What it does","id":"100","title":"What it does"},"101":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » if_same_then_else » Why this is bad","id":"101","title":"Why this is bad"},"102":{"body":"if foo then print(1)\nelse print(1)\nend","breadcrumbs":"Lints » if_same_then_else » Example","id":"102","title":"Example"},"103":{"body":"","breadcrumbs":"Lints » ifs_same_cond » ifs_same_cond","id":"103","title":"ifs_same_cond"},"104":{"body":"Checks for branches in if blocks with equivalent conditions.","breadcrumbs":"Lints » ifs_same_cond » What it does","id":"104","title":"What it does"},"105":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » ifs_same_cond » Why this is bad","id":"105","title":"Why this is bad"},"106":{"body":"if foo then print(1)\nelseif foo then print(1)\nend","breadcrumbs":"Lints » ifs_same_cond » Example","id":"106","title":"Example"},"107":{"body":"This ignores conditions that could have side effects, such as function calls. This will not lint: if foo() then print(1)\nelseif foo() then print(1)\nend ...as the result of foo() could be different the second time it is called.","breadcrumbs":"Lints » ifs_same_cond » Remarks","id":"107","title":"Remarks"},"108":{"body":"","breadcrumbs":"Lints » incorrect_standard_library_use » incorrect_standard_library_use","id":"108","title":"incorrect_standard_library_use"},"109":{"body":"Checks for correct use of the standard library .","breadcrumbs":"Lints » incorrect_standard_library_use » What it does","id":"109","title":"What it does"},"11":{"body":"If you want to get a quick understanding of the interface, simply type selene --help. USAGE: selene [FLAGS] [OPTIONS] ... selene FLAGS: --allow-warnings Pass when only warnings occur --no-exclude Ignore excludes defined in config -h, --help Prints help information -n, --no-summary Suppress summary information -q, --quiet Display only the necessary information. Equivalent to --display-style=\"quiet\" -V, --version Prints version information OPTIONS: --color [default: auto] [possible values: Always, Auto, Never] --config A toml file to configure the behavior of selene [default: selene.toml] --display-style Sets the display method [possible values: Json, Json2, Rich, Quiet] --num-threads Number of threads to run on, default to the numbers of logical cores on your system [default: your system's cores] --pattern A glob to match files with to check ARGS: ... SUBCOMMANDS: generate-roblox-std help Prints this message or the help of the given subcommand(s) update-roblox-std upgrade-std","breadcrumbs":"Command Line Interface » CLI Usage » CLI Usage","id":"11","title":"CLI Usage"},"110":{"body":"for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do","breadcrumbs":"Lints » incorrect_standard_library_use » Example","id":"110","title":"Example"},"111":{"body":"It is highly recommended that you do not turn this lint off. If you are having standard library issues, modify your standard library instead to be correct. If it is a problem with an official standard library (Ex: the Lua 5.1 or Roblox ones), you can file an issue on GitHub .","breadcrumbs":"Lints » incorrect_standard_library_use » Remarks","id":"111","title":"Remarks"},"112":{"body":"","breadcrumbs":"Lints » manual_table_clone » manual_table_clone","id":"112","title":"manual_table_clone"},"113":{"body":"Detects manual re-implementations of table.clone when it exists in the standard library.","breadcrumbs":"Lints » manual_table_clone » What it does","id":"113","title":"What it does"},"114":{"body":"table.clone is much simpler to read and faster than manual re-implementations.","breadcrumbs":"Lints » manual_table_clone » Why this is bad","id":"114","title":"Why this is bad"},"115":{"body":"local output = {} for key, value in pairs(input) do output[key] = value\nend ...should be written as... local output = table.clone(input)","breadcrumbs":"Lints » manual_table_clone » Example","id":"115","title":"Example"},"116":{"body":"Very little outside this exact pattern is matched. This is the list of circumstances which will stop the lint from triggering: Any logic in the body of the function aside from output[key] = value. Any usage of the output variable in between the definition and the loop (as determined by position in code). If the input variable is not a plain locally initialized variable. For example, self.state[key] = value will not lint. If the input variable is not defined as a completely empty table. If the loop and input variable are defined at different depths. The detected looping patterns are pairs(t), ipairs(t), next, t, and t (Luau generalized iteration). If ipairs is used, table.clone is not an exact match if the table is not exclusively an array. For example: local mixedTable = { 1, 2, 3 }\nmixedTable.key = \"value\" local clone = {} -- Lints, but is not equivalent, since ipairs only loops over the array part.\nfor key, value in ipairs(mixedTable) do clone[key] = value\nend When ipairs is the function being used, you'll be notified of this potential gotcha.","breadcrumbs":"Lints » manual_table_clone » Remarks","id":"116","title":"Remarks"},"117":{"body":"","breadcrumbs":"Lints » mismatched_arg_count » mismatched_arg_count","id":"117","title":"mismatched_arg_count"},"118":{"body":"Checks for too many arguments passed to function calls of defined functions.","breadcrumbs":"Lints » mismatched_arg_count » What it does","id":"118","title":"What it does"},"119":{"body":"These arguments provided are unnecessary, and can indicate that the function definition is not what was expected.","breadcrumbs":"Lints » mismatched_arg_count » Why this is bad","id":"119","title":"Why this is bad"},"12":{"body":"All unnamed inputs you give to selene will be treated as files to check for. If you want to check a folder of files: selene files If you just want to check one file: selene code.lua If you want to check multiple files/folders: selene file1 file2 file3 ... If you want to pipe code to selene using stdin: cat code.lua | selene -","breadcrumbs":"Command Line Interface » CLI Usage » Basic usage","id":"12","title":"Basic usage"},"120":{"body":"local function foo(a, b)\nend foo(1, 2, 3) -- error, function takes 2 arguments, but 3 were supplied","breadcrumbs":"Lints » mismatched_arg_count » Example","id":"120","title":"Example"},"121":{"body":"This lint does not handle too few arguments being passed, as this is commonly inferred as passing nil. For example, foo(1) could be used when meaning foo(1, nil). If a defined function is reassigned anywhere in the program, it will try to match the best possible overlap. Take this example: local function foo(a, b, c) print(\"a\")\nend function updateFoo() foo = function(a, b, c, d) print(\"b\") end\nend foo(1, 2, 3, 4) --> \"a\" [mismatched args, but selene doesn't know]\nupdateFoo()\nfoo(1, 2, 3, 4) --> \"b\" [no more mismatched args] selene can not tell that foo corresponds to a new definition because updateFoo() was called in the current context, without actually running the program. However, this would still lint properly: local log if SOME_DEBUG_FLAG then log = function() end\nelse log = function(message) print(message) end\nend -- No definition of `log` takes more than 1 argument, so this will lint.\nlog(\"LOG MESSAGE\", \"Something happened!\")","breadcrumbs":"Lints » mismatched_arg_count » Remarks","id":"121","title":"Remarks"},"122":{"body":"","breadcrumbs":"Lints » mixed_table » mixed_table","id":"122","title":"mixed_table"},"123":{"body":"Checks for mixed tables (tables that act as both an array and dictionary).","breadcrumbs":"Lints » mixed_table » What it does","id":"123","title":"What it does"},"124":{"body":"Mixed tables harms readability and are prone to bugs. There is almost always a better alternative.","breadcrumbs":"Lints » mixed_table » Why this is bad","id":"124","title":"Why this is bad"},"125":{"body":"local foo = { \"array field\", bar = \"dictionary field\",\n}","breadcrumbs":"Lints » mixed_table » Example","id":"125","title":"Example"},"126":{"body":"","breadcrumbs":"Lints » multiple_statements » multiple_statements","id":"126","title":"multiple_statements"},"127":{"body":"Checks for multiple statements on the same line.","breadcrumbs":"Lints » multiple_statements » What it does","id":"127","title":"What it does"},"128":{"body":"This can make your code difficult to read.","breadcrumbs":"Lints » multiple_statements » Why this is bad","id":"128","title":"Why this is bad"},"129":{"body":"one_line_if (default: \"break-return-only\") - Defines whether or not one line if statements should be allowed. One of three options: \"break-return-only\" (default) - if x then return end or if x then break end is ok, but if x then call() end is not. \"allow\" - All one line if statements are allowed. \"deny\" - No one line if statements are allowed.","breadcrumbs":"Lints » multiple_statements » Configuration","id":"129","title":"Configuration"},"13":{"body":"-q --quiet Instead of the rich format, only necessary information will be displayed. ~# selene code.lua\nwarning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── code.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Results:\n0 errors\n1 warnings\n0 parse errors ~# selene code.lua -q\ncode.lua:1:6: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead Results:\n0 errors\n1 warnings\n0 parse errors --num-threads num-threads Specifies the number of threads for selene to use. Defaults to however many cores your CPU has. If you type selene --help, you can see this number because it will show as the default for you. --pattern pattern A glob to match what files selene should check for. For example, if you only wanted to check files that end with .spec.lua, you would input --pattern **/*.spec.lua. Defaults to **/*.lua, meaning \"any lua file\", or **/*.lua and **/*.luau with the roblox feature flag, meaning \"any lua/luau file\".","breadcrumbs":"Command Line Interface » CLI Usage » Advanced options","id":"13","title":"Advanced options"},"130":{"body":"foo() bar() baz() ...should be written as... foo()\nbar()\nbaz()","breadcrumbs":"Lints » multiple_statements » Example","id":"130","title":"Example"},"131":{"body":"","breadcrumbs":"Lints » must_use » must_use","id":"131","title":"must_use"},"132":{"body":"Checks that the return values of functions marked must_use are used.","breadcrumbs":"Lints » must_use » What it does","id":"132","title":"What it does"},"133":{"body":"This lint will only catch uses where the function has no reason to be called other than to use its output.","breadcrumbs":"Lints » must_use » Why this is bad","id":"133","title":"Why this is bad"},"134":{"body":"bit32.bor(entity.flags, Flags.Invincible) ...should be written as... entity.flags = bit32.bor(entity.flags, Flags.Invincible) ...as bit32.bor only produces a new value, it does not mutate anything.","breadcrumbs":"Lints » must_use » Example","id":"134","title":"Example"},"135":{"body":"The output is deemed \"unused\" if the function call is its own statement.","breadcrumbs":"Lints » must_use » Remarks","id":"135","title":"Remarks"},"136":{"body":"","breadcrumbs":"Lints » parenthese_conditions » parenthese_conditions","id":"136","title":"parenthese_conditions"},"137":{"body":"Checks for conditions in the form of (expression).","breadcrumbs":"Lints » parenthese_conditions » What it does","id":"137","title":"What it does"},"138":{"body":"Lua does not require these, and they are not idiomatic.","breadcrumbs":"Lints » parenthese_conditions » Why this is bad","id":"138","title":"Why this is bad"},"139":{"body":"if (x) then\nrepeat until (x)\nwhile (x) do ...should be written as... if x then\nrepeat until x\nwhile x do","breadcrumbs":"Lints » parenthese_conditions » Example","id":"139","title":"Example"},"14":{"body":"In this section, you will learn how to interact with selene from your code and how to fit it to your liking.","breadcrumbs":"Usage » Usage","id":"14","title":"Usage"},"140":{"body":"","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » roblox_incorrect_color3_new_bounds","id":"140","title":"roblox_incorrect_color3_new_bounds"},"141":{"body":"Checks for uses of Color3.new where the arguments are not between 0 and 1.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » What it does","id":"141","title":"What it does"},"142":{"body":"Most likely, you are trying to use values of 0 to 255. This will not give you an error, and will silently give you the wrong color. You probably meant to use Color3.fromRGB instead.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Why this is bad","id":"142","title":"Why this is bad"},"143":{"body":"Color3.new(255, 0, 0)","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Example","id":"143","title":"Example"},"144":{"body":"This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Remarks","id":"144","title":"Remarks"},"145":{"body":"","breadcrumbs":"Lints » roblox_incorrect_roact_usage » roblox_incorrect_roact_usage","id":"145","title":"roblox_incorrect_roact_usage"},"146":{"body":"Checks for valid uses of createElement. Verifies that class name given is valid and that the properties passed for it are valid for that class.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » What it does","id":"146","title":"What it does"},"147":{"body":"This is guaranteed to fail once it is rendered. Furthermore, the createElement itself will not error--only once it's mounted will it error.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Why this is bad","id":"147","title":"Why this is bad"},"148":{"body":"-- Using Roact17\nReact.createElement(\"Frame\", { key = \"Valid property for React\",\n}) -- Using legacy Roact\nRoact.createElement(\"Frame\", { key = \"Invalid property for Roact\", ThisPropertyDoesntExist = true, Name = \"This property should not be passed in\", [Roact.Event.ThisEventDoesntExist] = function() end,\n}) Roact.createElement(\"BadClass\", {})","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Example","id":"148","title":"Example"},"149":{"body":"This lint is naive and makes several assumptions about the way you write your code. The assumptions are based on idiomatic Roact. It assumes you are either calling createElement directly or creating a local variable that's assigned to [Roact/React].createElement. It assumes if you are using a local variable, you're not reassigning it. It assumes either Roact or React is defined. undefined_variable will still lint, however. This lint assumes legacy Roact if the variable name is Roact and Roact17 if the variable name is named React. This lint does not verify if the value you are giving is correct, so Text = UDim2.new() will be treated as correct. This lint, right now, only checks property and class names. This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Remarks","id":"149","title":"Remarks"},"15":{"body":"selene is meant to be easily configurable. You can specify configurations for the entire project as well as for individual lints. Configuration files are placed in the directory you are running selene in and are named selene.toml . As the name suggests, the configurations use the Tom's Obvious, Minimal Language (TOML) format. It is recommended you quickly brush up on the syntax, though it is very easy.","breadcrumbs":"Usage » Configuration » Configuration","id":"15","title":"Configuration"},"150":{"body":"","breadcrumbs":"Lints » roblox_suspicious_udim2_new » roblox_suspicious_udim2_new","id":"150","title":"roblox_suspicious_udim2_new"},"151":{"body":"Checks for too little arguments passed to UDim2.new().","breadcrumbs":"Lints » roblox_suspicious_udim2_new » What it does","id":"151","title":"What it does"},"152":{"body":"Passing in an incorrect number of arguments can indicate that the user meant to use UDim2.fromScale or UDim2.fromOffset. Even if the user really only needed to pass in a fewer number of arguments to UDim2.new, this lowers readability as it calls into question whether it's a bug or if the user truly meant to use UDim2.new.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Why this is bad","id":"152","title":"Why this is bad"},"153":{"body":"UDim2.new(1, 1) -- error, UDim2.new takes 4 numbers, but 2 were provided.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Example","id":"153","title":"Example"},"154":{"body":"This lint is only active if you are using the Roblox standard library. This lint does not warn if passing in exactly 2 arguments and none of those are number literals to prevent false positives with UDim2.new(UDim.new(a, b), UDim.new(c, d))","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Remarks","id":"154","title":"Remarks"},"155":{"body":"","breadcrumbs":"Lints » shadowing » shadowing","id":"155","title":"shadowing"},"156":{"body":"Checks for overriding of variables under the same name.","breadcrumbs":"Lints » shadowing » What it does","id":"156","title":"What it does"},"157":{"body":"This can cause confusion when reading the code when trying to understand which variable is being used, and if you want to use the original variable you either have to redefine it under a temporary name or refactor the code that shadowed it.","breadcrumbs":"Lints » shadowing » Why this is bad","id":"157","title":"Why this is bad"},"158":{"body":"ignore_pattern (default: \"^_\") - A regular expression that is used to specify names that are allowed to be shadowed. The default allows for variables like _ to be shadowed, as they shouldn't be used anyway.","breadcrumbs":"Lints » shadowing » Configuration","id":"158","title":"Configuration"},"159":{"body":"local x = 1 if foo then local x = 1\nend","breadcrumbs":"Lints » shadowing » Example","id":"159","title":"Example"},"16":{"body":"You can change the severity of lints by entering the following into selene.toml: [lints]\nlint_1 = \"severity\"\nlint_2 = \"severity\"\n... Where \"severity\" is one of the following: \"allow\" - Don't check for this lint \"warn\" - Warn for this lint \"deny\" - Error for this lint Note that \"deny\" and \"warn\" are effectively the same, only warn will give orange text while error gives red text, and they both have different counters.","breadcrumbs":"Usage » Configuration » Changing the severity of lints","id":"16","title":"Changing the severity of lints"},"160":{"body":"","breadcrumbs":"Lints » suspicious_reverse_loop » suspicious_reverse_loop","id":"160","title":"suspicious_reverse_loop"},"161":{"body":"Checks for for _ = #x, 1 do sequences without specifying a negative step.","breadcrumbs":"Lints » suspicious_reverse_loop » What it does","id":"161","title":"What it does"},"162":{"body":"This loop will only run at most once, instead of going in reverse. If you truly did mean to run your loop only once, just use if #x > 0 instead.","breadcrumbs":"Lints » suspicious_reverse_loop » Why this is bad","id":"162","title":"Why this is bad"},"163":{"body":"for _ = #x, 1 do ...should be written as... for _ = #x, 1, -1 do","breadcrumbs":"Lints » suspicious_reverse_loop » Example","id":"163","title":"Example"},"164":{"body":"","breadcrumbs":"Lints » type_check_inside_call » type_check_inside_call","id":"164","title":"type_check_inside_call"},"165":{"body":"Checks for type(foo == \"type\"), instead of type(foo) == \"type\".","breadcrumbs":"Lints » type_check_inside_call » What it does","id":"165","title":"What it does"},"166":{"body":"This will always return \"boolean\", and is undoubtedly not what you intended to write.","breadcrumbs":"Lints » type_check_inside_call » Why this is bad","id":"166","title":"Why this is bad"},"167":{"body":"return type(foo == \"number\") ...should be written as... return type(foo) == \"number\"","breadcrumbs":"Lints » type_check_inside_call » Example","id":"167","title":"Example"},"168":{"body":"When using the Roblox standard library, this checks typeof as well.","breadcrumbs":"Lints » type_check_inside_call » Remarks","id":"168","title":"Remarks"},"169":{"body":"","breadcrumbs":"Lints » unbalanced_assignments » unbalanced_assignments","id":"169","title":"unbalanced_assignments"},"17":{"body":"You can configure specific lints by entering the following into selene.toml: [config]\nlint1 = ...\nlint2 = ...\n... Where the value is whatever the special configuration of that lint is. You can learn these on the lints specific page in the list of lints . For example, if we wanted to allow empty if branches if the contents contain comments, then we would write: [config]\nempty_if = { comments_count = true }","breadcrumbs":"Usage » Configuration » Configuring specific lints","id":"17","title":"Configuring specific lints"},"170":{"body":"Checks for unbalanced assignments, such as a, b, c = 1.","breadcrumbs":"Lints » unbalanced_assignments » What it does","id":"170","title":"What it does"},"171":{"body":"You shouldn't declare variables you're not immediately initializing on the same line as ones you are. This is most likely just forgetting to specify the rest of the variables.","breadcrumbs":"Lints » unbalanced_assignments » Why this is bad","id":"171","title":"Why this is bad"},"172":{"body":"a, b, c = 1\na = 1, 2","breadcrumbs":"Lints » unbalanced_assignments » Example","id":"172","title":"Example"},"173":{"body":"There are a few things this lint won't catch. a, b, c = call() will not lint, as call() could return multiple values. a, b, c = call(), 2 will, however, as you will only be using the first value of call(). You will even receive a helpful message about this. error[unbalanced_assignments]: values on right side don't match up to the left side of the assignment ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ^^^^^^^^^ │ ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ------ help: if this function returns more than one value, the only first return value is actually used │ If nil is specified as the last value, the rest will be ignored. This means... a, b, c = nil ...will not lint.","breadcrumbs":"Lints » unbalanced_assignments » Remarks","id":"173","title":"Remarks"},"174":{"body":"","breadcrumbs":"Lints » undefined_variable » undefined_variable","id":"174","title":"undefined_variable"},"175":{"body":"Checks for uses of variables that are not defined.","breadcrumbs":"Lints » undefined_variable » What it does","id":"175","title":"What it does"},"176":{"body":"This is most likely a typo.","breadcrumbs":"Lints » undefined_variable » Why this is bad","id":"176","title":"Why this is bad"},"177":{"body":"-- vv oops!\nprinnt(\"hello, world!\")","breadcrumbs":"Lints » undefined_variable » Example","id":"177","title":"Example"},"178":{"body":"If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.","breadcrumbs":"Lints » undefined_variable » Remarks","id":"178","title":"Remarks"},"179":{"body":"","breadcrumbs":"Lints » unscoped_variables » unscoped_variables","id":"179","title":"unscoped_variables"},"18":{"body":"Many lints use standard libraries for either verifying their correct usage or for knowing that variables exist where they otherwise wouldn't. By default, selene uses Lua 5.1, though if we wanted to use the Lua 5.2 standard library, we would write: std = \"lua52\" ...at the top of selene.toml. You can learn more about the standard library format on the standard library guide . The standard library given can either be one of the builtin ones (currently only lua51 and lua52) or the filename of a standard library file in this format. For example, if we had a file named special.toml, we would write: std = \"special\"","breadcrumbs":"Usage » Configuration » Setting the standard library","id":"18","title":"Setting the standard library"},"180":{"body":"Checks for variables that are unscoped (don't have a local variable attached).","breadcrumbs":"Lints » unscoped_variables » What it does","id":"180","title":"What it does"},"181":{"body":"Unscoped variables make code harder to read and debug, as well as making it harder for selene to analyze.","breadcrumbs":"Lints » unscoped_variables » Why this is bad","id":"181","title":"Why this is bad"},"182":{"body":"ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unscoped. The default allows for variables like _ to be unscoped, as they shouldn't be used anyway.","breadcrumbs":"Lints » unscoped_variables » Configuration","id":"182","title":"Configuration"},"183":{"body":"baz = 3","breadcrumbs":"Lints » unscoped_variables » Example","id":"183","title":"Example"},"184":{"body":"","breadcrumbs":"Lints » unused_variable » unused_variable","id":"184","title":"unused_variable"},"185":{"body":"Checks for variables that are unused.","breadcrumbs":"Lints » unused_variable » What it does","id":"185","title":"What it does"},"186":{"body":"The existence of unused variables could indicate buggy code.","breadcrumbs":"Lints » unused_variable » Why this is bad","id":"186","title":"Why this is bad"},"187":{"body":"allow_unused_self (default: true) - A bool that determines whether not using self in a method function (function Player:SwapWeapons()) is allowed. ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unused. The default allows for variables like _ to be unused, as they shouldn't be used anyway.","breadcrumbs":"Lints » unused_variable » Configuration","id":"187","title":"Configuration"},"188":{"body":"local foo = 1","breadcrumbs":"Lints » unused_variable » Example","id":"188","title":"Example"},"189":{"body":"","breadcrumbs":"Lints » unused_variable » Remarks","id":"189","title":"Remarks"},"19":{"body":"We can chain together multiple standard libraries by simply using a plus sign (+) in between the names. For example, if we had game.toml and engine.toml standard libraries, we could chain them together like so: std = \"game+engine\"","breadcrumbs":"Usage » Configuration » Chaining the standard library","id":"19","title":"Chaining the standard library"},"190":{"body":"If you intend to create a variable without using it, replace it with _ or something that starts with _. You'll see this most in generic for loops. for _, value in ipairs(list) do","breadcrumbs":"Lints » unused_variable » _ prefixing","id":"190","title":"_ prefixing"},"191":{"body":"Standard libraries can apply an observes field to distinguish an argument from being only written to. This is so that we can get lints like the following: local writtenOnly = {}\ntable.insert(writtenOnly, 1) warning[unused_variable]: writtenOnly is assigned a value, but never used ┌─ example.lua:1:7 │\n1 │ local writtenOnly = {} │ ^^^^^^^^^^^\n2 │ table.insert(writtenOnly, 1) │ ----------- `table.insert` only writes to `writtenOnly` This only applies when the function call is its own statement. So for instance, this: local list = {}\nprint(table.insert(list, 1)) ...will not lint. To understand this, consider if table.insert returned the index. Without this check, this code: local list = {}\nlocal index = table.insert(list, 1) ...would lint list as mutated only, which while technically true, is unimportant considering index is affected by the mutation. This also requires that the variable be a static table. This: return function(value) table.insert(value, 1)\nend ...will not lint, as we cannot be sure value is unused outside of this.","breadcrumbs":"Lints » unused_variable » observes","id":"191","title":"observes"},"192":{"body":"The following is pages that refer to deprecated or removed features in selene.","breadcrumbs":"Archive » Archive","id":"192","title":"Archive"},"193":{"body":"The TOML standard library format is DEPRECATED and will not have any new functionality added onto it. Check out the updated standard library format here . In order to convert an existing TOML standard library over to the new format, simply run selene upgrade-std library.toml, which will create an upgraded library.yml file. selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of TOML files.","breadcrumbs":"Archive » TOML Standard Library Format » Standard Library Format (v1)","id":"193","title":"Standard Library Format (v1)"},"194":{"body":"For examples of the standard library format, see: lua51.toml - The default standard library for Lua 5.1 lua52.toml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.toml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is available with every commit.","breadcrumbs":"Archive » TOML Standard Library Format » Examples","id":"194","title":"Examples"},"195":{"body":"Anything under the key [selene] is used for meta information. The following paths are accepted: [selene.base] - Used for specifying what standard library to be based off of. Currently only accepts built in standard libraries, meaning lua51 or lua52. [selene.name] - Used for specifying the name of the standard library. Used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\". [selene.structs] - Used for declaring structs .","breadcrumbs":"Archive » TOML Standard Library Format » [selene]","id":"195","title":"[selene]"},"196":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Archive » TOML Standard Library Format » [globals]","id":"196","title":"[globals]"},"197":{"body":"Example: [foo]\nany = true Specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Archive » TOML Standard Library Format » Any","id":"197","title":"Any"},"198":{"body":"Example: [[tonumber.args]]\ntype = \"any\" [[tonumber.args]]\ntype = \"number\"\nrequired = false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string }","breadcrumbs":"Archive » TOML Standard Library Format » Functions","id":"198","title":"Functions"},"199":{"body":"true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why.","breadcrumbs":"Archive » TOML Standard Library Format » \"required\"","id":"199","title":"\"required\""},"2":{"body":"","breadcrumbs":"Motivation » Motivation","id":"2","title":"Motivation"},"20":{"body":"It is possible to exclude files from being linted using the exclude option: exclude = [\"external/*\", \"*.spec.lua\"]","breadcrumbs":"Usage » Configuration » Excluding files from being linted","id":"20","title":"Excluding files from being linted"},"200":{"body":"\"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: [[Color3.toHSV.args]]\ntype = { display = \"Color3\" }","breadcrumbs":"Archive » TOML Standard Library Format » Argument types","id":"200","title":"Argument types"},"201":{"body":"Example: [_VERSION]\nproperty = true Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: [_G]\nproperty = true\nwritable = \"new-fields\" writable is an optional field that tells selene how the property can be mutated and used: \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"overridden\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full\" - New fields can be added and entire variable can be overridden. If writable is not specified, selene will assume it can neither have new fields associated with it nor can be overridden.","breadcrumbs":"Archive » TOML Standard Library Format » Properties","id":"201","title":"Properties"},"202":{"body":"Example: [game]\nstruct = \"DataModel\" Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Archive » TOML Standard Library Format » Struct","id":"202","title":"Struct"},"203":{"body":"Example: [math.huge]\nproperty = true [math.pi]\nproperty = true A field is understood as a table if it has fields of its own. Notice that [math] is not defined anywhere, but its fields are. Fields are of the same type as globals.","breadcrumbs":"Archive » TOML Standard Library Format » Table","id":"203","title":"Table"},"204":{"body":"Example: [getfenv]\nremoved = true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Archive » TOML Standard Library Format » Removed","id":"204","title":"Removed"},"205":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of [selene.structs]. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: [selene.structs.Event.Connect]\nmethod = true [[selene.structs.Event.Connect.args]]\ntype = \"function\" From there, it can define: [workspace.Changed]\nstruct = \"Event\" ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Archive » TOML Standard Library Format » Structs","id":"205","title":"Structs"},"206":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. [workspace.\"*\"]\nstruct = \"Instance\" This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: [script.Name]\nproperty = true\nwritable = \"overridden\" [script.\"*\".\"*\"]\nproperty = true\nwritable = \"full\" Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Archive » TOML Standard Library Format » Wildcards","id":"206","title":"Wildcards"},"21":{"body":"Lints can be toggled on and off in the middle of code when necessary through the use of special comments.","breadcrumbs":"Usage » Filtering » Filtering","id":"21","title":"Filtering"},"22":{"body":"Suppose we have the following code: local something = 1 selene will correctly attribute this as an unused variable: warning[unused_variable]: something is assigned a value, but never used ┌── code.lua:1:7 ─── │ 1 │ local something = 1 │ ^^^^^^^^^ │ However, perhaps we as the programmer have some reason for leaving this unused (and not renaming it to _something). This would be where inline lint filtering comes into play. In this case, we would simply write: -- selene: allow(unused_variable)\nlocal something = 1 This also works with settings other than allow--you can warn or deny lints in the same fashion. For example, you can have a project with the following selene.toml configuration : [lints]\nunused_variable = \"allow\" # I'm fine with unused variables in code ...and have this in a separate file: -- I'm usually okay with unused variables, but not this one\n-- selene: deny(unused_variable)\nlocal something = 1 This is applied to the entire piece of code its near, not just the next line. For example: -- selene: allow(unused_variable)\ndo local foo = 1 local bar = 2\nend ...will silence the unused variable warning for both foo and bar.","breadcrumbs":"Usage » Filtering » Allowing/denying lints for a piece of code","id":"22","title":"Allowing/denying lints for a piece of code"},"23":{"body":"If you want to allow/deny a lint for an entire file, you can do this by attaching the following code to the beginning: --# selene: allow(lint_name) The # tells selene that you want to apply these globally. These must be before any code, otherwise selene will deny it. For example, the following code: local x = 1\n--# selene: allow(unused_variable) ...will cause selene to error: warning[unused_variable]: x is assigned a value, but never used ┌─ -:1:7 │\n1 │ local x = 1 │ ^ error[invalid_lint_filter]: global filters must come before any code ┌─ -:1:1 │\n1 │ local x = 1 │ ----------- global filter must be before this\n2 │ --# selene: allow(unused_variable)","breadcrumbs":"Usage » Filtering » Allowing/denying lints for an entire file","id":"23","title":"Allowing/denying lints for an entire file"},"24":{"body":"You can filter multiple lints in two ways: -- selene: allow(lint_one)\n-- selene: allow(lint_two) -- or... -- selene: allow(lint_one, lint_two)","breadcrumbs":"Usage » Filtering » Combining multiple lints","id":"24","title":"Combining multiple lints"},"25":{"body":"selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of YAML files.","breadcrumbs":"Usage » Standard Library Format » Standard Library Format","id":"25","title":"Standard Library Format"},"26":{"body":"For examples of the standard library format, see: lua51.yml - The default standard library for Lua 5.1 lua52.yml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.yml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.","breadcrumbs":"Usage » Standard Library Format » Examples","id":"26","title":"Examples"},"27":{"body":"Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, lua54, roblox), as well as any standard libraries that can be found in the current directory. --- # This begins a YAML file\nbase: lua51 # We will be extending off of Lua 5.1.","breadcrumbs":"Usage » Standard Library Format » base","id":"27","title":"base"},"28":{"body":"Used for specifying the versions of Lua you support for the purpose of supporting the syntax of those dialects. If empty, will default to 5.1. Supports the following options: lua51 - Lua 5.1 lua52 - Lua 5.2 lua53 - Lua 5.3 lua54 - Lua 5.4 luau - Luau luajit - LuaJIT Usually you only need to specify one--for example, lua54 will give Lua 5.4 syntax and all versions prior. That means that if you specify it, it will look something like: lua_versions:\n- luajit If you are extending off a library that specifies it (like lua51, etc) then you do not need this. If you specify it while overriding a library, it will override it.","breadcrumbs":"Usage » Standard Library Format » lua_versions","id":"28","title":"lua_versions"},"29":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Usage » Standard Library Format » globals","id":"29","title":"globals"},"3":{"body":"When writing any code, it's very easy to make silly mistakes that end up introducing bugs. A lot of the time, these bugs are hard to track down and debug, and sometimes are even harder to replicate. This risk is made ever more real because of the generally lax nature of Lua. Incorrect code is regularly passed off and isn't noticed until something breaks at runtime. Sometimes you'll get a clear error message, and will have to spend time going back, fixing the code, and making sure you actually fixed it. Other times, the effects are more hidden, and instead of getting an error your code will just pass through along, in an incorrect state. Take, for example, this code: function Player:SwapWeapons() self.CurrentWeapon = self.SideWeapon self.SideWeapon = self.CurrentWeapon\nend This is code that is technically correct, but is absolutely not what you wanted to write. However, because it is technically correct, Lua will do exactly what you tell it to do, and so... Player wants to swap their weapons Your code calls player:SwapWeapons() Their current weapon is set to their side weapon... ...but their side weapon is set to their current weapon afterwards, which is what they just equipped! Uh oh! After debugging this, you realize that you actually meant to write was... function Player:SwapWeapons() self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon\nend If you were using selene, you would've been alerted right away that your original code looked like an almost_swapped . error[almost_swapped]: this looks like you are trying to swap `self.CurrentWeapon` and `self.SideWeapon` ┌── fail.lua:4:5 ─── │ 4 │ ╭ self.CurrentWeapon = self.SideWeapon 5 │ │ self.SideWeapon = self.CurrentWeapon │ ╰────────────────────────────────────────^ │ = try: `self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon` Other bugs arise because of Lua's lack of typing. While it can feel freeing to developers to not have to specify types everywhere, it makes it easier to mess up and write broken code. For example, take the following code: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do This code is yet again technically correct, but not what we wanted to do. pairs will take the first argument, GoldShop, and ignore the rest. Worse, the shop variable will now be the values of the contents of GoldShop, not the shop itself. This can cause massive headaches, since although you're likely to get an error later down the line, it's more likely it'll be in the vein of \"attempt to index a nil value items\" than something more helpful. If you used ipairs instead of pairs, your code inside might just not run, and won't produce an error at all. Yet again, selene saves us. error[incorrect_standard_library_use]: standard library function `pairs` requires 1 parameters, 3 passed ┌── fail.lua:1:16 ─── │ 1 │ for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ This clues the developer into writing the code they meant to write: for _, shop in pairs({ GoldShop, ItemShop, MedicineShop }) do","breadcrumbs":"Motivation » Because bugs","id":"3","title":"Because bugs"},"30":{"body":"---\nglobals: foo: any: true This specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Usage » Standard Library Format » Any","id":"30","title":"Any"},"31":{"body":"---\nglobals: tonumber: args: - type: any - type: number required: false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string } \"required\" true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why. \"observes\" This field is used for allowing smarter introspection of how the argument given is used. \"read-write\" - The default. This argument is potentially both written to and read from. \"read\" - This argument is only read from. Currently unused. \"write\" - This argument is only written to. Used by unused_variable to assist in detecting a variable only being written to, even if passed into a function. Example: table.insert: args: - type: table observes: write # This way, `table.insert(x, 1)` doesn't count as a read to `x` - type: any - required: false type: any \"must_use\" This field is used for checking if the return value of a function is used. false - The default. The return value of this function does not need to be used. true - The return value of this function must be used. Example: tostring: args: - type: any must_use: true Argument types \"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: ---\nglobals: Color3.toHSV: args: - type: display: Color3","breadcrumbs":"Usage » Standard Library Format » Functions","id":"31","title":"Functions"},"32":{"body":"---\nglobals: _VERSION: property: read-only Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: _G: property: new-fields The value of property tells selene how it can be mutated and used: \"read-only\" - New fields cannot be added or set, and the variable itself cannot be redefined. \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"override-fields\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full-write\" - New fields can be added and entire variable can be overridden.","breadcrumbs":"Usage » Standard Library Format » Properties","id":"32","title":"Properties"},"33":{"body":"---\nglobals: game: struct: DataModel Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Usage » Standard Library Format » Struct","id":"33","title":"Struct"},"34":{"body":"---\nglobals: math.huge: property: read-only math.pi: property: read-only A field is understood as a table if it has fields of its own. Notice that math is not defined anywhere, but its fields are. This will create an implicit math with the property writability of read-only.","breadcrumbs":"Usage » Standard Library Format » Tables","id":"34","title":"Tables"},"35":{"body":"Any field or arg can have a deprecation notice added to it, which will then be read by the deprecated lint . ---\nglobals: table.getn: args: - type: table - type: number deprecated: message: \"`table.getn` has been superseded by #.\" replace: - \"#%1\" The deprecated field consists of two subfields. message is required, and is a human readable explanation of what the deprecation is, and potentially why. replace is an optional array of replacements. The most relevant replacement is suggested to the user. If used with a function, then every parameter of the function will be provided. For instance, since table.getn's top replacement is #%1: table.getn(x) will suggest #x table.getn() will not suggest anything, as there is no relevant suggestion You can also use %... to list every argument, separated by commas. The following: ---\nglobals: call: deprecated: message: \"call will be removed in the next version\" replace: - \"newcall(%...)\" args: - type: \"...\" required: false ...will suggest newcall(1, 2, 3) for call(1, 2, 3), and newcall() for call(). You can also use %% to write a raw %.","breadcrumbs":"Usage » Standard Library Format » Deprecated","id":"35","title":"Deprecated"},"36":{"body":"---\nglobals: getfenv: removed: true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Usage » Standard Library Format » Removed","id":"36","title":"Removed"},"37":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of structs. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: ---\nstructs: Event: Connect: method: true args: - type: function From there, it can define: globals: workspace.Changed: struct: Event ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Usage » Standard Library Format » Structs","id":"37","title":"Structs"},"38":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. workspace.*: struct: Instance This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: script.Name: property: override-fields script.*.*: property: full-write Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Usage » Standard Library Format » Wildcards","id":"38","title":"Wildcards"},"39":{"body":"There are some properties that exist in standard library YAMLs that exist specifically for internal purposes. This is merely a reference, but these are not guaranteed to be stable.","breadcrumbs":"Usage » Standard Library Format » Internal properties","id":"39","title":"Internal properties"},"4":{"body":"While it's nice to write code however you want to, issues can arise when you are working with other people, or plan on open sourcing your work for others to contribute to. It's best for everyone involved if they stuck to the same way of writing Lua. Consider this contrived example: call(1 / 0) The person who wrote this code might have known that 1 / 0 evaluates to math.huge. However, anyone working on that code will likely see it and spend some time figuring out why they wrote the code that way. If the developer was using selene, this code would be denied: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── fail.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Furthermore, selene is meant to be easy for developers to add their own lints to. You could create your own lints for your team to prevent behavior that is non-idiomatic to the codebase. For example, let's say you're working on a Roblox codebase, and you don't want your developers using the data storage methods directly. You could create your own lint so that this code: local DataStoreService = game:GetService(\"DataStoreService\") ...creates a warning, discouraging its use. For more information on how to create your own lints, check out the contribution guide .","breadcrumbs":"Motivation » Because idiomatic Lua","id":"4","title":"Because idiomatic Lua"},"40":{"body":"This specifies the name of the standard library. This is used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\".","breadcrumbs":"Usage » Standard Library Format » name","id":"40","title":"name"},"41":{"body":"A timestamp of when the standard library was last updated. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_updated","id":"41","title":"last_updated"},"42":{"body":"A timestamp of the last selene version that generated this standard library. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_selene_version","id":"42","title":"last_selene_version"},"43":{"body":"A map of every Roblox class and their properties, for roblox_incorrect_roact_usage .","breadcrumbs":"Usage » Standard Library Format » roblox_classes","id":"43","title":"roblox_classes"},"44":{"body":"selene is built with Roblox development in mind, and has special features for Roblox developers. If you try to run selene on a Roblox codebase, you'll get a bunch of errors saying things such as \"game is not defined\". This is because these are Roblox specific globals that selene does not know about. You'll need to install the Roblox standard library in order to fix these issues, as well as get Roblox specific lints.","breadcrumbs":"Roblox Guide » Roblox Guide","id":"44","title":"Roblox Guide"},"45":{"body":"Thankfully, this process is very simple. All you need to do is edit your selene.toml (or create one) and add the following: std = \"roblox\" The next time you run selene, or if you use the Visual Studio Code extension and start typing Lua code, a Roblox standard library will be automatically generated and used. This is an automatic process that occurs whenever you don't have a cached standard library file and your selene.toml has std = \"roblox\".","breadcrumbs":"Roblox Guide » Installation","id":"45","title":"Installation"},"46":{"body":"The Roblox standard library file is updated automatically every 6 hours. If you need an update faster than that, you can run selene update-roblox-std manually.","breadcrumbs":"Roblox Guide » Updating definitions","id":"46","title":"Updating definitions"},"47":{"body":"Roblox has provided an open source testing utility called TestEZ , which allows you to write unit tests for your code. Writing unit tests is good practice, but selene will get angry at you if you don't include a testez.yml file and set the standard library to the following: std = \"roblox+testez\" But first you'll need to create a testez.yml file, which you can do so with this template .","breadcrumbs":"Roblox Guide » TestEZ Support","id":"47","title":"TestEZ Support"},"48":{"body":"There may be cases where you would rather not have selene automatically update the Roblox standard library, such as if speed is critically important and you want to limit potential internet access (generating the standard library requires an active internet connection). selene supports \"pinning\" the standard library to a specific version. Add the following to your selene.toml configuration: # `floating` by default, meaning it is stored in a cache folder on your system\nroblox-std-source = \"pinned\" This will generate the standard library file into roblox.yml where it is run. You can also create a roblox.yml file manually with selene generate-roblox-std.","breadcrumbs":"Roblox Guide » Pinned standard library","id":"48","title":"Pinned standard library"},"49":{"body":"selene is written in Rust, so knowledge of the ecosystem is expected. selene uses Full Moon to parse the Lua code losslessly, meaning whitespace and comments are preserved. You can read the full documentation for full-moon on its docs.rs page. TODO: Upload selene-lib on crates.io and link the docs.rs page for that as well as throughout the rest of this article.","breadcrumbs":"Contributing » Contributing","id":"49","title":"Contributing"},"5":{"body":"","breadcrumbs":"Luacheck Comparison » Luacheck Comparison","id":"5","title":"Luacheck Comparison"},"50":{"body":"In selene, lints are created in isolated modules. To start, create a file in selene-lib/src/lints with the name of your lint. In this example, we're going to call the lint cool_lint.rs. Let's now understand what a lint consists of. selene takes lints in the form of structs that implement the Lint trait. The Lint trait expects: A Config associated type that defines what the configuration format is expected to be. Whatever you pass must be deserializable . An Error associated type that implements std::error::Error . This is used if configurations can be invalid (such as a parameter only being a number within a range). Most of the time, configurations cannot be invalid (other than deserializing errors, which are handled by selene), and so you can set this to std::convert::Infallible . A SEVERITY constant which is either Severity::Error or Severity::Warning. Use Error if the code is positively impossible to be correct. A LINT_TYPE constant which is either Complexity, Correctness, Performance, or Style. So far not used for anything. A new function with the signature fn new(config: Self::Config) -> Result. With the selene CLI, this is called once. A pass function with the signature fn pass(&self, ast: &full_moon::ast::Ast, context: &Context, ast_context: &AstContext) -> Vec. The ast argument is the full-moon representation of the code. The context argument provides optional additional information, such as the standard library being used. The ast_context argument provides context specific to that AST, such as its scopes. Any Diagnostic structs returned here are displayed to the user. For our purposes, we're going to write: use super::*;\nuse std::convert::Infallible; struct CoolLint; impl Lint for CoolLint { type Config = (); type Error = Infallible; const SEVERITY: Severity = Severity::Warning; const LINT_TYPE: LintType = LintType::Style; fn new(_: Self::Config) -> Result { Ok(CoolLint) } fn pass(&self, ast: &Ast, _: &Context, _: &AstContext) -> Vec { unimplemented!() }\n} The implementation of pass is completely up to you, but there are a few common patterns. Creating a visitor over the ast provided and creating diagnostics based off of that. See divide_by_zero and suspicious_reverse_loop for straight forward examples. Using the ScopeManager struct to lint based off of usage of variables and references. See shadowing and global_usage .","breadcrumbs":"Contributing » Writing a lint","id":"50","title":"Writing a lint"},"51":{"body":"Now that we have our lint, we have to make sure selene actually knows to use it. There are two places you need to update. In selene-lib/src/lib.rs, search for use_lints!. You will see something such as: use_lints! { almost_swapped: lints::almost_swapped::AlmostSwappedLint, divide_by_zero: lints::divide_by_zero::DivideByZeroLint, empty_if: lints::empty_if::EmptyIfLint, ...\n} Put your lint in this list (alphabetical order) as the following format: lint_name: lints::module_name::LintObject, For us, this would be: cool_lint: lints::cool_lint::CoolLint, Next, in selene-lib/src/lints.rs, search for pub mod, and you will see: pub mod almost_swapped;\npub mod divide_by_zero;\npub mod empty_if;\n... Put your module name in this list, also in alphabetical order. pub mod almost_swapped;\npub mod cool_lint;\npub mod divide_by_zero;\npub mod empty_if;\n... And we're done! You should be able to cargo build --bin selene and be able to use your new lint.","breadcrumbs":"Contributing » Getting selene to recognize the new lint","id":"51","title":"Getting selene to recognize the new lint"},"52":{"body":"The selene codebase uses tests extensively for lints. It means we never have to actually build the CLI tool in order to test, and we can make sure we don't have any regressions. Testing is required if you want to submit your lint to the selene codebase. To write a simple test, create a folder in selene-lib/tests with the name of your lint. Then, create as many .lua files as you want to test. These should contain both cases that do and do not lint. For our cases, we're going to assume our test is called cool_lint.lua. Then, in your lint module, add at the bottom: #[cfg(test)]\nmod tests { use super::{super::test_util::test_lint, *}; #[test] fn test_cool_lint() { test_lint( CoolLint::new(()).unwrap(), \"cool_lint\", \"cool_lint\", ); }\n} Let's discuss what this code means, assuming you're familiar with the way tests are written and performed in Rust . The test_lint function is the easiest way to test that a lint works. It'll search the source code we made before, run selene on it (only your lint), and check its results with the existing [filename].stderr file, or create one if it does not yet exist. The first argument is the lint object to use. CoolLint::new(()) just means \"create CoolLint with a configuration of ()\". If your lint specifies a configuration, this will instead be something such as CoolLintConfig::default() or whatever you're specifically testing. The .unwrap() is just because CoolLint::new returns a Result. If you want to test configuration errors, you can avoid test_lint altogether and just test CoolLint::new(...).is_err() directly. The first \"cool_lint\" is the name of the folder we created. The second \"cool_lint\" is the name of the Lua file we created. Now, just run cargo test, and a .stderr file will be automatically generated! You can manipulate it however you see fit as well as modifying your lint, and so long as the file is there, selene will make sure that its accurate. Optionally, you can add a .std.toml with the same name as the test next to the lua file, where you can specify a custom standard library to use. If you do not, the Lua 5.1 standard library will be used.","breadcrumbs":"Contributing » Writing tests","id":"52","title":"Writing tests"},"53":{"body":"This step is only if you are contributing to the selene codebase, and not just writing personal lints (though I'm sure your other programmers would love if you did this). To document a new lint, edit docs/src/SUMMARY.md, and add your lint to the table of contents along the rest. As with everything else, make sure it's in alphabetical order. Then, edit the markdown file it creates (if you have mdbook serve on, it'll create it for you), and write it in this format: # lint_name\n## What it does\nExplain what your lint does, simply. ## Why this is bad\nExplain why a user would want to lint this. ## Configuration\nSpecify any configuration if it exists. ## Example\n```lua\n-- Bad code here\n``` ...should be written as... ```lua\n-- Good code here\n``` ## Remarks\nIf there's anything else a user should know when using this lint, write it here. This isn't a strict format, and you can mess with it as appropriate. For example, standard_library does not have a \"Why this is bad\" section as not only is it a very encompassing lint, but it should be fairly obvious. Many lints don't specify a \"...should be written as...\" as it is either something with various potential fixes (such as global_usage ) or because the \"good code\" is just removing parts entirely (such as unbalanced_assignments ).","breadcrumbs":"Contributing » Documenting it","id":"53","title":"Documenting it"},"54":{"body":"The following is the list of lints that selene will check for in your code.","breadcrumbs":"Lints » Lints","id":"54","title":"Lints"},"55":{"body":"","breadcrumbs":"Lints » almost_swapped » almost_swapped","id":"55","title":"almost_swapped"},"56":{"body":"Checks for foo = bar; bar = foo sequences.","breadcrumbs":"Lints » almost_swapped » What it does","id":"56","title":"What it does"},"57":{"body":"This looks like a failed attempt to swap.","breadcrumbs":"Lints » almost_swapped » Why this is bad","id":"57","title":"Why this is bad"},"58":{"body":"a = b\nb = a ...should be written as... a, b = b, a","breadcrumbs":"Lints » almost_swapped » Example","id":"58","title":"Example"},"59":{"body":"","breadcrumbs":"Lints » constant_table_comparison » constant_table_comparison","id":"59","title":"constant_table_comparison"},"6":{"body":"selene is not the first Lua linter. The main inspiration behind selene is luacheck . However, the two have very little in common besides inception. selene is actively maintained, while at the time of writing luacheck's last commit was in October 2018. selene is written in Rust, while luacheck is written in Lua. In practice, this means that selene is much faster than luacheck while also being able to easily take advantage of features luacheck cannot because of the difficulty of using dependencies in Lua. selene is multithreaded, again leading to significantly better performance. selene has rich output, while luacheck has basic output. selene: error[suspicious_reverse_loop]: this loop will only ever run once at most ┌── fail.lua:1:9 ─── │ 1 │ for _ = #x, 1 do │ ^^^^^ │ = help: try adding `, -1` after `1` luacheck: Checking fail.lua 2 warnings fail.lua:1:1: numeric for loop goes from #(expr) down to 1 but loop step is not negative selene uses TOML files for configuration, while luacheck uses .luacheckrc, which runs Lua. selene allows for standard library configuration such as argument types, argument counts, etc, while luacheck only allows knowing that fields exist and can be written to. In practice, this means that selene catches: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do math.pi() ...while luacheck does not. selene has English names for lints instead of arbitrary numbers. In luacheck, you ignore \" 211 \", while in selene you ignore \" unbalanced_assignments \". selene has distinctions for \"deny\" and \"warn\", while every luacheck lint is the same. selene has a much simpler codebase, and is much easier to add your own lints to. selene has optional support and large focus specifically for Roblox development. selene will only show you files that lint, luacheck only does this with the -q option (quiet). selene filters specific lints and applies over code rather than lines, luacheck does not. selene has significantly more lints . This is not to say selene is objectively better than luacheck, at least not yet. luacheck has lints for long lines and whitespace issues, selene does not as it is unclear whether style issues like these are fit for a linter or better under the scope of a Lua beautifier. luacheck officially supports versions past Lua 5.1, selene does not yet as there is not much demand. luacheck supports the following lints that selene does not yet: Unreachable code Unused labels (selene does not officially support Lua 5.2 yet) Detecting variables that are only ever mutated, but not read Using uninitialized variables","breadcrumbs":"Luacheck Comparison » selene vs. luacheck","id":"6","title":"selene vs. luacheck"},"60":{"body":"Checks for direct comparisons with constant tables.","breadcrumbs":"Lints » constant_table_comparison » What it does","id":"60","title":"What it does"},"61":{"body":"This will always fail.","breadcrumbs":"Lints » constant_table_comparison » Why this is bad","id":"61","title":"Why this is bad"},"62":{"body":"if x == { \"a\", \"b\", \"c\" } then ...will never pass. if x == {} then ...should be written as... if next(x) == nil then","breadcrumbs":"Lints » constant_table_comparison » Example","id":"62","title":"Example"},"63":{"body":"","breadcrumbs":"Lints » deprecated » deprecated","id":"63","title":"deprecated"},"64":{"body":"Checks for use of deprecated fields and functions, as configured by your standard library .","breadcrumbs":"Lints » deprecated » What it does","id":"64","title":"What it does"},"65":{"body":"Deprecated fields may not be getting any support, or even face the possibility of being removed.","breadcrumbs":"Lints » deprecated » Why this is bad","id":"65","title":"Why this is bad"},"66":{"body":"allow - A list of patterns where the deprecated lint will not throw. For instance, [\"table.getn\"] will allow you to use table.getn, even though it is deprecated. This supports wildcards, so table.* will allow both table.getn and table.foreach.","breadcrumbs":"Lints » deprecated » Configuration","id":"66","title":"Configuration"},"67":{"body":"local count = table.getn(x) ...should be written as... local count = #x","breadcrumbs":"Lints » deprecated » Example","id":"67","title":"Example"},"68":{"body":"","breadcrumbs":"Lints » divide_by_zero » divide_by_zero","id":"68","title":"divide_by_zero"},"69":{"body":"Checks for division by zero. Allows 0 / 0 as a way to get nan .","breadcrumbs":"Lints » divide_by_zero » What it does","id":"69","title":"What it does"},"7":{"body":"luacheck does not require much configuration to begin with, so migration should be easy. You can configure what lints are allowed in the configuration . Do you have a custom standard library (custom globals, functions, etc)? Read the standard library guide . Are you a Roblox developer using something like luacheck-roblox ? A featureful standard library for Roblox is generated with every commit on GitHub. TODO: Have a flag in the selene CLI to generate a Roblox standard library a la generate-roblox-std? Should generate-roblox-std be uploaded to crates.io?","breadcrumbs":"Luacheck Comparison » Migration","id":"7","title":"Migration"},"70":{"body":"n / 0 equals math.huge when n is positive, and -math.huge when n is negative. Use these values directly instead, as using the / 0 way is confusing to read and non-idiomatic.","breadcrumbs":"Lints » divide_by_zero » Why this is bad","id":"70","title":"Why this is bad"},"71":{"body":"print(1 / 0)\nprint(-1 / 0) ...should be written as... print(math.huge)\nprint(-math.huge)","breadcrumbs":"Lints » divide_by_zero » Example","id":"71","title":"Example"},"72":{"body":"","breadcrumbs":"Lints » duplicate_keys » duplicate_keys","id":"72","title":"duplicate_keys"},"73":{"body":"Checks for duplicate keys being defined inside of tables.","breadcrumbs":"Lints » duplicate_keys » What it does","id":"73","title":"What it does"},"74":{"body":"Tables with a key defined more than once will only use one of the values.","breadcrumbs":"Lints » duplicate_keys » Why this is bad","id":"74","title":"Why this is bad"},"75":{"body":"local foo = { a = 1, b = 5, [\"a\"] = 3, -- duplicate definition c = 3, b = 1, -- duplicate definition\n} local bar = { \"foo\", \"bar\", [1524] = \"hello\", \"baz\", \"foobar\", [2] = \"goodbye\", -- duplicate to `bar` which has key `2`\n}","breadcrumbs":"Lints » duplicate_keys » Example","id":"75","title":"Example"},"76":{"body":"Only handles keys which constant string/number literals or named (such as { a = true }). Array-like values are also handled, where {\"foo\"} is implicitly handled as { [1] = \"foo\" }.","breadcrumbs":"Lints » duplicate_keys » Remarks","id":"76","title":"Remarks"},"77":{"body":"","breadcrumbs":"Lints » empty_if » empty_if","id":"77","title":"empty_if"},"78":{"body":"Checks for empty if blocks.","breadcrumbs":"Lints » empty_if » What it does","id":"78","title":"What it does"},"79":{"body":"You most likely forgot to write code in there or commented it out without commenting out the if statement itself.","breadcrumbs":"Lints » empty_if » Why this is bad","id":"79","title":"Why this is bad"},"8":{"body":"selene is mostly intended for use as a command line tool. In this section, you will learn how to use selene in this manner.","breadcrumbs":"Command Line Interface » Command Line Interface","id":"8","title":"Command Line Interface"},"80":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_if » Configuration","id":"80","title":"Configuration"},"81":{"body":"-- Each of these branches count as an empty if.\nif a then\nelseif b then\nelse\nend if a then -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_if » Example","id":"81","title":"Example"},"82":{"body":"","breadcrumbs":"Lints » empty_loop » empty_loop","id":"82","title":"empty_loop"},"83":{"body":"Checks for empty loop blocks.","breadcrumbs":"Lints » empty_loop » What it does","id":"83","title":"What it does"},"84":{"body":"You most likely forgot to write code in there or commented it out without commenting out the loop statement itself.","breadcrumbs":"Lints » empty_loop » Why this is bad","id":"84","title":"Why this is bad"},"85":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_loop » Configuration","id":"85","title":"Configuration"},"86":{"body":"-- Counts as an empty loop\nfor _ in {} do\nend for _ in {} do -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_loop » Example","id":"86","title":"Example"},"87":{"body":"","breadcrumbs":"Lints » global_usage » global_usage","id":"87","title":"global_usage"},"88":{"body":"Prohibits use of _G.","breadcrumbs":"Lints » global_usage » What it does","id":"88","title":"What it does"},"89":{"body":"_G is global mutable state, which is heavily regarded as harmful. You should instead refactor your code to be more modular in nature.","breadcrumbs":"Lints » global_usage » Why this is bad","id":"89","title":"Why this is bad"},"9":{"body":"selene is written in Rust, and the recommended installation method is through the Cargo package manager . To use Cargo, you must first install Rust. rustup.rs is a tool that makes this very easy. Once you have Rust installed, use either command: If you want the most stable version of selene cargo install selene If you want the most up to date version of selene cargo install --branch main --git https://github.com/Kampfkarren/selene selene","breadcrumbs":"Command Line Interface » Installation » Installation","id":"9","title":"Installation"},"90":{"body":"ignore_pattern - A regular expression for variables that are allowed to be global variables. The default disallows all global variables regardless of their name.","breadcrumbs":"Lints » global_usage » Configuration","id":"90","title":"Configuration"},"91":{"body":"If you are using the Roblox standard library, use of shared is prohibited under this lint.","breadcrumbs":"Lints » global_usage » Remarks","id":"91","title":"Remarks"},"92":{"body":"_G.foo = 1","breadcrumbs":"Lints » global_usage » Example","id":"92","title":"Example"},"93":{"body":"","breadcrumbs":"Lints » high_cyclomatic_complexity » high_cyclomatic_complexity","id":"93","title":"high_cyclomatic_complexity"},"94":{"body":"Measures the cyclomatic complexity of a function to see if it exceeds the configure maximum.","breadcrumbs":"Lints » high_cyclomatic_complexity » What it does","id":"94","title":"What it does"},"95":{"body":"High branch complexity can lead to functions that are hard to test, and harder to reason about.","breadcrumbs":"Lints » high_cyclomatic_complexity » Why this is bad","id":"95","title":"Why this is bad"},"96":{"body":"maximum_complexity (default: 40) - A number that determines the maximum threshold for cyclomatic complexity, beyond which the lint will report.","breadcrumbs":"Lints » high_cyclomatic_complexity » Configuration","id":"96","title":"Configuration"},"97":{"body":"function MyComponent(props) if props.option1 == \"enum_value1\" then -- 1st path return React.createElement(\"Instance\") elseif props.option1 == \"enum_value2\" -- 2nd path or props.option2 == nil then -- 3rd path return React.createElement( \"TextLabel\", { Text = if _G.__DEV__ then \"X\" else \"Y\" }-- 4th path ) else return if props.option2 == true -- 5th path then React.createElement(\"Frame\") else nil end\nend","breadcrumbs":"Lints » high_cyclomatic_complexity » Example","id":"97","title":"Example"},"98":{"body":"This lint is off by default. In order to enable it, add this to your selene.toml: [lints]\nhigh_cyclomatic_complexity = \"warn\" # Or \"deny\"","breadcrumbs":"Lints » high_cyclomatic_complexity » Remarks","id":"98","title":"Remarks"},"99":{"body":"","breadcrumbs":"Lints » if_same_then_else » if_same_then_else","id":"99","title":"if_same_then_else"}},"length":207,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"96":{"tf":1.0}}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"5":{".":{"1":{"df":8,"docs":{"111":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}},"df":3,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"6":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"_":{"df":11,"docs":{"110":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":2.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":4,"docs":{"201":{"tf":2.0},"32":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}}}},"df":5,"docs":{"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"32":{"tf":2.0},"35":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"166":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"134":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"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":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"35":{"tf":1.7320508075688772},"37":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":3.605551275463989},"35":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"201":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"149":{"tf":2.0},"201":{"tf":1.0},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"50":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"180":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"149":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"183":{"tf":1.0},"75":{"tf":1.0}}}},"df":10,"docs":{"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"58":{"tf":2.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"121":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"187":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"123":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":2.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"195":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"107":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":2.449489742783178},"191":{"tf":1.0},"198":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"133":{"tf":1.0},"173":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"157":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"121":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"62":{"tf":1.0},"75":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"35":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"49":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":4,"docs":{"50":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"137":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"11":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":2.23606797749979},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"50":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"105":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"149":{"tf":1.4142135623730951},"18":{"tf":1.0},"200":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"31":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"149":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"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":6,"docs":{"121":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"154":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":2.0},"48":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"129":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":7,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"35":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"187":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"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":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"49":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"116":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.7320508075688772},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0}}}}}},"t":{"c":{"df":5,"docs":{"197":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"t":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":56,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"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":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"137":{"tf":1.0},"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"147":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"154":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"201":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":2.8284271247461903},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"111":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"50":{"tf":2.0},"52":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":2.0}}},"a":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"159":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":6,"docs":{"137":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":6,"docs":{"201":{"tf":1.0},"206":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":2.449489742783178},"200":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":3.3166247903554},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"178":{"tf":1.0},"196":{"tf":1.7320508075688772},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"162":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"47":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"147":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"50":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.4142135623730951},"3":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":2,"docs":{"93":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":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":{"152":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"191":{"tf":1.7320508075688772},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"119":{"tf":1.0},"152":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"195":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":2.449489742783178}}},"n":{"c":{"df":9,"docs":{"191":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"166":{"tf":1.0},"190":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"195":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"148":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"147":{"tf":1.0},"201":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"148":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"173":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":2.449489742783178},"194":{"tf":2.449489742783178},"195":{"tf":2.0},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"171":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":41,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"133":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"16":{"tf":2.449489742783178},"17":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"191":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":3.1622776601683795},"51":{"tf":2.0},"52":{"tf":3.1622776601683795},"53":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"6":{"tf":2.8284271247461903},"66":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"191":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.0},"151":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"180":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"p":{"df":7,"docs":{"116":{"tf":2.0},"162":{"tf":1.4142135623730951},"190":{"tf":1.0},"6":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":4.242640687119285},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":18,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"138":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}},"u":{"df":3,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"181":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"203":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"203":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":16,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"162":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"142":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"51":{"tf":2.8284271247461903},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"114":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"161":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"50":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"193":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"32":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":6,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"149":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"31":{"tf":2.0},"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"16":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"157":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"4":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":5,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"201":{"tf":2.0},"206":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"156":{"tf":1.0},"196":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"192":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"t":{"df":3,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"195":{"tf":1.0},"97":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"50":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"154":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"134":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"201":{"tf":2.449489742783178},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"51":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"148":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"114":{"tf":1.0},"128":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"157":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"114":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"192":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.7320508075688772},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.0},"65":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"190":{"tf":1.0},"35":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"138":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":3.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"140":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"145":{"tf":1.0},"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"193":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":5.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"205":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"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":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"161":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"171":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"121":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":39,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":2.449489742783178},"194":{"tf":2.23606797749979},"195":{"tf":2.0},"196":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"190":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"135":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"116":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"198":{"tf":2.0},"199":{"tf":1.0},"200":{"tf":2.23606797749979},"31":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"195":{"tf":1.0},"202":{"tf":2.0},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"33":{"tf":2.0},"37":{"tf":3.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"107":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"191":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"15":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"31":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"35":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"116":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"191":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"47":{"tf":1.7320508075688772},"52":{"tf":4.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"28":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"193":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"35":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"36":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":3.3166247903554},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"168":{"tf":1.0}}}}},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"173":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"149":{"tf":1.0},"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"195":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"135":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":2.23606797749979},"31":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"184":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"193":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0}}}},"df":79,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":3.3166247903554},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.7320508075688772},"200":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":2.449489742783178},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"116":{"tf":2.23606797749979},"149":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.0}}},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"149":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"181":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"129":{"tf":1.0},"152":{"tf":1.0},"187":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"206":{"tf":2.0},"38":{"tf":2.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"200":{"tf":1.0},"206":{"tf":2.449489742783178},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":2.449489742783178},"4":{"tf":2.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"23":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}}},"df":1,"docs":{"97":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":5,"docs":{"149":{"tf":1.0},"171":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"96":{"tf":1.0}}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"5":{".":{"1":{"df":8,"docs":{"111":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}},"df":3,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"6":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"_":{"df":11,"docs":{"110":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":4,"docs":{"201":{"tf":2.0},"32":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}}}},"df":5,"docs":{"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"32":{"tf":2.0},"35":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"3":{"tf":1.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"166":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"134":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"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":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":15,"docs":{"192":{"tf":1.7320508075688772},"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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"35":{"tf":1.7320508075688772},"37":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":3.605551275463989},"35":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"201":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"149":{"tf":2.0},"201":{"tf":1.0},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"50":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"180":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"149":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"183":{"tf":1.0},"75":{"tf":1.0}}}},"df":10,"docs":{"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"58":{"tf":2.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"121":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"187":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"123":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"195":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"107":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":2.449489742783178},"191":{"tf":1.0},"198":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"133":{"tf":1.0},"173":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"157":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"121":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"62":{"tf":1.0},"75":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"35":{"tf":1.0}},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"49":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":4,"docs":{"50":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"137":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"11":{"tf":1.0},"129":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"50":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"105":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"149":{"tf":1.4142135623730951},"18":{"tf":1.0},"200":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"31":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"149":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"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":6,"docs":{"121":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"154":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":2.0},"48":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"129":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":8,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"35":{"tf":2.8284271247461903},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"187":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"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":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":5,"docs":{"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"49":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"116":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":7,"docs":{"17":{"tf":1.0},"51":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0}}}}}},"t":{"c":{"df":5,"docs":{"197":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"t":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":56,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"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":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"137":{"tf":1.0},"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"147":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"154":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"201":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":2.8284271247461903},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"111":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"50":{"tf":2.0},"52":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":2.0}}},"a":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"159":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":2.6457513110645907},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":6,"docs":{"137":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":6,"docs":{"201":{"tf":1.0},"206":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":2.6457513110645907},"200":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":3.4641016151377544},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.4142135623730951},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"178":{"tf":1.0},"196":{"tf":2.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"162":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"47":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"147":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"50":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.4142135623730951},"3":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":6,"docs":{"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0}}}}},"df":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":{"152":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"191":{"tf":1.7320508075688772},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"119":{"tf":1.0},"152":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"195":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}},"n":{"c":{"df":9,"docs":{"191":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"166":{"tf":1.0},"190":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"195":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"148":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"147":{"tf":1.0},"201":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"148":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"173":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":56,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.8284271247461903},"194":{"tf":2.6457513110645907},"195":{"tf":2.23606797749979},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.6457513110645907},"27":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":164,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"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":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"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":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.6457513110645907},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.6457513110645907},"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.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"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":2.23606797749979},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":3.3166247903554},"51":{"tf":2.23606797749979},"52":{"tf":3.1622776601683795},"53":{"tf":2.8284271247461903},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.8284271247461903},"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.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"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},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"191":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.0},"151":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"180":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"p":{"df":7,"docs":{"116":{"tf":2.0},"162":{"tf":1.4142135623730951},"190":{"tf":1.0},"6":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"6":{"tf":4.47213595499958},"7":{"tf":1.7320508075688772}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":18,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"138":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}},"u":{"df":3,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"181":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"203":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"203":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":16,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"162":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"142":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"51":{"tf":2.8284271247461903},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"114":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"161":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"50":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"193":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"32":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":6,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"149":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"31":{"tf":2.0},"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"191":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"16":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"157":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"4":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":5,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"201":{"tf":2.0},"206":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"156":{"tf":1.0},"196":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"192":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"t":{"df":3,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"195":{"tf":1.0},"97":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"50":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":2.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"154":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"134":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"201":{"tf":2.6457513110645907},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"32":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"51":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"148":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"114":{"tf":1.0},"128":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"157":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"114":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"192":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":2.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.0},"65":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"190":{"tf":1.0},"35":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"138":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":3.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"193":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":2.449489742783178},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":5.0990195135927845},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"205":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"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":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"161":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.4142135623730951},"201":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"171":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"121":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":2.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":56,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.8284271247461903},"194":{"tf":2.449489742783178},"195":{"tf":2.23606797749979},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"190":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"135":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"116":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"198":{"tf":2.0},"199":{"tf":1.0},"200":{"tf":2.23606797749979},"31":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"195":{"tf":1.0},"202":{"tf":2.23606797749979},"205":{"tf":2.8284271247461903},"206":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"37":{"tf":3.1622776601683795},"38":{"tf":1.4142135623730951},"50":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"107":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"191":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"15":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"35":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"116":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"191":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"47":{"tf":1.7320508075688772},"52":{"tf":4.123105625617661},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"28":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"193":{"tf":2.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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"35":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"36":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":3.3166247903554},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"168":{"tf":1.0}}}}},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"169":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"173":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"149":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"195":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"135":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":2.23606797749979},"31":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"184":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"193":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":35,"docs":{"11":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}},"df":79,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":3.3166247903554},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.7320508075688772},"200":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":2.449489742783178},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"116":{"tf":2.23606797749979},"149":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"149":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"181":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"129":{"tf":1.0},"152":{"tf":1.0},"187":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"200":{"tf":1.0},"206":{"tf":2.449489742783178},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":2.449489742783178},"4":{"tf":2.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"23":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}}},"df":1,"docs":{"97":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":5,"docs":{"149":{"tf":1.0},"171":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"title":{"root":{"_":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}}},"b":{"a":{"d":{"df":27,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"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":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"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":{"46":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"35":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"93":{"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"140":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"195":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"202":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"lang":"English","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 adbf6687..c1c4ea1c 100644
--- a/searchindex.json
+++ b/searchindex.json
@@ -1 +1 @@
-{"doc_urls":["selene.html#selene","selene.html#license","motivation.html#motivation","motivation.html#because-bugs","motivation.html#because-idiomatic-lua","luacheck.html#luacheck-comparison","luacheck.html#selene-vs-luacheck","luacheck.html#migration","cli/index.html#command-line-interface","cli/installation.html#installation","cli/installation.html#disabling-roblox-features","cli/usage.html#cli-usage","cli/usage.html#basic-usage","cli/usage.html#advanced-options","usage/index.html#usage","usage/configuration.html#configuration","usage/configuration.html#changing-the-severity-of-lints","usage/configuration.html#configuring-specific-lints","usage/configuration.html#setting-the-standard-library","usage/configuration.html#chaining-the-standard-library","usage/configuration.html#excluding-files-from-being-linted","usage/filtering.html#filtering","usage/filtering.html#allowingdenying-lints-for-a-piece-of-code","usage/filtering.html#allowingdenying-lints-for-an-entire-file","usage/filtering.html#combining-multiple-lints","usage/std.html#standard-library-format","usage/std.html#examples","usage/std.html#base","usage/std.html#globals","usage/std.html#any","usage/std.html#functions","usage/std.html#properties","usage/std.html#struct","usage/std.html#tables","usage/std.html#deprecated","usage/std.html#removed","usage/std.html#structs","usage/std.html#wildcards","usage/std.html#internal-properties","usage/std.html#name","usage/std.html#last_updated","usage/std.html#last_selene_version","usage/std.html#roblox_classes","roblox.html#roblox-guide","roblox.html#installation","roblox.html#updating-definitions","roblox.html#testez-support","roblox.html#pinned-standard-library","contributing.html#contributing","contributing.html#writing-a-lint","contributing.html#getting-selene-to-recognize-the-new-lint","contributing.html#writing-tests","contributing.html#documenting-it","lints/index.html#lints","lints/almost_swapped.html#almost_swapped","lints/almost_swapped.html#what-it-does","lints/almost_swapped.html#why-this-is-bad","lints/almost_swapped.html#example","lints/constant_table_comparison.html#constant_table_comparison","lints/constant_table_comparison.html#what-it-does","lints/constant_table_comparison.html#why-this-is-bad","lints/constant_table_comparison.html#example","lints/deprecated.html#deprecated","lints/deprecated.html#what-it-does","lints/deprecated.html#why-this-is-bad","lints/deprecated.html#configuration","lints/deprecated.html#example","lints/divide_by_zero.html#divide_by_zero","lints/divide_by_zero.html#what-it-does","lints/divide_by_zero.html#why-this-is-bad","lints/divide_by_zero.html#example","lints/duplicate_keys.html#duplicate_keys","lints/duplicate_keys.html#what-it-does","lints/duplicate_keys.html#why-this-is-bad","lints/duplicate_keys.html#example","lints/duplicate_keys.html#remarks","lints/empty_if.html#empty_if","lints/empty_if.html#what-it-does","lints/empty_if.html#why-this-is-bad","lints/empty_if.html#configuration","lints/empty_if.html#example","lints/empty_loop.html#empty_loop","lints/empty_loop.html#what-it-does","lints/empty_loop.html#why-this-is-bad","lints/empty_loop.html#configuration","lints/empty_loop.html#example","lints/global_usage.html#global_usage","lints/global_usage.html#what-it-does","lints/global_usage.html#why-this-is-bad","lints/global_usage.html#configuration","lints/global_usage.html#remarks","lints/global_usage.html#example","lints/high_cyclomatic_complexity.html#high_cyclomatic_complexity","lints/high_cyclomatic_complexity.html#what-it-does","lints/high_cyclomatic_complexity.html#why-this-is-bad","lints/high_cyclomatic_complexity.html#configuration","lints/high_cyclomatic_complexity.html#example","lints/high_cyclomatic_complexity.html#remarks","lints/if_same_then_else.html#if_same_then_else","lints/if_same_then_else.html#what-it-does","lints/if_same_then_else.html#why-this-is-bad","lints/if_same_then_else.html#example","lints/ifs_same_cond.html#ifs_same_cond","lints/ifs_same_cond.html#what-it-does","lints/ifs_same_cond.html#why-this-is-bad","lints/ifs_same_cond.html#example","lints/ifs_same_cond.html#remarks","lints/incorrect_standard_library_use.html#incorrect_standard_library_use","lints/incorrect_standard_library_use.html#what-it-does","lints/incorrect_standard_library_use.html#example","lints/incorrect_standard_library_use.html#remarks","lints/manual_table_clone.html#manual_table_clone","lints/manual_table_clone.html#what-it-does","lints/manual_table_clone.html#why-this-is-bad","lints/manual_table_clone.html#example","lints/manual_table_clone.html#remarks","lints/mismatched_arg_count.html#mismatched_arg_count","lints/mismatched_arg_count.html#what-it-does","lints/mismatched_arg_count.html#why-this-is-bad","lints/mismatched_arg_count.html#example","lints/mismatched_arg_count.html#remarks","lints/mixed_table.html#mixed_table","lints/mixed_table.html#what-it-does","lints/mixed_table.html#why-this-is-bad","lints/mixed_table.html#example","lints/multiple_statements.html#multiple_statements","lints/multiple_statements.html#what-it-does","lints/multiple_statements.html#why-this-is-bad","lints/multiple_statements.html#configuration","lints/multiple_statements.html#example","lints/must_use.html#must_use","lints/must_use.html#what-it-does","lints/must_use.html#why-this-is-bad","lints/must_use.html#example","lints/must_use.html#remarks","lints/parenthese_conditions.html#parenthese_conditions","lints/parenthese_conditions.html#what-it-does","lints/parenthese_conditions.html#why-this-is-bad","lints/parenthese_conditions.html#example","lints/roblox_incorrect_color3_new_bounds.html#roblox_incorrect_color3_new_bounds","lints/roblox_incorrect_color3_new_bounds.html#what-it-does","lints/roblox_incorrect_color3_new_bounds.html#why-this-is-bad","lints/roblox_incorrect_color3_new_bounds.html#example","lints/roblox_incorrect_color3_new_bounds.html#remarks","lints/roblox_incorrect_roact_usage.html#roblox_incorrect_roact_usage","lints/roblox_incorrect_roact_usage.html#what-it-does","lints/roblox_incorrect_roact_usage.html#why-this-is-bad","lints/roblox_incorrect_roact_usage.html#example","lints/roblox_incorrect_roact_usage.html#remarks","lints/roblox_suspicious_udim2_new.html#roblox_suspicious_udim2_new","lints/roblox_suspicious_udim2_new.html#what-it-does","lints/roblox_suspicious_udim2_new.html#why-this-is-bad","lints/roblox_suspicious_udim2_new.html#example","lints/roblox_suspicious_udim2_new.html#remarks","lints/shadowing.html#shadowing","lints/shadowing.html#what-it-does","lints/shadowing.html#why-this-is-bad","lints/shadowing.html#configuration","lints/shadowing.html#example","lints/suspicious_reverse_loop.html#suspicious_reverse_loop","lints/suspicious_reverse_loop.html#what-it-does","lints/suspicious_reverse_loop.html#why-this-is-bad","lints/suspicious_reverse_loop.html#example","lints/type_check_inside_call.html#type_check_inside_call","lints/type_check_inside_call.html#what-it-does","lints/type_check_inside_call.html#why-this-is-bad","lints/type_check_inside_call.html#example","lints/type_check_inside_call.html#remarks","lints/unbalanced_assignments.html#unbalanced_assignments","lints/unbalanced_assignments.html#what-it-does","lints/unbalanced_assignments.html#why-this-is-bad","lints/unbalanced_assignments.html#example","lints/unbalanced_assignments.html#remarks","lints/undefined_variable.html#undefined_variable","lints/undefined_variable.html#what-it-does","lints/undefined_variable.html#why-this-is-bad","lints/undefined_variable.html#example","lints/undefined_variable.html#remarks","lints/unscoped_variables.html#unscoped_variables","lints/unscoped_variables.html#what-it-does","lints/unscoped_variables.html#why-this-is-bad","lints/unscoped_variables.html#configuration","lints/unscoped_variables.html#example","lints/unused_variable.html#unused_variable","lints/unused_variable.html#what-it-does","lints/unused_variable.html#why-this-is-bad","lints/unused_variable.html#configuration","lints/unused_variable.html#example","lints/unused_variable.html#remarks","lints/unused_variable.html#_-prefixing","lints/unused_variable.html#observes","archive/index.html#archive","archive/std_v1.html#standard-library-format-v1","archive/std_v1.html#examples","archive/std_v1.html#selene","archive/std_v1.html#globals","archive/std_v1.html#any","archive/std_v1.html#functions","archive/std_v1.html#required","archive/std_v1.html#argument-types","archive/std_v1.html#properties","archive/std_v1.html#struct","archive/std_v1.html#table","archive/std_v1.html#removed","archive/std_v1.html#structs","archive/std_v1.html#wildcards"],"index":{"documentStore":{"docInfo":{"0":{"body":76,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":2,"title":1},"10":{"body":14,"breadcrumbs":7,"title":3},"100":{"body":3,"breadcrumbs":3,"title":1},"101":{"body":4,"breadcrumbs":3,"title":1},"102":{"body":0,"breadcrumbs":3,"title":1},"103":{"body":5,"breadcrumbs":2,"title":0},"104":{"body":3,"breadcrumbs":3,"title":1},"105":{"body":6,"breadcrumbs":3,"title":1},"106":{"body":20,"breadcrumbs":3,"title":1},"107":{"body":0,"breadcrumbs":3,"title":1},"108":{"body":5,"breadcrumbs":2,"title":0},"109":{"body":5,"breadcrumbs":3,"title":1},"11":{"body":119,"breadcrumbs":7,"title":2},"110":{"body":25,"breadcrumbs":3,"title":1},"111":{"body":0,"breadcrumbs":3,"title":1},"112":{"body":8,"breadcrumbs":2,"title":0},"113":{"body":8,"breadcrumbs":3,"title":1},"114":{"body":12,"breadcrumbs":3,"title":1},"115":{"body":98,"breadcrumbs":3,"title":1},"116":{"body":0,"breadcrumbs":3,"title":1},"117":{"body":8,"breadcrumbs":2,"title":0},"118":{"body":7,"breadcrumbs":3,"title":1},"119":{"body":15,"breadcrumbs":3,"title":1},"12":{"body":36,"breadcrumbs":7,"title":2},"120":{"body":102,"breadcrumbs":3,"title":1},"121":{"body":0,"breadcrumbs":3,"title":1},"122":{"body":8,"breadcrumbs":2,"title":0},"123":{"body":9,"breadcrumbs":3,"title":1},"124":{"body":7,"breadcrumbs":3,"title":1},"125":{"body":0,"breadcrumbs":3,"title":1},"126":{"body":5,"breadcrumbs":2,"title":0},"127":{"body":4,"breadcrumbs":3,"title":1},"128":{"body":36,"breadcrumbs":3,"title":1},"129":{"body":7,"breadcrumbs":3,"title":1},"13":{"body":97,"breadcrumbs":7,"title":2},"130":{"body":0,"breadcrumbs":3,"title":1},"131":{"body":7,"breadcrumbs":2,"title":0},"132":{"body":8,"breadcrumbs":3,"title":1},"133":{"body":12,"breadcrumbs":3,"title":1},"134":{"body":6,"breadcrumbs":3,"title":1},"135":{"body":0,"breadcrumbs":3,"title":1},"136":{"body":4,"breadcrumbs":2,"title":0},"137":{"body":3,"breadcrumbs":3,"title":1},"138":{"body":11,"breadcrumbs":3,"title":1},"139":{"body":0,"breadcrumbs":3,"title":1},"14":{"body":7,"breadcrumbs":2,"title":1},"140":{"body":7,"breadcrumbs":2,"title":0},"141":{"body":16,"breadcrumbs":3,"title":1},"142":{"body":3,"breadcrumbs":3,"title":1},"143":{"body":6,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":13,"breadcrumbs":2,"title":0},"146":{"body":12,"breadcrumbs":3,"title":1},"147":{"body":24,"breadcrumbs":3,"title":1},"148":{"body":69,"breadcrumbs":3,"title":1},"149":{"body":0,"breadcrumbs":3,"title":1},"15":{"body":37,"breadcrumbs":3,"title":1},"150":{"body":5,"breadcrumbs":2,"title":0},"151":{"body":31,"breadcrumbs":3,"title":1},"152":{"body":9,"breadcrumbs":3,"title":1},"153":{"body":23,"breadcrumbs":3,"title":1},"154":{"body":0,"breadcrumbs":3,"title":1},"155":{"body":6,"breadcrumbs":2,"title":0},"156":{"body":20,"breadcrumbs":3,"title":1},"157":{"body":18,"breadcrumbs":3,"title":1},"158":{"body":8,"breadcrumbs":3,"title":1},"159":{"body":0,"breadcrumbs":3,"title":1},"16":{"body":40,"breadcrumbs":5,"title":3},"160":{"body":9,"breadcrumbs":2,"title":0},"161":{"body":15,"breadcrumbs":3,"title":1},"162":{"body":8,"breadcrumbs":3,"title":1},"163":{"body":0,"breadcrumbs":3,"title":1},"164":{"body":6,"breadcrumbs":2,"title":0},"165":{"body":6,"breadcrumbs":3,"title":1},"166":{"body":7,"breadcrumbs":3,"title":1},"167":{"body":7,"breadcrumbs":3,"title":1},"168":{"body":0,"breadcrumbs":3,"title":1},"169":{"body":7,"breadcrumbs":2,"title":0},"17":{"body":33,"breadcrumbs":5,"title":3},"170":{"body":13,"breadcrumbs":3,"title":1},"171":{"body":5,"breadcrumbs":3,"title":1},"172":{"body":69,"breadcrumbs":3,"title":1},"173":{"body":0,"breadcrumbs":3,"title":1},"174":{"body":4,"breadcrumbs":2,"title":0},"175":{"body":1,"breadcrumbs":3,"title":1},"176":{"body":4,"breadcrumbs":3,"title":1},"177":{"body":15,"breadcrumbs":3,"title":1},"178":{"body":0,"breadcrumbs":3,"title":1},"179":{"body":7,"breadcrumbs":2,"title":0},"18":{"body":59,"breadcrumbs":5,"title":3},"180":{"body":12,"breadcrumbs":3,"title":1},"181":{"body":16,"breadcrumbs":3,"title":1},"182":{"body":2,"breadcrumbs":3,"title":1},"183":{"body":0,"breadcrumbs":3,"title":1},"184":{"body":3,"breadcrumbs":2,"title":0},"185":{"body":6,"breadcrumbs":3,"title":1},"186":{"body":29,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":0,"breadcrumbs":3,"title":1},"189":{"body":17,"breadcrumbs":4,"title":2},"19":{"body":20,"breadcrumbs":5,"title":3},"190":{"body":79,"breadcrumbs":3,"title":1},"191":{"body":7,"breadcrumbs":2,"title":1},"192":{"body":52,"breadcrumbs":9,"title":4},"193":{"body":43,"breadcrumbs":6,"title":1},"194":{"body":45,"breadcrumbs":6,"title":1},"195":{"body":26,"breadcrumbs":6,"title":1},"196":{"body":13,"breadcrumbs":5,"title":0},"197":{"body":51,"breadcrumbs":6,"title":1},"198":{"body":13,"breadcrumbs":6,"title":1},"199":{"body":77,"breadcrumbs":7,"title":2},"2":{"body":0,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":4},"200":{"body":79,"breadcrumbs":6,"title":1},"201":{"body":11,"breadcrumbs":6,"title":1},"202":{"body":20,"breadcrumbs":6,"title":1},"203":{"body":13,"breadcrumbs":6,"title":1},"204":{"body":51,"breadcrumbs":6,"title":1},"205":{"body":97,"breadcrumbs":6,"title":1},"21":{"body":9,"breadcrumbs":3,"title":1},"22":{"body":100,"breadcrumbs":6,"title":4},"23":{"body":60,"breadcrumbs":6,"title":4},"24":{"body":12,"breadcrumbs":5,"title":3},"25":{"body":17,"breadcrumbs":7,"title":3},"26":{"body":43,"breadcrumbs":5,"title":1},"27":{"body":27,"breadcrumbs":5,"title":1},"28":{"body":26,"breadcrumbs":5,"title":1},"29":{"body":13,"breadcrumbs":4,"title":0},"3":{"body":261,"breadcrumbs":2,"title":1},"30":{"body":225,"breadcrumbs":5,"title":1},"31":{"body":77,"breadcrumbs":5,"title":1},"32":{"body":11,"breadcrumbs":5,"title":1},"33":{"body":22,"breadcrumbs":5,"title":1},"34":{"body":91,"breadcrumbs":5,"title":1},"35":{"body":13,"breadcrumbs":5,"title":1},"36":{"body":54,"breadcrumbs":5,"title":1},"37":{"body":95,"breadcrumbs":5,"title":1},"38":{"body":13,"breadcrumbs":6,"title":2},"39":{"body":15,"breadcrumbs":5,"title":1},"4":{"body":111,"breadcrumbs":3,"title":2},"40":{"body":13,"breadcrumbs":5,"title":1},"41":{"body":15,"breadcrumbs":5,"title":1},"42":{"body":5,"breadcrumbs":5,"title":1},"43":{"body":40,"breadcrumbs":4,"title":2},"44":{"body":44,"breadcrumbs":3,"title":1},"45":{"body":17,"breadcrumbs":4,"title":2},"46":{"body":37,"breadcrumbs":4,"title":2},"47":{"body":59,"breadcrumbs":5,"title":3},"48":{"body":37,"breadcrumbs":2,"title":1},"49":{"body":215,"breadcrumbs":3,"title":2},"5":{"body":0,"breadcrumbs":4,"title":2},"50":{"body":80,"breadcrumbs":6,"title":5},"51":{"body":188,"breadcrumbs":3,"title":2},"52":{"body":103,"breadcrumbs":2,"title":1},"53":{"body":6,"breadcrumbs":2,"title":1},"54":{"body":0,"breadcrumbs":3,"title":1},"55":{"body":6,"breadcrumbs":2,"title":0},"56":{"body":4,"breadcrumbs":3,"title":1},"57":{"body":5,"breadcrumbs":3,"title":1},"58":{"body":0,"breadcrumbs":3,"title":1},"59":{"body":5,"breadcrumbs":2,"title":0},"6":{"body":238,"breadcrumbs":5,"title":3},"60":{"body":2,"breadcrumbs":3,"title":1},"61":{"body":9,"breadcrumbs":3,"title":1},"62":{"body":0,"breadcrumbs":3,"title":1},"63":{"body":8,"breadcrumbs":2,"title":0},"64":{"body":9,"breadcrumbs":3,"title":1},"65":{"body":21,"breadcrumbs":3,"title":1},"66":{"body":7,"breadcrumbs":3,"title":1},"67":{"body":0,"breadcrumbs":3,"title":1},"68":{"body":8,"breadcrumbs":2,"title":0},"69":{"body":20,"breadcrumbs":3,"title":1},"7":{"body":52,"breadcrumbs":3,"title":1},"70":{"body":9,"breadcrumbs":3,"title":1},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":7,"breadcrumbs":2,"title":0},"73":{"body":8,"breadcrumbs":3,"title":1},"74":{"body":28,"breadcrumbs":3,"title":1},"75":{"body":16,"breadcrumbs":3,"title":1},"76":{"body":0,"breadcrumbs":3,"title":1},"77":{"body":3,"breadcrumbs":2,"title":0},"78":{"body":10,"breadcrumbs":3,"title":1},"79":{"body":10,"breadcrumbs":3,"title":1},"8":{"body":12,"breadcrumbs":6,"title":3},"80":{"body":12,"breadcrumbs":3,"title":1},"81":{"body":0,"breadcrumbs":3,"title":1},"82":{"body":4,"breadcrumbs":2,"title":0},"83":{"body":11,"breadcrumbs":3,"title":1},"84":{"body":10,"breadcrumbs":3,"title":1},"85":{"body":11,"breadcrumbs":3,"title":1},"86":{"body":0,"breadcrumbs":3,"title":1},"87":{"body":3,"breadcrumbs":2,"title":0},"88":{"body":13,"breadcrumbs":3,"title":1},"89":{"body":13,"breadcrumbs":3,"title":1},"9":{"body":44,"breadcrumbs":5,"title":1},"90":{"body":9,"breadcrumbs":3,"title":1},"91":{"body":2,"breadcrumbs":3,"title":1},"92":{"body":0,"breadcrumbs":3,"title":1},"93":{"body":8,"breadcrumbs":2,"title":0},"94":{"body":9,"breadcrumbs":3,"title":1},"95":{"body":12,"breadcrumbs":3,"title":1},"96":{"body":35,"breadcrumbs":3,"title":1},"97":{"body":10,"breadcrumbs":3,"title":1},"98":{"body":0,"breadcrumbs":3,"title":1},"99":{"body":4,"breadcrumbs":2,"title":0}},"docs":{"0":{"body":"selene is a command line tool designed to help write correct and idiomatic Lua code. New to selene? Read the motivation behind its creation and the CLI guide . If you already use Luacheck , you can read the Luacheck comparison and migration guide . Don't know what a linter is? Check out the wiki on linters about what a linter does and how it's beneficial. Existing user? Read the changelog to learn about any new features or bug fixes. Interested in what selene lints for? Read the list of lints . Interested in contributing to selene's codebase? Read the contribution guide . Want to discuss selene or get help? Join the Roblox OS Community Discord . Note: selene is not Roblox exclusive, but it started its life for Roblox development.","breadcrumbs":"selene » selene","id":"0","title":"selene"},"1":{"body":"selene and all its source code are licensed under the Mozilla Public License 2.0 .","breadcrumbs":"selene » License","id":"1","title":"License"},"10":{"body":"selene is built with Roblox specific lints by default. If you don't want these, then pass --no-default-features to the cargo install command.","breadcrumbs":"Command Line Interface » Installation » Disabling Roblox features","id":"10","title":"Disabling Roblox features"},"100":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » if_same_then_else » Why this is bad","id":"100","title":"Why this is bad"},"101":{"body":"if foo then print(1)\nelse print(1)\nend","breadcrumbs":"Lints » if_same_then_else » Example","id":"101","title":"Example"},"102":{"body":"","breadcrumbs":"Lints » ifs_same_cond » ifs_same_cond","id":"102","title":"ifs_same_cond"},"103":{"body":"Checks for branches in if blocks with equivalent conditions.","breadcrumbs":"Lints » ifs_same_cond » What it does","id":"103","title":"What it does"},"104":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » ifs_same_cond » Why this is bad","id":"104","title":"Why this is bad"},"105":{"body":"if foo then print(1)\nelseif foo then print(1)\nend","breadcrumbs":"Lints » ifs_same_cond » Example","id":"105","title":"Example"},"106":{"body":"This ignores conditions that could have side effects, such as function calls. This will not lint: if foo() then print(1)\nelseif foo() then print(1)\nend ...as the result of foo() could be different the second time it is called.","breadcrumbs":"Lints » ifs_same_cond » Remarks","id":"106","title":"Remarks"},"107":{"body":"","breadcrumbs":"Lints » incorrect_standard_library_use » incorrect_standard_library_use","id":"107","title":"incorrect_standard_library_use"},"108":{"body":"Checks for correct use of the standard library .","breadcrumbs":"Lints » incorrect_standard_library_use » What it does","id":"108","title":"What it does"},"109":{"body":"for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do","breadcrumbs":"Lints » incorrect_standard_library_use » Example","id":"109","title":"Example"},"11":{"body":"If you want to get a quick understanding of the interface, simply type selene --help. USAGE: selene [FLAGS] [OPTIONS] ... selene FLAGS: --allow-warnings Pass when only warnings occur --no-exclude Ignore excludes defined in config -h, --help Prints help information -n, --no-summary Suppress summary information -q, --quiet Display only the necessary information. Equivalent to --display-style=\"quiet\" -V, --version Prints version information OPTIONS: --color [default: auto] [possible values: Always, Auto, Never] --config A toml file to configure the behavior of selene [default: selene.toml] --display-style Sets the display method [possible values: Json, Json2, Rich, Quiet] --num-threads Number of threads to run on, default to the numbers of logical cores on your system [default: your system's cores] --pattern A glob to match files with to check ARGS: ... SUBCOMMANDS: generate-roblox-std help Prints this message or the help of the given subcommand(s) update-roblox-std upgrade-std","breadcrumbs":"Command Line Interface » CLI Usage » CLI Usage","id":"11","title":"CLI Usage"},"110":{"body":"It is highly recommended that you do not turn this lint off. If you are having standard library issues, modify your standard library instead to be correct. If it is a problem with an official standard library (Ex: the Lua 5.1 or Roblox ones), you can file an issue on GitHub .","breadcrumbs":"Lints » incorrect_standard_library_use » Remarks","id":"110","title":"Remarks"},"111":{"body":"","breadcrumbs":"Lints » manual_table_clone » manual_table_clone","id":"111","title":"manual_table_clone"},"112":{"body":"Detects manual re-implementations of table.clone when it exists in the standard library.","breadcrumbs":"Lints » manual_table_clone » What it does","id":"112","title":"What it does"},"113":{"body":"table.clone is much simpler to read and faster than manual re-implementations.","breadcrumbs":"Lints » manual_table_clone » Why this is bad","id":"113","title":"Why this is bad"},"114":{"body":"local output = {} for key, value in pairs(input) do output[key] = value\nend ...should be written as... local output = table.clone(input)","breadcrumbs":"Lints » manual_table_clone » Example","id":"114","title":"Example"},"115":{"body":"Very little outside this exact pattern is matched. This is the list of circumstances which will stop the lint from triggering: Any logic in the body of the function aside from output[key] = value. Any usage of the output variable in between the definition and the loop (as determined by position in code). If the input variable is not a plain locally initialized variable. For example, self.state[key] = value will not lint. If the input variable is not defined as a completely empty table. If the loop and input variable are defined at different depths. The detected looping patterns are pairs(t), ipairs(t), next, t, and t (Luau generalized iteration). If ipairs is used, table.clone is not an exact match if the table is not exclusively an array. For example: local mixedTable = { 1, 2, 3 }\nmixedTable.key = \"value\" local clone = {} -- Lints, but is not equivalent, since ipairs only loops over the array part.\nfor key, value in ipairs(mixedTable) do clone[key] = value\nend When ipairs is the function being used, you'll be notified of this potential gotcha.","breadcrumbs":"Lints » manual_table_clone » Remarks","id":"115","title":"Remarks"},"116":{"body":"","breadcrumbs":"Lints » mismatched_arg_count » mismatched_arg_count","id":"116","title":"mismatched_arg_count"},"117":{"body":"Checks for too many arguments passed to function calls of defined functions.","breadcrumbs":"Lints » mismatched_arg_count » What it does","id":"117","title":"What it does"},"118":{"body":"These arguments provided are unnecessary, and can indicate that the function definition is not what was expected.","breadcrumbs":"Lints » mismatched_arg_count » Why this is bad","id":"118","title":"Why this is bad"},"119":{"body":"local function foo(a, b)\nend foo(1, 2, 3) -- error, function takes 2 arguments, but 3 were supplied","breadcrumbs":"Lints » mismatched_arg_count » Example","id":"119","title":"Example"},"12":{"body":"All unnamed inputs you give to selene will be treated as files to check for. If you want to check a folder of files: selene files If you just want to check one file: selene code.lua If you want to check multiple files/folders: selene file1 file2 file3 ... If you want to pipe code to selene using stdin: cat code.lua | selene -","breadcrumbs":"Command Line Interface » CLI Usage » Basic usage","id":"12","title":"Basic usage"},"120":{"body":"This lint does not handle too few arguments being passed, as this is commonly inferred as passing nil. For example, foo(1) could be used when meaning foo(1, nil). If a defined function is reassigned anywhere in the program, it will try to match the best possible overlap. Take this example: local function foo(a, b, c) print(\"a\")\nend function updateFoo() foo = function(a, b, c, d) print(\"b\") end\nend foo(1, 2, 3, 4) --> \"a\" [mismatched args, but selene doesn't know]\nupdateFoo()\nfoo(1, 2, 3, 4) --> \"b\" [no more mismatched args] selene can not tell that foo corresponds to a new definition because updateFoo() was called in the current context, without actually running the program. However, this would still lint properly: local log if SOME_DEBUG_FLAG then log = function() end\nelse log = function(message) print(message) end\nend -- No definition of `log` takes more than 1 argument, so this will lint.\nlog(\"LOG MESSAGE\", \"Something happened!\")","breadcrumbs":"Lints » mismatched_arg_count » Remarks","id":"120","title":"Remarks"},"121":{"body":"","breadcrumbs":"Lints » mixed_table » mixed_table","id":"121","title":"mixed_table"},"122":{"body":"Checks for mixed tables (tables that act as both an array and dictionary).","breadcrumbs":"Lints » mixed_table » What it does","id":"122","title":"What it does"},"123":{"body":"Mixed tables harms readability and are prone to bugs. There is almost always a better alternative.","breadcrumbs":"Lints » mixed_table » Why this is bad","id":"123","title":"Why this is bad"},"124":{"body":"local foo = { \"array field\", bar = \"dictionary field\",\n}","breadcrumbs":"Lints » mixed_table » Example","id":"124","title":"Example"},"125":{"body":"","breadcrumbs":"Lints » multiple_statements » multiple_statements","id":"125","title":"multiple_statements"},"126":{"body":"Checks for multiple statements on the same line.","breadcrumbs":"Lints » multiple_statements » What it does","id":"126","title":"What it does"},"127":{"body":"This can make your code difficult to read.","breadcrumbs":"Lints » multiple_statements » Why this is bad","id":"127","title":"Why this is bad"},"128":{"body":"one_line_if (default: \"break-return-only\") - Defines whether or not one line if statements should be allowed. One of three options: \"break-return-only\" (default) - if x then return end or if x then break end is ok, but if x then call() end is not. \"allow\" - All one line if statements are allowed. \"deny\" - No one line if statements are allowed.","breadcrumbs":"Lints » multiple_statements » Configuration","id":"128","title":"Configuration"},"129":{"body":"foo() bar() baz() ...should be written as... foo()\nbar()\nbaz()","breadcrumbs":"Lints » multiple_statements » Example","id":"129","title":"Example"},"13":{"body":"-q --quiet Instead of the rich format, only necessary information will be displayed. ~# selene code.lua\nwarning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── code.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Results:\n0 errors\n1 warnings\n0 parse errors ~# selene code.lua -q\ncode.lua:1:6: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead Results:\n0 errors\n1 warnings\n0 parse errors --num-threads num-threads Specifies the number of threads for selene to use. Defaults to however many cores your CPU has. If you type selene --help, you can see this number because it will show as the default for you. --pattern pattern A glob to match what files selene should check for. For example, if you only wanted to check files that end with .spec.lua, you would input --pattern **/*.spec.lua. Defaults to **/*.lua, meaning \"any lua file\", or **/*.lua and **/*.luau with the roblox feature flag, meaning \"any lua/luau file\".","breadcrumbs":"Command Line Interface » CLI Usage » Advanced options","id":"13","title":"Advanced options"},"130":{"body":"","breadcrumbs":"Lints » must_use » must_use","id":"130","title":"must_use"},"131":{"body":"Checks that the return values of functions marked must_use are used.","breadcrumbs":"Lints » must_use » What it does","id":"131","title":"What it does"},"132":{"body":"This lint will only catch uses where the function has no reason to be called other than to use its output.","breadcrumbs":"Lints » must_use » Why this is bad","id":"132","title":"Why this is bad"},"133":{"body":"bit32.bor(entity.flags, Flags.Invincible) ...should be written as... entity.flags = bit32.bor(entity.flags, Flags.Invincible) ...as bit32.bor only produces a new value, it does not mutate anything.","breadcrumbs":"Lints » must_use » Example","id":"133","title":"Example"},"134":{"body":"The output is deemed \"unused\" if the function call is its own statement.","breadcrumbs":"Lints » must_use » Remarks","id":"134","title":"Remarks"},"135":{"body":"","breadcrumbs":"Lints » parenthese_conditions » parenthese_conditions","id":"135","title":"parenthese_conditions"},"136":{"body":"Checks for conditions in the form of (expression).","breadcrumbs":"Lints » parenthese_conditions » What it does","id":"136","title":"What it does"},"137":{"body":"Lua does not require these, and they are not idiomatic.","breadcrumbs":"Lints » parenthese_conditions » Why this is bad","id":"137","title":"Why this is bad"},"138":{"body":"if (x) then\nrepeat until (x)\nwhile (x) do ...should be written as... if x then\nrepeat until x\nwhile x do","breadcrumbs":"Lints » parenthese_conditions » Example","id":"138","title":"Example"},"139":{"body":"","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » roblox_incorrect_color3_new_bounds","id":"139","title":"roblox_incorrect_color3_new_bounds"},"14":{"body":"In this section, you will learn how to interact with selene from your code and how to fit it to your liking.","breadcrumbs":"Usage » Usage","id":"14","title":"Usage"},"140":{"body":"Checks for uses of Color3.new where the arguments are not between 0 and 1.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » What it does","id":"140","title":"What it does"},"141":{"body":"Most likely, you are trying to use values of 0 to 255. This will not give you an error, and will silently give you the wrong color. You probably meant to use Color3.fromRGB instead.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Why this is bad","id":"141","title":"Why this is bad"},"142":{"body":"Color3.new(255, 0, 0)","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Example","id":"142","title":"Example"},"143":{"body":"This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Remarks","id":"143","title":"Remarks"},"144":{"body":"","breadcrumbs":"Lints » roblox_incorrect_roact_usage » roblox_incorrect_roact_usage","id":"144","title":"roblox_incorrect_roact_usage"},"145":{"body":"Checks for valid uses of createElement. Verifies that class name given is valid and that the properties passed for it are valid for that class.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » What it does","id":"145","title":"What it does"},"146":{"body":"This is guaranteed to fail once it is rendered. Furthermore, the createElement itself will not error--only once it's mounted will it error.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Why this is bad","id":"146","title":"Why this is bad"},"147":{"body":"-- Using Roact17\nReact.createElement(\"Frame\", { key = \"Valid property for React\",\n}) -- Using legacy Roact\nRoact.createElement(\"Frame\", { key = \"Invalid property for Roact\", ThisPropertyDoesntExist = true, Name = \"This property should not be passed in\", [Roact.Event.ThisEventDoesntExist] = function() end,\n}) Roact.createElement(\"BadClass\", {})","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Example","id":"147","title":"Example"},"148":{"body":"This lint is naive and makes several assumptions about the way you write your code. The assumptions are based on idiomatic Roact. It assumes you are either calling createElement directly or creating a local variable that's assigned to [Roact/React].createElement. It assumes if you are using a local variable, you're not reassigning it. It assumes either Roact or React is defined. undefined_variable will still lint, however. This lint assumes legacy Roact if the variable name is Roact and Roact17 if the variable name is named React. This lint does not verify if the value you are giving is correct, so Text = UDim2.new() will be treated as correct. This lint, right now, only checks property and class names. This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Remarks","id":"148","title":"Remarks"},"149":{"body":"","breadcrumbs":"Lints » roblox_suspicious_udim2_new » roblox_suspicious_udim2_new","id":"149","title":"roblox_suspicious_udim2_new"},"15":{"body":"selene is meant to be easily configurable. You can specify configurations for the entire project as well as for individual lints. Configuration files are placed in the directory you are running selene in and are named selene.toml . As the name suggests, the configurations use the Tom's Obvious, Minimal Language (TOML) format. It is recommended you quickly brush up on the syntax, though it is very easy.","breadcrumbs":"Usage » Configuration » Configuration","id":"15","title":"Configuration"},"150":{"body":"Checks for too little arguments passed to UDim2.new().","breadcrumbs":"Lints » roblox_suspicious_udim2_new » What it does","id":"150","title":"What it does"},"151":{"body":"Passing in an incorrect number of arguments can indicate that the user meant to use UDim2.fromScale or UDim2.fromOffset. Even if the user really only needed to pass in a fewer number of arguments to UDim2.new, this lowers readability as it calls into question whether it's a bug or if the user truly meant to use UDim2.new.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Why this is bad","id":"151","title":"Why this is bad"},"152":{"body":"UDim2.new(1, 1) -- error, UDim2.new takes 4 numbers, but 2 were provided.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Example","id":"152","title":"Example"},"153":{"body":"This lint is only active if you are using the Roblox standard library. This lint does not warn if passing in exactly 2 arguments and none of those are number literals to prevent false positives with UDim2.new(UDim.new(a, b), UDim.new(c, d))","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Remarks","id":"153","title":"Remarks"},"154":{"body":"","breadcrumbs":"Lints » shadowing » shadowing","id":"154","title":"shadowing"},"155":{"body":"Checks for overriding of variables under the same name.","breadcrumbs":"Lints » shadowing » What it does","id":"155","title":"What it does"},"156":{"body":"This can cause confusion when reading the code when trying to understand which variable is being used, and if you want to use the original variable you either have to redefine it under a temporary name or refactor the code that shadowed it.","breadcrumbs":"Lints » shadowing » Why this is bad","id":"156","title":"Why this is bad"},"157":{"body":"ignore_pattern (default: \"^_\") - A regular expression that is used to specify names that are allowed to be shadowed. The default allows for variables like _ to be shadowed, as they shouldn't be used anyway.","breadcrumbs":"Lints » shadowing » Configuration","id":"157","title":"Configuration"},"158":{"body":"local x = 1 if foo then local x = 1\nend","breadcrumbs":"Lints » shadowing » Example","id":"158","title":"Example"},"159":{"body":"","breadcrumbs":"Lints » suspicious_reverse_loop » suspicious_reverse_loop","id":"159","title":"suspicious_reverse_loop"},"16":{"body":"You can change the severity of lints by entering the following into selene.toml: [lints]\nlint_1 = \"severity\"\nlint_2 = \"severity\"\n... Where \"severity\" is one of the following: \"allow\" - Don't check for this lint \"warn\" - Warn for this lint \"deny\" - Error for this lint Note that \"deny\" and \"warn\" are effectively the same, only warn will give orange text while error gives red text, and they both have different counters.","breadcrumbs":"Usage » Configuration » Changing the severity of lints","id":"16","title":"Changing the severity of lints"},"160":{"body":"Checks for for _ = #x, 1 do sequences without specifying a negative step.","breadcrumbs":"Lints » suspicious_reverse_loop » What it does","id":"160","title":"What it does"},"161":{"body":"This loop will only run at most once, instead of going in reverse. If you truly did mean to run your loop only once, just use if #x > 0 instead.","breadcrumbs":"Lints » suspicious_reverse_loop » Why this is bad","id":"161","title":"Why this is bad"},"162":{"body":"for _ = #x, 1 do ...should be written as... for _ = #x, 1, -1 do","breadcrumbs":"Lints » suspicious_reverse_loop » Example","id":"162","title":"Example"},"163":{"body":"","breadcrumbs":"Lints » type_check_inside_call » type_check_inside_call","id":"163","title":"type_check_inside_call"},"164":{"body":"Checks for type(foo == \"type\"), instead of type(foo) == \"type\".","breadcrumbs":"Lints » type_check_inside_call » What it does","id":"164","title":"What it does"},"165":{"body":"This will always return \"boolean\", and is undoubtedly not what you intended to write.","breadcrumbs":"Lints » type_check_inside_call » Why this is bad","id":"165","title":"Why this is bad"},"166":{"body":"return type(foo == \"number\") ...should be written as... return type(foo) == \"number\"","breadcrumbs":"Lints » type_check_inside_call » Example","id":"166","title":"Example"},"167":{"body":"When using the Roblox standard library, this checks typeof as well.","breadcrumbs":"Lints » type_check_inside_call » Remarks","id":"167","title":"Remarks"},"168":{"body":"","breadcrumbs":"Lints » unbalanced_assignments » unbalanced_assignments","id":"168","title":"unbalanced_assignments"},"169":{"body":"Checks for unbalanced assignments, such as a, b, c = 1.","breadcrumbs":"Lints » unbalanced_assignments » What it does","id":"169","title":"What it does"},"17":{"body":"You can configure specific lints by entering the following into selene.toml: [config]\nlint1 = ...\nlint2 = ...\n... Where the value is whatever the special configuration of that lint is. You can learn these on the lints specific page in the list of lints . For example, if we wanted to allow empty if branches if the contents contain comments, then we would write: [config]\nempty_if = { comments_count = true }","breadcrumbs":"Usage » Configuration » Configuring specific lints","id":"17","title":"Configuring specific lints"},"170":{"body":"You shouldn't declare variables you're not immediately initializing on the same line as ones you are. This is most likely just forgetting to specify the rest of the variables.","breadcrumbs":"Lints » unbalanced_assignments » Why this is bad","id":"170","title":"Why this is bad"},"171":{"body":"a, b, c = 1\na = 1, 2","breadcrumbs":"Lints » unbalanced_assignments » Example","id":"171","title":"Example"},"172":{"body":"There are a few things this lint won't catch. a, b, c = call() will not lint, as call() could return multiple values. a, b, c = call(), 2 will, however, as you will only be using the first value of call(). You will even receive a helpful message about this. error[unbalanced_assignments]: values on right side don't match up to the left side of the assignment ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ^^^^^^^^^ │ ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ------ help: if this function returns more than one value, the only first return value is actually used │ If nil is specified as the last value, the rest will be ignored. This means... a, b, c = nil ...will not lint.","breadcrumbs":"Lints » unbalanced_assignments » Remarks","id":"172","title":"Remarks"},"173":{"body":"","breadcrumbs":"Lints » undefined_variable » undefined_variable","id":"173","title":"undefined_variable"},"174":{"body":"Checks for uses of variables that are not defined.","breadcrumbs":"Lints » undefined_variable » What it does","id":"174","title":"What it does"},"175":{"body":"This is most likely a typo.","breadcrumbs":"Lints » undefined_variable » Why this is bad","id":"175","title":"Why this is bad"},"176":{"body":"-- vv oops!\nprinnt(\"hello, world!\")","breadcrumbs":"Lints » undefined_variable » Example","id":"176","title":"Example"},"177":{"body":"If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.","breadcrumbs":"Lints » undefined_variable » Remarks","id":"177","title":"Remarks"},"178":{"body":"","breadcrumbs":"Lints » unscoped_variables » unscoped_variables","id":"178","title":"unscoped_variables"},"179":{"body":"Checks for variables that are unscoped (don't have a local variable attached).","breadcrumbs":"Lints » unscoped_variables » What it does","id":"179","title":"What it does"},"18":{"body":"Many lints use standard libraries for either verifying their correct usage or for knowing that variables exist where they otherwise wouldn't. By default, selene uses Lua 5.1, though if we wanted to use the Lua 5.2 standard library, we would write: std = \"lua52\" ...at the top of selene.toml. You can learn more about the standard library format on the standard library guide . The standard library given can either be one of the builtin ones (currently only lua51 and lua52) or the filename of a standard library file in this format. For example, if we had a file named special.toml, we would write: std = \"special\"","breadcrumbs":"Usage » Configuration » Setting the standard library","id":"18","title":"Setting the standard library"},"180":{"body":"Unscoped variables make code harder to read and debug, as well as making it harder for selene to analyze.","breadcrumbs":"Lints » unscoped_variables » Why this is bad","id":"180","title":"Why this is bad"},"181":{"body":"ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unscoped. The default allows for variables like _ to be unscoped, as they shouldn't be used anyway.","breadcrumbs":"Lints » unscoped_variables » Configuration","id":"181","title":"Configuration"},"182":{"body":"baz = 3","breadcrumbs":"Lints » unscoped_variables » Example","id":"182","title":"Example"},"183":{"body":"","breadcrumbs":"Lints » unused_variable » unused_variable","id":"183","title":"unused_variable"},"184":{"body":"Checks for variables that are unused.","breadcrumbs":"Lints » unused_variable » What it does","id":"184","title":"What it does"},"185":{"body":"The existence of unused variables could indicate buggy code.","breadcrumbs":"Lints » unused_variable » Why this is bad","id":"185","title":"Why this is bad"},"186":{"body":"allow_unused_self (default: true) - A bool that determines whether not using self in a method function (function Player:SwapWeapons()) is allowed. ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unused. The default allows for variables like _ to be unused, as they shouldn't be used anyway.","breadcrumbs":"Lints » unused_variable » Configuration","id":"186","title":"Configuration"},"187":{"body":"local foo = 1","breadcrumbs":"Lints » unused_variable » Example","id":"187","title":"Example"},"188":{"body":"","breadcrumbs":"Lints » unused_variable » Remarks","id":"188","title":"Remarks"},"189":{"body":"If you intend to create a variable without using it, replace it with _ or something that starts with _. You'll see this most in generic for loops. for _, value in ipairs(list) do","breadcrumbs":"Lints » unused_variable » _ prefixing","id":"189","title":"_ prefixing"},"19":{"body":"We can chain together multiple standard libraries by simply using a plus sign (+) in between the names. For example, if we had game.toml and engine.toml standard libraries, we could chain them together like so: std = \"game+engine\"","breadcrumbs":"Usage » Configuration » Chaining the standard library","id":"19","title":"Chaining the standard library"},"190":{"body":"Standard libraries can apply an observes field to distinguish an argument from being only written to. This is so that we can get lints like the following: local writtenOnly = {}\ntable.insert(writtenOnly, 1) warning[unused_variable]: writtenOnly is assigned a value, but never used ┌─ example.lua:1:7 │\n1 │ local writtenOnly = {} │ ^^^^^^^^^^^\n2 │ table.insert(writtenOnly, 1) │ ----------- `table.insert` only writes to `writtenOnly` This only applies when the function call is its own statement. So for instance, this: local list = {}\nprint(table.insert(list, 1)) ...will not lint. To understand this, consider if table.insert returned the index. Without this check, this code: local list = {}\nlocal index = table.insert(list, 1) ...would lint list as mutated only, which while technically true, is unimportant considering index is affected by the mutation. This also requires that the variable be a static table. This: return function(value) table.insert(value, 1)\nend ...will not lint, as we cannot be sure value is unused outside of this.","breadcrumbs":"Lints » unused_variable » observes","id":"190","title":"observes"},"191":{"body":"The following is pages that refer to deprecated or removed features in selene.","breadcrumbs":"Archive » Archive","id":"191","title":"Archive"},"192":{"body":"The TOML standard library format is DEPRECATED and will not have any new functionality added onto it. Check out the updated standard library format here . In order to convert an existing TOML standard library over to the new format, simply run selene upgrade-std library.toml, which will create an upgraded library.yml file. selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of TOML files.","breadcrumbs":"Archive » TOML Standard Library Format » Standard Library Format (v1)","id":"192","title":"Standard Library Format (v1)"},"193":{"body":"For examples of the standard library format, see: lua51.toml - The default standard library for Lua 5.1 lua52.toml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.toml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is available with every commit.","breadcrumbs":"Archive » TOML Standard Library Format » Examples","id":"193","title":"Examples"},"194":{"body":"Anything under the key [selene] is used for meta information. The following paths are accepted: [selene.base] - Used for specifying what standard library to be based off of. Currently only accepts built in standard libraries, meaning lua51 or lua52. [selene.name] - Used for specifying the name of the standard library. Used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\". [selene.structs] - Used for declaring structs .","breadcrumbs":"Archive » TOML Standard Library Format » [selene]","id":"194","title":"[selene]"},"195":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Archive » TOML Standard Library Format » [globals]","id":"195","title":"[globals]"},"196":{"body":"Example: [foo]\nany = true Specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Archive » TOML Standard Library Format » Any","id":"196","title":"Any"},"197":{"body":"Example: [[tonumber.args]]\ntype = \"any\" [[tonumber.args]]\ntype = \"number\"\nrequired = false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string }","breadcrumbs":"Archive » TOML Standard Library Format » Functions","id":"197","title":"Functions"},"198":{"body":"true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why.","breadcrumbs":"Archive » TOML Standard Library Format » \"required\"","id":"198","title":"\"required\""},"199":{"body":"\"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: [[Color3.toHSV.args]]\ntype = { display = \"Color3\" }","breadcrumbs":"Archive » TOML Standard Library Format » Argument types","id":"199","title":"Argument types"},"2":{"body":"","breadcrumbs":"Motivation » Motivation","id":"2","title":"Motivation"},"20":{"body":"It is possible to exclude files from being linted using the exclude option: exclude = [\"external/*\", \"*.spec.lua\"]","breadcrumbs":"Usage » Configuration » Excluding files from being linted","id":"20","title":"Excluding files from being linted"},"200":{"body":"Example: [_VERSION]\nproperty = true Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: [_G]\nproperty = true\nwritable = \"new-fields\" writable is an optional field that tells selene how the property can be mutated and used: \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"overridden\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full\" - New fields can be added and entire variable can be overridden. If writable is not specified, selene will assume it can neither have new fields associated with it nor can be overridden.","breadcrumbs":"Archive » TOML Standard Library Format » Properties","id":"200","title":"Properties"},"201":{"body":"Example: [game]\nstruct = \"DataModel\" Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Archive » TOML Standard Library Format » Struct","id":"201","title":"Struct"},"202":{"body":"Example: [math.huge]\nproperty = true [math.pi]\nproperty = true A field is understood as a table if it has fields of its own. Notice that [math] is not defined anywhere, but its fields are. Fields are of the same type as globals.","breadcrumbs":"Archive » TOML Standard Library Format » Table","id":"202","title":"Table"},"203":{"body":"Example: [getfenv]\nremoved = true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Archive » TOML Standard Library Format » Removed","id":"203","title":"Removed"},"204":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of [selene.structs]. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: [selene.structs.Event.Connect]\nmethod = true [[selene.structs.Event.Connect.args]]\ntype = \"function\" From there, it can define: [workspace.Changed]\nstruct = \"Event\" ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Archive » TOML Standard Library Format » Structs","id":"204","title":"Structs"},"205":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. [workspace.\"*\"]\nstruct = \"Instance\" This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: [script.Name]\nproperty = true\nwritable = \"overridden\" [script.\"*\".\"*\"]\nproperty = true\nwritable = \"full\" Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Archive » TOML Standard Library Format » Wildcards","id":"205","title":"Wildcards"},"21":{"body":"Lints can be toggled on and off in the middle of code when necessary through the use of special comments.","breadcrumbs":"Usage » Filtering » Filtering","id":"21","title":"Filtering"},"22":{"body":"Suppose we have the following code: local something = 1 selene will correctly attribute this as an unused variable: warning[unused_variable]: something is assigned a value, but never used ┌── code.lua:1:7 ─── │ 1 │ local something = 1 │ ^^^^^^^^^ │ However, perhaps we as the programmer have some reason for leaving this unused (and not renaming it to _something). This would be where inline lint filtering comes into play. In this case, we would simply write: -- selene: allow(unused_variable)\nlocal something = 1 This also works with settings other than allow--you can warn or deny lints in the same fashion. For example, you can have a project with the following selene.toml configuration : [lints]\nunused_variable = \"allow\" # I'm fine with unused variables in code ...and have this in a separate file: -- I'm usually okay with unused variables, but not this one\n-- selene: deny(unused_variable)\nlocal something = 1 This is applied to the entire piece of code its near, not just the next line. For example: -- selene: allow(unused_variable)\ndo local foo = 1 local bar = 2\nend ...will silence the unused variable warning for both foo and bar.","breadcrumbs":"Usage » Filtering » Allowing/denying lints for a piece of code","id":"22","title":"Allowing/denying lints for a piece of code"},"23":{"body":"If you want to allow/deny a lint for an entire file, you can do this by attaching the following code to the beginning: --# selene: allow(lint_name) The # tells selene that you want to apply these globally. These must be before any code, otherwise selene will deny it. For example, the following code: local x = 1\n--# selene: allow(unused_variable) ...will cause selene to error: warning[unused_variable]: x is assigned a value, but never used ┌─ -:1:7 │\n1 │ local x = 1 │ ^ error[invalid_lint_filter]: global filters must come before any code ┌─ -:1:1 │\n1 │ local x = 1 │ ----------- global filter must be before this\n2 │ --# selene: allow(unused_variable)","breadcrumbs":"Usage » Filtering » Allowing/denying lints for an entire file","id":"23","title":"Allowing/denying lints for an entire file"},"24":{"body":"You can filter multiple lints in two ways: -- selene: allow(lint_one)\n-- selene: allow(lint_two) -- or... -- selene: allow(lint_one, lint_two)","breadcrumbs":"Usage » Filtering » Combining multiple lints","id":"24","title":"Combining multiple lints"},"25":{"body":"selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of YAML files.","breadcrumbs":"Usage » Standard Library Format » Standard Library Format","id":"25","title":"Standard Library Format"},"26":{"body":"For examples of the standard library format, see: lua51.yml - The default standard library for Lua 5.1 lua52.yml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.yml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.","breadcrumbs":"Usage » Standard Library Format » Examples","id":"26","title":"Examples"},"27":{"body":"Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, roblox), as well as any standard libraries that can be found in the current directory. --- # This begins a YAML file\nbase: lua51 # We will be extending off of Lua 5.1.","breadcrumbs":"Usage » Standard Library Format » base","id":"27","title":"base"},"28":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Usage » Standard Library Format » globals","id":"28","title":"globals"},"29":{"body":"---\nglobals: foo: any: true This specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Usage » Standard Library Format » Any","id":"29","title":"Any"},"3":{"body":"When writing any code, it's very easy to make silly mistakes that end up introducing bugs. A lot of the time, these bugs are hard to track down and debug, and sometimes are even harder to replicate. This risk is made ever more real because of the generally lax nature of Lua. Incorrect code is regularly passed off and isn't noticed until something breaks at runtime. Sometimes you'll get a clear error message, and will have to spend time going back, fixing the code, and making sure you actually fixed it. Other times, the effects are more hidden, and instead of getting an error your code will just pass through along, in an incorrect state. Take, for example, this code: function Player:SwapWeapons() self.CurrentWeapon = self.SideWeapon self.SideWeapon = self.CurrentWeapon\nend This is code that is technically correct, but is absolutely not what you wanted to write. However, because it is technically correct, Lua will do exactly what you tell it to do, and so... Player wants to swap their weapons Your code calls player:SwapWeapons() Their current weapon is set to their side weapon... ...but their side weapon is set to their current weapon afterwards, which is what they just equipped! Uh oh! After debugging this, you realize that you actually meant to write was... function Player:SwapWeapons() self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon\nend If you were using selene, you would've been alerted right away that your original code looked like an almost_swapped . error[almost_swapped]: this looks like you are trying to swap `self.CurrentWeapon` and `self.SideWeapon` ┌── fail.lua:4:5 ─── │ 4 │ ╭ self.CurrentWeapon = self.SideWeapon 5 │ │ self.SideWeapon = self.CurrentWeapon │ ╰────────────────────────────────────────^ │ = try: `self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon` Other bugs arise because of Lua's lack of typing. While it can feel freeing to developers to not have to specify types everywhere, it makes it easier to mess up and write broken code. For example, take the following code: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do This code is yet again technically correct, but not what we wanted to do. pairs will take the first argument, GoldShop, and ignore the rest. Worse, the shop variable will now be the values of the contents of GoldShop, not the shop itself. This can cause massive headaches, since although you're likely to get an error later down the line, it's more likely it'll be in the vein of \"attempt to index a nil value items\" than something more helpful. If you used ipairs instead of pairs, your code inside might just not run, and won't produce an error at all. Yet again, selene saves us. error[incorrect_standard_library_use]: standard library function `pairs` requires 1 parameters, 3 passed ┌── fail.lua:1:16 ─── │ 1 │ for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ This clues the developer into writing the code they meant to write: for _, shop in pairs({ GoldShop, ItemShop, MedicineShop }) do","breadcrumbs":"Motivation » Because bugs","id":"3","title":"Because bugs"},"30":{"body":"---\nglobals: tonumber: args: - type: any - type: number required: false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string } \"required\" true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why. \"observes\" This field is used for allowing smarter introspection of how the argument given is used. \"read-write\" - The default. This argument is potentially both written to and read from. \"read\" - This argument is only read from. Currently unused. \"write\" - This argument is only written to. Used by unused_variable to assist in detecting a variable only being written to, even if passed into a function. Example: table.insert: args: - type: table observes: write # This way, `table.insert(x, 1)` doesn't count as a read to `x` - type: any - required: false type: any \"must_use\" This field is used for checking if the return value of a function is used. false - The default. The return value of this function does not need to be used. true - The return value of this function must be used. Example: tostring: args: - type: any must_use: true Argument types \"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: ---\nglobals: Color3.toHSV: args: - type: display: Color3","breadcrumbs":"Usage » Standard Library Format » Functions","id":"30","title":"Functions"},"31":{"body":"---\nglobals: _VERSION: property: read-only Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: _G: property: new-fields The value of property tells selene how it can be mutated and used: \"read-only\" - New fields cannot be added or set, and the variable itself cannot be redefined. \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"override-fields\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full-write\" - New fields can be added and entire variable can be overridden.","breadcrumbs":"Usage » Standard Library Format » Properties","id":"31","title":"Properties"},"32":{"body":"---\nglobals: game: struct: DataModel Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Usage » Standard Library Format » Struct","id":"32","title":"Struct"},"33":{"body":"---\nglobals: math.huge: property: read-only math.pi: property: read-only A field is understood as a table if it has fields of its own. Notice that math is not defined anywhere, but its fields are. This will create an implicit math with the property writability of read-only.","breadcrumbs":"Usage » Standard Library Format » Tables","id":"33","title":"Tables"},"34":{"body":"Any field or arg can have a deprecation notice added to it, which will then be read by the deprecated lint . ---\nglobals: table.getn: args: - type: table - type: number deprecated: message: \"`table.getn` has been superseded by #.\" replace: - \"#%1\" The deprecated field consists of two subfields. message is required, and is a human readable explanation of what the deprecation is, and potentially why. replace is an optional array of replacements. The most relevant replacement is suggested to the user. If used with a function, then every parameter of the function will be provided. For instance, since table.getn's top replacement is #%1: table.getn(x) will suggest #x table.getn() will not suggest anything, as there is no relevant suggestion You can also use %... to list every argument, separated by commas. The following: ---\nglobals: call: deprecated: message: \"call will be removed in the next version\" replace: - \"newcall(%...)\" args: - type: \"...\" required: false ...will suggest newcall(1, 2, 3) for call(1, 2, 3), and newcall() for call(). You can also use %% to write a raw %.","breadcrumbs":"Usage » Standard Library Format » Deprecated","id":"34","title":"Deprecated"},"35":{"body":"---\nglobals: getfenv: removed: true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Usage » Standard Library Format » Removed","id":"35","title":"Removed"},"36":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of structs. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: ---\nstructs: Event: Connect: method: true args: - type: function From there, it can define: globals: workspace.Changed: struct: Event ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Usage » Standard Library Format » Structs","id":"36","title":"Structs"},"37":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. workspace.*: struct: Instance This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: script.Name: property: override-fields script.*.*: property: full-write Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Usage » Standard Library Format » Wildcards","id":"37","title":"Wildcards"},"38":{"body":"There are some properties that exist in standard library YAMLs that exist specifically for internal purposes. This is merely a reference, but these are not guaranteed to be stable.","breadcrumbs":"Usage » Standard Library Format » Internal properties","id":"38","title":"Internal properties"},"39":{"body":"This specifies the name of the standard library. This is used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\".","breadcrumbs":"Usage » Standard Library Format » name","id":"39","title":"name"},"4":{"body":"While it's nice to write code however you want to, issues can arise when you are working with other people, or plan on open sourcing your work for others to contribute to. It's best for everyone involved if they stuck to the same way of writing Lua. Consider this contrived example: call(1 / 0) The person who wrote this code might have known that 1 / 0 evaluates to math.huge. However, anyone working on that code will likely see it and spend some time figuring out why they wrote the code that way. If the developer was using selene, this code would be denied: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── fail.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Furthermore, selene is meant to be easy for developers to add their own lints to. You could create your own lints for your team to prevent behavior that is non-idiomatic to the codebase. For example, let's say you're working on a Roblox codebase, and you don't want your developers using the data storage methods directly. You could create your own lint so that this code: local DataStoreService = game:GetService(\"DataStoreService\") ...creates a warning, discouraging its use. For more information on how to create your own lints, check out the contribution guide .","breadcrumbs":"Motivation » Because idiomatic Lua","id":"4","title":"Because idiomatic Lua"},"40":{"body":"A timestamp of when the standard library was last updated. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_updated","id":"40","title":"last_updated"},"41":{"body":"A timestamp of the last selene version that generated this standard library. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_selene_version","id":"41","title":"last_selene_version"},"42":{"body":"A map of every Roblox class and their properties, for roblox_incorrect_roact_usage .","breadcrumbs":"Usage » Standard Library Format » roblox_classes","id":"42","title":"roblox_classes"},"43":{"body":"selene is built with Roblox development in mind, and has special features for Roblox developers. If you try to run selene on a Roblox codebase, you'll get a bunch of errors saying things such as \"game is not defined\". This is because these are Roblox specific globals that selene does not know about. You'll need to install the Roblox standard library in order to fix these issues, as well as get Roblox specific lints.","breadcrumbs":"Roblox Guide » Roblox Guide","id":"43","title":"Roblox Guide"},"44":{"body":"Thankfully, this process is very simple. All you need to do is edit your selene.toml (or create one) and add the following: std = \"roblox\" The next time you run selene, or if you use the Visual Studio Code extension and start typing Lua code, a Roblox standard library will be automatically generated and used. This is an automatic process that occurs whenever you don't have a cached standard library file and your selene.toml has std = \"roblox\".","breadcrumbs":"Roblox Guide » Installation","id":"44","title":"Installation"},"45":{"body":"The Roblox standard library file is updated automatically every 6 hours. If you need an update faster than that, you can run selene update-roblox-std manually.","breadcrumbs":"Roblox Guide » Updating definitions","id":"45","title":"Updating definitions"},"46":{"body":"Roblox has provided an open source testing utility called TestEZ , which allows you to write unit tests for your code. Writing unit tests is good practice, but selene will get angry at you if you don't include a testez.yml file and set the standard library to the following: std = \"roblox+testez\" But first you'll need to create a testez.yml file, which you can do so with this template .","breadcrumbs":"Roblox Guide » TestEZ Support","id":"46","title":"TestEZ Support"},"47":{"body":"There may be cases where you would rather not have selene automatically update the Roblox standard library, such as if speed is critically important and you want to limit potential internet access (generating the standard library requires an active internet connection). selene supports \"pinning\" the standard library to a specific version. Add the following to your selene.toml configuration: # `floating` by default, meaning it is stored in a cache folder on your system\nroblox-std-source = \"pinned\" This will generate the standard library file into roblox.yml where it is run. You can also create a roblox.yml file manually with selene generate-roblox-std.","breadcrumbs":"Roblox Guide » Pinned standard library","id":"47","title":"Pinned standard library"},"48":{"body":"selene is written in Rust, so knowledge of the ecosystem is expected. selene uses Full Moon to parse the Lua code losslessly, meaning whitespace and comments are preserved. You can read the full documentation for full-moon on its docs.rs page. TODO: Upload selene-lib on crates.io and link the docs.rs page for that as well as throughout the rest of this article.","breadcrumbs":"Contributing » Contributing","id":"48","title":"Contributing"},"49":{"body":"In selene, lints are created in isolated modules. To start, create a file in selene-lib/src/lints with the name of your lint. In this example, we're going to call the lint cool_lint.rs. Let's now understand what a lint consists of. selene takes lints in the form of structs that implement the Lint trait. The Lint trait expects: A Config associated type that defines what the configuration format is expected to be. Whatever you pass must be deserializable . An Error associated type that implements std::error::Error . This is used if configurations can be invalid (such as a parameter only being a number within a range). Most of the time, configurations cannot be invalid (other than deserializing errors, which are handled by selene), and so you can set this to std::convert::Infallible . A SEVERITY constant which is either Severity::Error or Severity::Warning. Use Error if the code is positively impossible to be correct. A LINT_TYPE constant which is either Complexity, Correctness, Performance, or Style. So far not used for anything. A new function with the signature fn new(config: Self::Config) -> Result. With the selene CLI, this is called once. A pass function with the signature fn pass(&self, ast: &full_moon::ast::Ast, context: &Context, ast_context: &AstContext) -> Vec. The ast argument is the full-moon representation of the code. The context argument provides optional additional information, such as the standard library being used. The ast_context argument provides context specific to that AST, such as its scopes. Any Diagnostic structs returned here are displayed to the user. For our purposes, we're going to write: use super::*;\nuse std::convert::Infallible; struct CoolLint; impl Lint for CoolLint { type Config = (); type Error = Infallible; const SEVERITY: Severity = Severity::Warning; const LINT_TYPE: LintType = LintType::Style; fn new(_: Self::Config) -> Result { Ok(CoolLint) } fn pass(&self, ast: &Ast, _: &Context, _: &AstContext) -> Vec { unimplemented!() }\n} The implementation of pass is completely up to you, but there are a few common patterns. Creating a visitor over the ast provided and creating diagnostics based off of that. See divide_by_zero and suspicious_reverse_loop for straight forward examples. Using the ScopeManager struct to lint based off of usage of variables and references. See shadowing and global_usage .","breadcrumbs":"Contributing » Writing a lint","id":"49","title":"Writing a lint"},"5":{"body":"","breadcrumbs":"Luacheck Comparison » Luacheck Comparison","id":"5","title":"Luacheck Comparison"},"50":{"body":"Now that we have our lint, we have to make sure selene actually knows to use it. There are two places you need to update. In selene-lib/src/lib.rs, search for use_lints!. You will see something such as: use_lints! { almost_swapped: lints::almost_swapped::AlmostSwappedLint, divide_by_zero: lints::divide_by_zero::DivideByZeroLint, empty_if: lints::empty_if::EmptyIfLint, ...\n} Put your lint in this list (alphabetical order) as the following format: lint_name: lints::module_name::LintObject, For us, this would be: cool_lint: lints::cool_lint::CoolLint, Next, in selene-lib/src/lints.rs, search for pub mod, and you will see: pub mod almost_swapped;\npub mod divide_by_zero;\npub mod empty_if;\n... Put your module name in this list, also in alphabetical order. pub mod almost_swapped;\npub mod cool_lint;\npub mod divide_by_zero;\npub mod empty_if;\n... And we're done! You should be able to cargo build --bin selene and be able to use your new lint.","breadcrumbs":"Contributing » Getting selene to recognize the new lint","id":"50","title":"Getting selene to recognize the new lint"},"51":{"body":"The selene codebase uses tests extensively for lints. It means we never have to actually build the CLI tool in order to test, and we can make sure we don't have any regressions. Testing is required if you want to submit your lint to the selene codebase. To write a simple test, create a folder in selene-lib/tests with the name of your lint. Then, create as many .lua files as you want to test. These should contain both cases that do and do not lint. For our cases, we're going to assume our test is called cool_lint.lua. Then, in your lint module, add at the bottom: #[cfg(test)]\nmod tests { use super::{super::test_util::test_lint, *}; #[test] fn test_cool_lint() { test_lint( CoolLint::new(()).unwrap(), \"cool_lint\", \"cool_lint\", ); }\n} Let's discuss what this code means, assuming you're familiar with the way tests are written and performed in Rust . The test_lint function is the easiest way to test that a lint works. It'll search the source code we made before, run selene on it (only your lint), and check its results with the existing [filename].stderr file, or create one if it does not yet exist. The first argument is the lint object to use. CoolLint::new(()) just means \"create CoolLint with a configuration of ()\". If your lint specifies a configuration, this will instead be something such as CoolLintConfig::default() or whatever you're specifically testing. The .unwrap() is just because CoolLint::new returns a Result. If you want to test configuration errors, you can avoid test_lint altogether and just test CoolLint::new(...).is_err() directly. The first \"cool_lint\" is the name of the folder we created. The second \"cool_lint\" is the name of the Lua file we created. Now, just run cargo test, and a .stderr file will be automatically generated! You can manipulate it however you see fit as well as modifying your lint, and so long as the file is there, selene will make sure that its accurate. Optionally, you can add a .std.toml with the same name as the test next to the lua file, where you can specify a custom standard library to use. If you do not, the Lua 5.1 standard library will be used.","breadcrumbs":"Contributing » Writing tests","id":"51","title":"Writing tests"},"52":{"body":"This step is only if you are contributing to the selene codebase, and not just writing personal lints (though I'm sure your other programmers would love if you did this). To document a new lint, edit docs/src/SUMMARY.md, and add your lint to the table of contents along the rest. As with everything else, make sure it's in alphabetical order. Then, edit the markdown file it creates (if you have mdbook serve on, it'll create it for you), and write it in this format: # lint_name\n## What it does\nExplain what your lint does, simply. ## Why this is bad\nExplain why a user would want to lint this. ## Configuration\nSpecify any configuration if it exists. ## Example\n```lua\n-- Bad code here\n``` ...should be written as... ```lua\n-- Good code here\n``` ## Remarks\nIf there's anything else a user should know when using this lint, write it here. This isn't a strict format, and you can mess with it as appropriate. For example, standard_library does not have a \"Why this is bad\" section as not only is it a very encompassing lint, but it should be fairly obvious. Many lints don't specify a \"...should be written as...\" as it is either something with various potential fixes (such as global_usage ) or because the \"good code\" is just removing parts entirely (such as unbalanced_assignments ).","breadcrumbs":"Contributing » Documenting it","id":"52","title":"Documenting it"},"53":{"body":"The following is the list of lints that selene will check for in your code.","breadcrumbs":"Lints » Lints","id":"53","title":"Lints"},"54":{"body":"","breadcrumbs":"Lints » almost_swapped » almost_swapped","id":"54","title":"almost_swapped"},"55":{"body":"Checks for foo = bar; bar = foo sequences.","breadcrumbs":"Lints » almost_swapped » What it does","id":"55","title":"What it does"},"56":{"body":"This looks like a failed attempt to swap.","breadcrumbs":"Lints » almost_swapped » Why this is bad","id":"56","title":"Why this is bad"},"57":{"body":"a = b\nb = a ...should be written as... a, b = b, a","breadcrumbs":"Lints » almost_swapped » Example","id":"57","title":"Example"},"58":{"body":"","breadcrumbs":"Lints » constant_table_comparison » constant_table_comparison","id":"58","title":"constant_table_comparison"},"59":{"body":"Checks for direct comparisons with constant tables.","breadcrumbs":"Lints » constant_table_comparison » What it does","id":"59","title":"What it does"},"6":{"body":"selene is not the first Lua linter. The main inspiration behind selene is luacheck . However, the two have very little in common besides inception. selene is actively maintained, while at the time of writing luacheck's last commit was in October 2018. selene is written in Rust, while luacheck is written in Lua. In practice, this means that selene is much faster than luacheck while also being able to easily take advantage of features luacheck cannot because of the difficulty of using dependencies in Lua. selene is multithreaded, again leading to significantly better performance. selene has rich output, while luacheck has basic output. selene: error[suspicious_reverse_loop]: this loop will only ever run once at most ┌── fail.lua:1:9 ─── │ 1 │ for _ = #x, 1 do │ ^^^^^ │ = help: try adding `, -1` after `1` luacheck: Checking fail.lua 2 warnings fail.lua:1:1: numeric for loop goes from #(expr) down to 1 but loop step is not negative selene uses TOML files for configuration, while luacheck uses .luacheckrc, which runs Lua. selene allows for standard library configuration such as argument types, argument counts, etc, while luacheck only allows knowing that fields exist and can be written to. In practice, this means that selene catches: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do math.pi() ...while luacheck does not. selene has English names for lints instead of arbitrary numbers. In luacheck, you ignore \" 211 \", while in selene you ignore \" unbalanced_assignments \". selene has distinctions for \"deny\" and \"warn\", while every luacheck lint is the same. selene has a much simpler codebase, and is much easier to add your own lints to. selene has optional support and large focus specifically for Roblox development. selene will only show you files that lint, luacheck only does this with the -q option (quiet). selene filters specific lints and applies over code rather than lines, luacheck does not. selene has significantly more lints . This is not to say selene is objectively better than luacheck, at least not yet. luacheck has lints for long lines and whitespace issues, selene does not as it is unclear whether style issues like these are fit for a linter or better under the scope of a Lua beautifier. luacheck officially supports versions past Lua 5.1, selene does not yet as there is not much demand. luacheck supports the following lints that selene does not yet: Unreachable code Unused labels (selene does not officially support Lua 5.2 yet) Detecting variables that are only ever mutated, but not read Using uninitialized variables","breadcrumbs":"Luacheck Comparison » selene vs. luacheck","id":"6","title":"selene vs. luacheck"},"60":{"body":"This will always fail.","breadcrumbs":"Lints » constant_table_comparison » Why this is bad","id":"60","title":"Why this is bad"},"61":{"body":"if x == { \"a\", \"b\", \"c\" } then ...will never pass. if x == {} then ...should be written as... if next(x) == nil then","breadcrumbs":"Lints » constant_table_comparison » Example","id":"61","title":"Example"},"62":{"body":"","breadcrumbs":"Lints » deprecated » deprecated","id":"62","title":"deprecated"},"63":{"body":"Checks for use of deprecated fields and functions, as configured by your standard library .","breadcrumbs":"Lints » deprecated » What it does","id":"63","title":"What it does"},"64":{"body":"Deprecated fields may not be getting any support, or even face the possibility of being removed.","breadcrumbs":"Lints » deprecated » Why this is bad","id":"64","title":"Why this is bad"},"65":{"body":"allow - A list of patterns where the deprecated lint will not throw. For instance, [\"table.getn\"] will allow you to use table.getn, even though it is deprecated. This supports wildcards, so table.* will allow both table.getn and table.foreach.","breadcrumbs":"Lints » deprecated » Configuration","id":"65","title":"Configuration"},"66":{"body":"local count = table.getn(x) ...should be written as... local count = #x","breadcrumbs":"Lints » deprecated » Example","id":"66","title":"Example"},"67":{"body":"","breadcrumbs":"Lints » divide_by_zero » divide_by_zero","id":"67","title":"divide_by_zero"},"68":{"body":"Checks for division by zero. Allows 0 / 0 as a way to get nan .","breadcrumbs":"Lints » divide_by_zero » What it does","id":"68","title":"What it does"},"69":{"body":"n / 0 equals math.huge when n is positive, and -math.huge when n is negative. Use these values directly instead, as using the / 0 way is confusing to read and non-idiomatic.","breadcrumbs":"Lints » divide_by_zero » Why this is bad","id":"69","title":"Why this is bad"},"7":{"body":"luacheck does not require much configuration to begin with, so migration should be easy. You can configure what lints are allowed in the configuration . Do you have a custom standard library (custom globals, functions, etc)? Read the standard library guide . Are you a Roblox developer using something like luacheck-roblox ? A featureful standard library for Roblox is generated with every commit on GitHub. TODO: Have a flag in the selene CLI to generate a Roblox standard library a la generate-roblox-std? Should generate-roblox-std be uploaded to crates.io?","breadcrumbs":"Luacheck Comparison » Migration","id":"7","title":"Migration"},"70":{"body":"print(1 / 0)\nprint(-1 / 0) ...should be written as... print(math.huge)\nprint(-math.huge)","breadcrumbs":"Lints » divide_by_zero » Example","id":"70","title":"Example"},"71":{"body":"","breadcrumbs":"Lints » duplicate_keys » duplicate_keys","id":"71","title":"duplicate_keys"},"72":{"body":"Checks for duplicate keys being defined inside of tables.","breadcrumbs":"Lints » duplicate_keys » What it does","id":"72","title":"What it does"},"73":{"body":"Tables with a key defined more than once will only use one of the values.","breadcrumbs":"Lints » duplicate_keys » Why this is bad","id":"73","title":"Why this is bad"},"74":{"body":"local foo = { a = 1, b = 5, [\"a\"] = 3, -- duplicate definition c = 3, b = 1, -- duplicate definition\n} local bar = { \"foo\", \"bar\", [1524] = \"hello\", \"baz\", \"foobar\", [2] = \"goodbye\", -- duplicate to `bar` which has key `2`\n}","breadcrumbs":"Lints » duplicate_keys » Example","id":"74","title":"Example"},"75":{"body":"Only handles keys which constant string/number literals or named (such as { a = true }). Array-like values are also handled, where {\"foo\"} is implicitly handled as { [1] = \"foo\" }.","breadcrumbs":"Lints » duplicate_keys » Remarks","id":"75","title":"Remarks"},"76":{"body":"","breadcrumbs":"Lints » empty_if » empty_if","id":"76","title":"empty_if"},"77":{"body":"Checks for empty if blocks.","breadcrumbs":"Lints » empty_if » What it does","id":"77","title":"What it does"},"78":{"body":"You most likely forgot to write code in there or commented it out without commenting out the if statement itself.","breadcrumbs":"Lints » empty_if » Why this is bad","id":"78","title":"Why this is bad"},"79":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_if » Configuration","id":"79","title":"Configuration"},"8":{"body":"selene is mostly intended for use as a command line tool. In this section, you will learn how to use selene in this manner.","breadcrumbs":"Command Line Interface » Command Line Interface","id":"8","title":"Command Line Interface"},"80":{"body":"-- Each of these branches count as an empty if.\nif a then\nelseif b then\nelse\nend if a then -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_if » Example","id":"80","title":"Example"},"81":{"body":"","breadcrumbs":"Lints » empty_loop » empty_loop","id":"81","title":"empty_loop"},"82":{"body":"Checks for empty loop blocks.","breadcrumbs":"Lints » empty_loop » What it does","id":"82","title":"What it does"},"83":{"body":"You most likely forgot to write code in there or commented it out without commenting out the loop statement itself.","breadcrumbs":"Lints » empty_loop » Why this is bad","id":"83","title":"Why this is bad"},"84":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_loop » Configuration","id":"84","title":"Configuration"},"85":{"body":"-- Counts as an empty loop\nfor _ in {} do\nend for _ in {} do -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_loop » Example","id":"85","title":"Example"},"86":{"body":"","breadcrumbs":"Lints » global_usage » global_usage","id":"86","title":"global_usage"},"87":{"body":"Prohibits use of _G.","breadcrumbs":"Lints » global_usage » What it does","id":"87","title":"What it does"},"88":{"body":"_G is global mutable state, which is heavily regarded as harmful. You should instead refactor your code to be more modular in nature.","breadcrumbs":"Lints » global_usage » Why this is bad","id":"88","title":"Why this is bad"},"89":{"body":"ignore_pattern - A regular expression for variables that are allowed to be global variables. The default disallows all global variables regardless of their name.","breadcrumbs":"Lints » global_usage » Configuration","id":"89","title":"Configuration"},"9":{"body":"selene is written in Rust, and the recommended installation method is through the Cargo package manager . To use Cargo, you must first install Rust. rustup.rs is a tool that makes this very easy. Once you have Rust installed, use either command: If you want the most stable version of selene cargo install selene If you want the most up to date version of selene cargo install --branch main --git https://github.com/Kampfkarren/selene selene","breadcrumbs":"Command Line Interface » Installation » Installation","id":"9","title":"Installation"},"90":{"body":"If you are using the Roblox standard library, use of shared is prohibited under this lint.","breadcrumbs":"Lints » global_usage » Remarks","id":"90","title":"Remarks"},"91":{"body":"_G.foo = 1","breadcrumbs":"Lints » global_usage » Example","id":"91","title":"Example"},"92":{"body":"","breadcrumbs":"Lints » high_cyclomatic_complexity » high_cyclomatic_complexity","id":"92","title":"high_cyclomatic_complexity"},"93":{"body":"Measures the cyclomatic complexity of a function to see if it exceeds the configure maximum.","breadcrumbs":"Lints » high_cyclomatic_complexity » What it does","id":"93","title":"What it does"},"94":{"body":"High branch complexity can lead to functions that are hard to test, and harder to reason about.","breadcrumbs":"Lints » high_cyclomatic_complexity » Why this is bad","id":"94","title":"Why this is bad"},"95":{"body":"maximum_complexity (default: 40) - A number that determines the maximum threshold for cyclomatic complexity, beyond which the lint will report.","breadcrumbs":"Lints » high_cyclomatic_complexity » Configuration","id":"95","title":"Configuration"},"96":{"body":"function MyComponent(props) if props.option1 == \"enum_value1\" then -- 1st path return React.createElement(\"Instance\") elseif props.option1 == \"enum_value2\" -- 2nd path or props.option2 == nil then -- 3rd path return React.createElement( \"TextLabel\", { Text = if _G.__DEV__ then \"X\" else \"Y\" }-- 4th path ) else return if props.option2 == true -- 5th path then React.createElement(\"Frame\") else nil end\nend","breadcrumbs":"Lints » high_cyclomatic_complexity » Example","id":"96","title":"Example"},"97":{"body":"This lint is off by default. In order to enable it, add this to your selene.toml: [lints]\nhigh_cyclomatic_complexity = \"warn\" # Or \"deny\"","breadcrumbs":"Lints » high_cyclomatic_complexity » Remarks","id":"97","title":"Remarks"},"98":{"body":"","breadcrumbs":"Lints » if_same_then_else » if_same_then_else","id":"98","title":"if_same_then_else"},"99":{"body":"Checks for branches in if blocks that are equivalent.","breadcrumbs":"Lints » if_same_then_else » What it does","id":"99","title":"What it does"}},"length":206,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"161":{"tf":1.0},"4":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"140":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"190":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"74":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"205":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"95":{"tf":1.0}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"5":{".":{"1":{"df":7,"docs":{"110":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}},"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"_":{"df":11,"docs":{"109":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"189":{"tf":2.0},"3":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"df":5,"docs":{"192":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"128":{"tf":2.0},"13":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"165":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"133":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"202":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"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":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":3.605551275463989},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"148":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"148":{"tf":2.0},"200":{"tf":1.0},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"148":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"182":{"tf":1.0},"74":{"tf":1.0}}}},"df":10,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"153":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"57":{"tf":2.0},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"120":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":2.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":2.449489742783178},"190":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"194":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"132":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"156":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"61":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":1,"docs":{"115":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":4,"docs":{"49":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"11":{"tf":1.0},"128":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.0},"17":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.0},"7":{"tf":1.7320508075688772},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"199":{"tf":2.0},"30":{"tf":2.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"49":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.4142135623730951},"18":{"tf":1.0},"199":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"148":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"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":6,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"153":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"180":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"47":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":2.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"45":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":7,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"34":{"tf":2.6457513110645907},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"186":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"177":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"30":{"tf":2.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"48":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"17":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.7320508075688772},"76":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"96":{"tf":1.0}}},"2":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":2.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"196":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":55,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"112":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"192":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"153":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"124":{"tf":1.4142135623730951},"190":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":2.8284271247461903},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"49":{"tf":2.0},"51":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":2.0}}},"a":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":2.23606797749979},"193":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":6,"docs":{"136":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":6,"docs":{"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"106":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.449489742783178},"199":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":3.3166247903554},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"189":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":10,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"177":{"tf":1.0},"195":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"161":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.4142135623730951},"3":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"74":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"192":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":2,"docs":{"92":{"tf":1.0},"97":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":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":{"151":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"118":{"tf":1.0},"151":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"194":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"9":{"tf":2.449489742783178}}},"n":{"c":{"df":9,"docs":{"190":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"194":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"146":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"147":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"172":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":39,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":2.449489742783178},"193":{"tf":2.449489742783178},"194":{"tf":2.0},"195":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"170":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":41,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"132":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":2.449489742783178},"15":{"tf":1.0},"153":{"tf":1.4142135623730951},"16":{"tf":2.449489742783178},"17":{"tf":2.23606797749979},"172":{"tf":1.7320508075688772},"18":{"tf":1.0},"190":{"tf":2.0},"194":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":3.1622776601683795},"50":{"tf":2.0},"51":{"tf":3.1622776601683795},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"6":{"tf":2.8284271247461903},"65":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"148":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"p":{"df":7,"docs":{"115":{"tf":2.0},"161":{"tf":1.4142135623730951},"189":{"tf":1.0},"6":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"27":{"tf":1.0}}},"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":4.242640687119285},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"u":{"df":2,"docs":{"115":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"42":{"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":1,"docs":{"131":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"202":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"120":{"tf":1.0},"13":{"tf":1.4142135623730951},"161":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"50":{"tf":2.8284271247461903},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"130":{"tf":1.0},"131":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"190":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"69":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"151":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"160":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":6,"docs":{"115":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"202":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"148":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"30":{"tf":2.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"204":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":2.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"11":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"192":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"156":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"4":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"115":{"tf":1.0},"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"200":{"tf":2.0},"205":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"155":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"191":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"t":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"96":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"49":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"52":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"115":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"b":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"200":{"tf":2.449489742783178},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"33":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"42":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"118":{"tf":1.0},"152":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"50":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"w":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"113":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.0},"180":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"132":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"156":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"52":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"191":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":1.7320508075688772},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"189":{"tf":1.0},"34":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"137":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":3.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"144":{"tf":1.0},"42":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.6457513110645907},"44":{"tf":1.7320508075688772},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"192":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"120":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":5.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"204":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"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":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"186":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":2.23606797749979},"49":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"157":{"tf":1.0},"170":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"120":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.7320508075688772},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":39,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"190":{"tf":1.0},"192":{"tf":2.449489742783178},"193":{"tf":2.23606797749979},"194":{"tf":2.0},"195":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.23606797749979},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"189":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"30":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"194":{"tf":1.0},"201":{"tf":2.0},"204":{"tf":2.6457513110645907},"205":{"tf":1.4142135623730951},"32":{"tf":2.0},"36":{"tf":3.0},"37":{"tf":1.4142135623730951},"49":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"106":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"190":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"159":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.4142135623730951},"30":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"190":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"46":{"tf":1.7320508075688772},"51":{"tf":4.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"106":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"192":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"35":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"164":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":2.0},"202":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"168":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"172":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"194":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"134":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":2.23606797749979},"30":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"183":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"192":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":2.0},"47":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"192":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"49":{"tf":1.0}}}},"df":78,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"6":{"tf":2.0},"63":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"151":{"tf":1.7320508075688772},"199":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.449489742783178},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"201":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"31":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":2.23606797749979},"148":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"115":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.0}}},"v":{"df":1,"docs":{"176":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"148":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"186":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"205":{"tf":2.0},"37":{"tf":2.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":2.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"200":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"30":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"128":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}}},"df":1,"docs":{"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"115":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":5,"docs":{"148":{"tf":1.0},"170":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"161":{"tf":1.0},"4":{"tf":1.7320508075688772},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"140":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.7320508075688772},"169":{"tf":1.0},"171":{"tf":1.4142135623730951},"187":{"tf":1.0},"190":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"70":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.4142135623730951},"6":{"tf":1.0},"74":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"115":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"182":{"tf":1.0},"205":{"tf":1.7320508075688772},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"95":{"tf":1.0}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"5":{".":{"1":{"df":7,"docs":{"110":{"tf":1.0},"18":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}},"df":2,"docs":{"18":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}}},"6":{"df":2,"docs":{"172":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"_":{"df":11,"docs":{"109":{"tf":1.0},"157":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"189":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"91":{"tf":1.0}}}}}},"df":4,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"87":{"tf":1.0},"88":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"194":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"47":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"193":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}}}}},"df":5,"docs":{"192":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"186":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"128":{"tf":2.0},"13":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"192":{"tf":1.0},"199":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"68":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"3":{"tf":1.0},"50":{"tf":1.7320508075688772},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"123":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"165":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"180":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"35":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"133":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"202":{"tf":1.0},"33":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"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":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":15,"docs":{"191":{"tf":1.7320508075688772},"192":{"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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"36":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"140":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":3.605551275463989},"34":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.0},"124":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"148":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"148":{"tf":2.0},"200":{"tf":1.0},"51":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"49":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"179":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"56":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"100":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"170":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"148":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"28":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"129":{"tf":1.4142135623730951},"182":{"tf":1.0},"74":{"tf":1.0}}}},"df":10,"docs":{"119":{"tf":1.0},"120":{"tf":1.7320508075688772},"153":{"tf":1.0},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"57":{"tf":2.0},"61":{"tf":1.0},"74":{"tf":1.4142135623730951},"80":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"115":{"tf":1.0},"120":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"20":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"72":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"51":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"120":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"123":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"115":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"103":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"186":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"122":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"103":{"tf":1.0},"17":{"tf":1.0},"80":{"tf":1.0},"9":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"128":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"123":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"185":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"50":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"194":{"tf":1.0},"43":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"44":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"106":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"172":{"tf":2.449489742783178},"190":{"tf":1.0},"197":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"194":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"31":{"tf":1.4142135623730951},"39":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"132":{"tf":1.0},"172":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"156":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"120":{"tf":1.4142135623730951},"169":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.23606797749979},"61":{"tf":1.0},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"103":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"122":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"131":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"184":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"145":{"tf":1.4142135623730951},"148":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":1,"docs":{"115":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.4142135623730951},"180":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"140":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"199":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"141":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"34":{"tf":1.0}},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"193":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772},"59":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"115":{"tf":1.0},"49":{"tf":1.0}}},"x":{"df":4,"docs":{"49":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"136":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"11":{"tf":1.0},"128":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"157":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.0},"65":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"156":{"tf":1.0},"69":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"49":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"58":{"tf":1.7320508075688772},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"199":{"tf":2.0},"30":{"tf":2.0},"49":{"tf":1.4142135623730951},"59":{"tf":1.0},"75":{"tf":1.0}}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"49":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"192":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"51":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"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":{}},"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"49":{"tf":1.4142135623730951},"51":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"100":{"tf":1.0},"104":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"110":{"tf":1.0},"148":{"tf":1.4142135623730951},"18":{"tf":1.0},"199":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"6":{"tf":1.0},"66":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"148":{"tf":1.0},"177":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":2.449489742783178},"52":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"47":{"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":6,"docs":{"120":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"153":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"180":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"170":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"134":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"128":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"18":{"tf":1.0},"181":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"193":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":2.0},"47":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"148":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"204":{"tf":2.0},"25":{"tf":1.0},"28":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"115":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"97":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":8,"docs":{"191":{"tf":1.0},"192":{"tf":1.0},"34":{"tf":2.8284271247461903},"62":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"66":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"115":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"df":1,"docs":{"49":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"112":{"tf":1.0},"115":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"115":{"tf":1.0},"186":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"106":{"tf":1.0},"115":{"tf":1.0},"16":{"tf":1.0},"177":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.7320508075688772},"30":{"tf":2.0},"49":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"190":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":6,"docs":{"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"68":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}}}}},"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"172":{"tf":1.0},"179":{"tf":1.0},"193":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":5,"docs":{"71":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"72":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"80":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"48":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"44":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"106":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"80":{"tf":1.0},"96":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"115":{"tf":1.0},"17":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":7,"docs":{"17":{"tf":1.0},"50":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"81":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"52":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"96":{"tf":1.0}}},"2":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":2.0},"141":{"tf":1.0},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":2.0},"51":{"tf":1.0}}}}}},"t":{"c":{"df":4,"docs":{"196":{"tf":1.0},"29":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"151":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}},"t":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"204":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.4142135623730951},"199":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"153":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":55,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.0},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"31":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":1,"docs":{"110":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"112":{"tf":1.0},"18":{"tf":1.0},"185":{"tf":1.0},"192":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"136":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"146":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"153":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"205":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"113":{"tf":1.0},"45":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"120":{"tf":1.0},"172":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"124":{"tf":1.4142135623730951},"190":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"200":{"tf":2.8284271247461903},"201":{"tf":1.0},"202":{"tf":2.0},"204":{"tf":1.4142135623730951},"205":{"tf":2.449489742783178},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":2.0},"31":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.6457513110645907},"6":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"110":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"49":{"tf":1.0},"51":{"tf":2.449489742783178},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"49":{"tf":2.0},"51":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":17,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":2.0}}},"a":{"df":2,"docs":{"119":{"tf":1.0},"120":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"101":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0},"187":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"22":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"83":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":38,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":2.6457513110645907},"193":{"tf":1.7320508075688772},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":6,"docs":{"136":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"25":{"tf":1.0},"30":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":6,"docs":{"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"49":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"106":{"tf":1.0},"115":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":2.0},"131":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"197":{"tf":2.6457513110645907},"199":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":3.4641016151377544},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"146":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"189":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"47":{"tf":1.7320508075688772},"51":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.4142135623730951},"64":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"110":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":10,"docs":{"12":{"tf":1.0},"141":{"tf":1.4142135623730951},"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"198":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"145":{"tf":1.0},"18":{"tf":1.0},"199":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"177":{"tf":1.0},"195":{"tf":2.0},"200":{"tf":1.0},"202":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.7320508075688772},"28":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"43":{"tf":1.0},"7":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"161":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.4142135623730951},"51":{"tf":1.0}},"e":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"46":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"146":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.0},"49":{"tf":1.0},"75":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"180":{"tf":1.4142135623730951},"3":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"123":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"110":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"200":{"tf":1.0},"205":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"74":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"192":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":6,"docs":{"92":{"tf":1.7320508075688772},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"110":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"137":{"tf":1.0},"148":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"102":{"tf":1.7320508075688772},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"106":{"tf":1.0},"11":{"tf":1.0},"172":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"170":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"33":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"46":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"193":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"107":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0}}}}},"df":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":{"151":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"118":{"tf":1.0},"151":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"194":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"72":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}},"n":{"c":{"df":9,"docs":{"190":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"65":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"161":{"tf":1.4142135623730951},"164":{"tf":1.0},"197":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"165":{"tf":1.0},"189":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"194":{"tf":1.0},"38":{"tf":1.7320508075688772},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"147":{"tf":1.0},"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"177":{"tf":1.0},"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"110":{"tf":1.4142135623730951},"4":{"tf":1.0},"43":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"52":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"115":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"146":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"114":{"tf":1.0},"115":{"tf":1.0},"147":{"tf":1.4142135623730951},"194":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"120":{"tf":1.0},"18":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"172":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":1,"docs":{"48":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":55,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":2.8284271247461903},"193":{"tf":2.6457513110645907},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.7320508075688772},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.6457513110645907},"27":{"tf":2.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.0},"170":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"48":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":164,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"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.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":2.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"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":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.6457513110645907},"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.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"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":2.23606797749979},"194":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":2.0},"43":{"tf":1.0},"49":{"tf":3.3166247903554},"50":{"tf":2.23606797749979},"51":{"tf":3.1622776601683795},"52":{"tf":2.8284271247461903},"53":{"tf":2.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},"6":{"tf":2.8284271247461903},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"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},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.7320508075688772},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"49":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"115":{"tf":1.0},"17":{"tf":1.0},"190":{"tf":1.7320508075688772},"199":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"50":{"tf":1.4142135623730951},"53":{"tf":1.0},"65":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"153":{"tf":1.0},"75":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"115":{"tf":1.0},"150":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"124":{"tf":1.0},"148":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"66":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"115":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"51":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"p":{"df":7,"docs":{"115":{"tf":2.0},"161":{"tf":1.4142135623730951},"189":{"tf":1.0},"6":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"52":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"151":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.0},"194":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":3,"docs":{"18":{"tf":1.4142135623730951},"194":{"tf":1.0},"27":{"tf":1.0}}},"3":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"6":{"tf":4.47213595499958},"7":{"tf":1.7320508075688772}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":17,"docs":{"0":{"tf":1.0},"110":{"tf":1.0},"13":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":2.0},"52":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"u":{"df":2,"docs":{"115":{"tf":1.0},"13":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"127":{"tf":1.0},"148":{"tf":1.0},"180":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"42":{"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":1,"docs":{"131":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"115":{"tf":1.4142135623730951},"120":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"202":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":15,"docs":{"120":{"tf":1.0},"13":{"tf":1.4142135623730951},"161":{"tf":1.0},"172":{"tf":1.0},"194":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"31":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"141":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"93":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"194":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"199":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.7320508075688772},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":4,"docs":{"121":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"50":{"tf":2.8284271247461903},"51":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"51":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"48":{"tf":1.4142135623730951},"49":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"113":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"126":{"tf":1.0},"172":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"130":{"tf":1.7320508075688772},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"133":{"tf":1.0},"190":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"148":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":2.0},"6":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}},"n":{"df":1,"docs":{"68":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"69":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":7,"docs":{"151":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"160":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"51":{"tf":1.0},"61":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"49":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"192":{"tf":1.4142135623730951},"200":{"tf":2.449489742783178},"31":{"tf":2.449489742783178},"49":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"61":{"tf":1.0}}}},"df":6,"docs":{"115":{"tf":1.0},"22":{"tf":1.0},"34":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"120":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"197":{"tf":1.0},"199":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"61":{"tf":1.0},"96":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"69":{"tf":1.0}},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"202":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"148":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"166":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"30":{"tf":2.0},"34":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"95":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"199":{"tf":1.0},"30":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"190":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"52":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"110":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"128":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"204":{"tf":1.0},"36":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"73":{"tf":1.0},"9":{"tf":1.0}}},"df":13,"docs":{"110":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":2.0},"16":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"18":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"22":{"tf":1.0},"30":{"tf":1.7320508075688772},"44":{"tf":1.0},"51":{"tf":1.0},"73":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"192":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"176":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"46":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"11":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":1.4142135623730951},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"192":{"tf":1.0},"197":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"156":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"192":{"tf":1.0},"4":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"114":{"tf":1.0},"115":{"tf":1.0}}}}}},"df":5,"docs":{"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"132":{"tf":1.0},"134":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"115":{"tf":1.0},"190":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"115":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"200":{"tf":2.0},"205":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":5,"docs":{"155":{"tf":1.0},"195":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"191":{"tf":1.0},"48":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.7320508075688772},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"48":{"tf":1.0}}},"t":{"df":2,"docs":{"115":{"tf":1.0},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.7320508075688772},"61":{"tf":1.0}}},"t":{"df":3,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"194":{"tf":1.0},"96":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"49":{"tf":1.0},"65":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"52":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"177":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":2.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"115":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"115":{"tf":1.0},"153":{"tf":1.0},"49":{"tf":1.0},"69":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"115":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"46":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"153":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"120":{"tf":1.0}}},"b":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"70":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"110":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"133":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"120":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"87":{"tf":1.0},"90":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"123":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"200":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"31":{"tf":2.6457513110645907},"33":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"42":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"96":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"118":{"tf":1.0},"152":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"50":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"38":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"w":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"151":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"113":{"tf":1.0},"127":{"tf":1.0},"156":{"tf":1.0},"180":{"tf":1.0},"30":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"151":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"132":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"94":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"172":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"110":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"156":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"112":{"tf":1.0},"113":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"156":{"tf":1.0},"88":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"191":{"tf":1.0},"193":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"38":{"tf":1.0},"49":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"157":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"52":{"tf":1.0},"75":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"191":{"tf":1.0},"193":{"tf":1.0},"203":{"tf":2.0},"26":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"52":{"tf":1.0},"64":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"146":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"189":{"tf":1.0},"34":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"137":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":2.0},"199":{"tf":1.4142135623730951},"205":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":3.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"199":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"170":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"106":{"tf":1.0},"13":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.7320508075688772},"131":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.4142135623730951},"172":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"49":{"tf":1.0},"51":{"tf":1.0},"96":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"172":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"47":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"42":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"149":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"13":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"193":{"tf":1.4142135623730951},"194":{"tf":1.4142135623730951},"199":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":3.0},"44":{"tf":2.0},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"90":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"192":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"48":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"126":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.0},"170":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"43":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"106":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"189":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"93":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"120":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"49":{"tf":2.23606797749979},"50":{"tf":2.449489742783178},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":5.0990195135927845},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"194":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"194":{"tf":1.0},"204":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"204":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"204":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"115":{"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":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"186":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":2.449489742783178},"49":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"49":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"109":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"157":{"tf":1.0},"170":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"106":{"tf":1.0},"172":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"113":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"22":{"tf":1.0},"52":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"120":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"120":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"203":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.0},"37":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":2.0},"38":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":23,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"194":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":2.0},"27":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"38":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":55,"docs":{"108":{"tf":1.0},"110":{"tf":1.7320508075688772},"112":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"177":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":2.8284271247461903},"193":{"tf":2.449489742783178},"194":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":2.449489742783178},"49":{"tf":1.0},"51":{"tf":1.4142135623730951},"6":{"tf":1.0},"63":{"tf":1.0},"7":{"tf":2.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"189":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"88":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"126":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"190":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"192":{"tf":1.0},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"148":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"115":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"47":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"197":{"tf":2.0},"198":{"tf":1.0},"199":{"tf":2.23606797749979},"30":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"194":{"tf":1.0},"201":{"tf":2.23606797749979},"204":{"tf":2.8284271247461903},"205":{"tf":1.4142135623730951},"32":{"tf":2.23606797749979},"36":{"tf":3.1622776601683795},"37":{"tf":1.4142135623730951},"49":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"44":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"49":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"106":{"tf":1.0},"169":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.0},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"34":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"27":{"tf":1.0},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"190":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"49":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"56":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"47":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"190":{"tf":1.0},"197":{"tf":1.4142135623730951},"199":{"tf":1.0},"202":{"tf":1.7320508075688772},"30":{"tf":2.0},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"52":{"tf":1.0},"59":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"112":{"tf":1.0},"113":{"tf":1.0},"115":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"34":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"34":{"tf":1.0},"66":{"tf":1.0}}}},"df":2,"docs":{"34":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"190":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":2,"docs":{"190":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"152":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"115":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"190":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"195":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"46":{"tf":1.7320508075688772},"51":{"tf":4.123105625617661},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"46":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"148":{"tf":1.0},"16":{"tf":1.4142135623730951},"96":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"96":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"44":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"172":{"tf":1.0},"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"65":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"128":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"95":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"106":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"192":{"tf":2.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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"30":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"51":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"34":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"148":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"120":{"tf":1.0},"141":{"tf":1.0},"156":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"147":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"35":{"tf":1.0},"36":{"tf":1.0},"75":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"151":{"tf":1.0},"161":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"110":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"164":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"164":{"tf":1.4142135623730951},"197":{"tf":1.7320508075688772},"199":{"tf":2.23606797749979},"202":{"tf":1.0},"204":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"34":{"tf":1.7320508075688772},"36":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"167":{"tf":1.0}}}}},"o":{"df":1,"docs":{"175":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"151":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"151":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"148":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"169":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"172":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"148":{"tf":1.0},"173":{"tf":1.7320508075688772},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"194":{"tf":1.0},"6":{"tf":1.0},"90":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"156":{"tf":1.0},"190":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"46":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"118":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"178":{"tf":1.7320508075688772},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"138":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"134":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":2.23606797749979},"30":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"183":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"192":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"45":{"tf":2.23606797749979},"47":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"49":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"192":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":34,"docs":{"11":{"tf":2.0},"115":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0}}}},"df":78,"docs":{"0":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"140":{"tf":1.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"161":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.7320508075688772},"181":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":2.23606797749979},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"31":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":2.6457513110645907},"50":{"tf":1.4142135623730951},"51":{"tf":2.23606797749979},"52":{"tf":1.0},"6":{"tf":2.0},"63":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.4142135623730951},"7":{"tf":1.0},"73":{"tf":1.0},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"151":{"tf":1.7320508075688772},"199":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"147":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":2.23606797749979},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.0},"148":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":2.449489742783178},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"201":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"28":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":2.449489742783178},"31":{"tf":1.0},"32":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"75":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"115":{"tf":2.23606797749979},"148":{"tf":2.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"170":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":1.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.4142135623730951},"189":{"tf":1.0},"190":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":1.4142135623730951},"31":{"tf":2.0},"49":{"tf":1.0},"6":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"115":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"145":{"tf":1.0},"148":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"193":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"176":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"204":{"tf":1.0},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"97":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"190":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"148":{"tf":1.0},"196":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"167":{"tf":1.0},"180":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"49":{"tf":1.0},"51":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"44":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"151":{"tf":1.0},"186":{"tf":1.0},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"48":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"205":{"tf":2.23606797749979},"37":{"tf":2.23606797749979},"65":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"120":{"tf":1.0},"160":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"199":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"199":{"tf":1.0},"205":{"tf":2.449489742783178},"22":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":2.449489742783178},"4":{"tf":2.0},"51":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"205":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"200":{"tf":1.7320508075688772},"205":{"tf":2.23606797749979},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"190":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"30":{"tf":1.7320508075688772},"31":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"6":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"190":{"tf":1.0},"30":{"tf":1.7320508075688772},"48":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"57":{"tf":1.0},"6":{"tf":1.7320508075688772},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"190":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"141":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"128":{"tf":1.7320508075688772},"138":{"tf":2.449489742783178},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":2.0},"30":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0},"61":{"tf":1.4142135623730951},"66":{"tf":1.0},"96":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"38":{"tf":1.0}}}}},"df":1,"docs":{"96":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"115":{"tf":1.0},"189":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}}},"r":{"df":5,"docs":{"148":{"tf":1.0},"170":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"51":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"title":{"root":{"_":{"df":1,"docs":{"189":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"199":{"tf":1.0}}}}}}}}}},"b":{"a":{"d":{"df":27,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"56":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"128":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"65":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}}},"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":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"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":{"45":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"34":{"tf":1.0},"62":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"52":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"76":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"81":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"193":{"tf":1.0},"26":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"66":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"192":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"92":{"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"98":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"107":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"44":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"38":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"40":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}}},"u":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"125":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"50":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"135":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"47":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"134":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"188":{"tf":1.0},"75":{"tf":1.0},"90":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"203":{"tf":1.0},"35":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"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":{},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"43":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"192":{"tf":1.0},"25":{"tf":1.0},"47":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"201":{"tf":1.0},"204":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"199":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"168":{"tf":1.0}}}}}}}},"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"192":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"49":{"tf":1.0},"51":{"tf":1.0}}}}}}}}}},"lang":"English","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":["selene.html#selene","selene.html#license","motivation.html#motivation","motivation.html#because-bugs","motivation.html#because-idiomatic-lua","luacheck.html#luacheck-comparison","luacheck.html#selene-vs-luacheck","luacheck.html#migration","cli/index.html#command-line-interface","cli/installation.html#installation","cli/installation.html#disabling-roblox-features","cli/usage.html#cli-usage","cli/usage.html#basic-usage","cli/usage.html#advanced-options","usage/index.html#usage","usage/configuration.html#configuration","usage/configuration.html#changing-the-severity-of-lints","usage/configuration.html#configuring-specific-lints","usage/configuration.html#setting-the-standard-library","usage/configuration.html#chaining-the-standard-library","usage/configuration.html#excluding-files-from-being-linted","usage/filtering.html#filtering","usage/filtering.html#allowingdenying-lints-for-a-piece-of-code","usage/filtering.html#allowingdenying-lints-for-an-entire-file","usage/filtering.html#combining-multiple-lints","usage/std.html#standard-library-format","usage/std.html#examples","usage/std.html#base","usage/std.html#lua_versions","usage/std.html#globals","usage/std.html#any","usage/std.html#functions","usage/std.html#properties","usage/std.html#struct","usage/std.html#tables","usage/std.html#deprecated","usage/std.html#removed","usage/std.html#structs","usage/std.html#wildcards","usage/std.html#internal-properties","usage/std.html#name","usage/std.html#last_updated","usage/std.html#last_selene_version","usage/std.html#roblox_classes","roblox.html#roblox-guide","roblox.html#installation","roblox.html#updating-definitions","roblox.html#testez-support","roblox.html#pinned-standard-library","contributing.html#contributing","contributing.html#writing-a-lint","contributing.html#getting-selene-to-recognize-the-new-lint","contributing.html#writing-tests","contributing.html#documenting-it","lints/index.html#lints","lints/almost_swapped.html#almost_swapped","lints/almost_swapped.html#what-it-does","lints/almost_swapped.html#why-this-is-bad","lints/almost_swapped.html#example","lints/constant_table_comparison.html#constant_table_comparison","lints/constant_table_comparison.html#what-it-does","lints/constant_table_comparison.html#why-this-is-bad","lints/constant_table_comparison.html#example","lints/deprecated.html#deprecated","lints/deprecated.html#what-it-does","lints/deprecated.html#why-this-is-bad","lints/deprecated.html#configuration","lints/deprecated.html#example","lints/divide_by_zero.html#divide_by_zero","lints/divide_by_zero.html#what-it-does","lints/divide_by_zero.html#why-this-is-bad","lints/divide_by_zero.html#example","lints/duplicate_keys.html#duplicate_keys","lints/duplicate_keys.html#what-it-does","lints/duplicate_keys.html#why-this-is-bad","lints/duplicate_keys.html#example","lints/duplicate_keys.html#remarks","lints/empty_if.html#empty_if","lints/empty_if.html#what-it-does","lints/empty_if.html#why-this-is-bad","lints/empty_if.html#configuration","lints/empty_if.html#example","lints/empty_loop.html#empty_loop","lints/empty_loop.html#what-it-does","lints/empty_loop.html#why-this-is-bad","lints/empty_loop.html#configuration","lints/empty_loop.html#example","lints/global_usage.html#global_usage","lints/global_usage.html#what-it-does","lints/global_usage.html#why-this-is-bad","lints/global_usage.html#configuration","lints/global_usage.html#remarks","lints/global_usage.html#example","lints/high_cyclomatic_complexity.html#high_cyclomatic_complexity","lints/high_cyclomatic_complexity.html#what-it-does","lints/high_cyclomatic_complexity.html#why-this-is-bad","lints/high_cyclomatic_complexity.html#configuration","lints/high_cyclomatic_complexity.html#example","lints/high_cyclomatic_complexity.html#remarks","lints/if_same_then_else.html#if_same_then_else","lints/if_same_then_else.html#what-it-does","lints/if_same_then_else.html#why-this-is-bad","lints/if_same_then_else.html#example","lints/ifs_same_cond.html#ifs_same_cond","lints/ifs_same_cond.html#what-it-does","lints/ifs_same_cond.html#why-this-is-bad","lints/ifs_same_cond.html#example","lints/ifs_same_cond.html#remarks","lints/incorrect_standard_library_use.html#incorrect_standard_library_use","lints/incorrect_standard_library_use.html#what-it-does","lints/incorrect_standard_library_use.html#example","lints/incorrect_standard_library_use.html#remarks","lints/manual_table_clone.html#manual_table_clone","lints/manual_table_clone.html#what-it-does","lints/manual_table_clone.html#why-this-is-bad","lints/manual_table_clone.html#example","lints/manual_table_clone.html#remarks","lints/mismatched_arg_count.html#mismatched_arg_count","lints/mismatched_arg_count.html#what-it-does","lints/mismatched_arg_count.html#why-this-is-bad","lints/mismatched_arg_count.html#example","lints/mismatched_arg_count.html#remarks","lints/mixed_table.html#mixed_table","lints/mixed_table.html#what-it-does","lints/mixed_table.html#why-this-is-bad","lints/mixed_table.html#example","lints/multiple_statements.html#multiple_statements","lints/multiple_statements.html#what-it-does","lints/multiple_statements.html#why-this-is-bad","lints/multiple_statements.html#configuration","lints/multiple_statements.html#example","lints/must_use.html#must_use","lints/must_use.html#what-it-does","lints/must_use.html#why-this-is-bad","lints/must_use.html#example","lints/must_use.html#remarks","lints/parenthese_conditions.html#parenthese_conditions","lints/parenthese_conditions.html#what-it-does","lints/parenthese_conditions.html#why-this-is-bad","lints/parenthese_conditions.html#example","lints/roblox_incorrect_color3_new_bounds.html#roblox_incorrect_color3_new_bounds","lints/roblox_incorrect_color3_new_bounds.html#what-it-does","lints/roblox_incorrect_color3_new_bounds.html#why-this-is-bad","lints/roblox_incorrect_color3_new_bounds.html#example","lints/roblox_incorrect_color3_new_bounds.html#remarks","lints/roblox_incorrect_roact_usage.html#roblox_incorrect_roact_usage","lints/roblox_incorrect_roact_usage.html#what-it-does","lints/roblox_incorrect_roact_usage.html#why-this-is-bad","lints/roblox_incorrect_roact_usage.html#example","lints/roblox_incorrect_roact_usage.html#remarks","lints/roblox_suspicious_udim2_new.html#roblox_suspicious_udim2_new","lints/roblox_suspicious_udim2_new.html#what-it-does","lints/roblox_suspicious_udim2_new.html#why-this-is-bad","lints/roblox_suspicious_udim2_new.html#example","lints/roblox_suspicious_udim2_new.html#remarks","lints/shadowing.html#shadowing","lints/shadowing.html#what-it-does","lints/shadowing.html#why-this-is-bad","lints/shadowing.html#configuration","lints/shadowing.html#example","lints/suspicious_reverse_loop.html#suspicious_reverse_loop","lints/suspicious_reverse_loop.html#what-it-does","lints/suspicious_reverse_loop.html#why-this-is-bad","lints/suspicious_reverse_loop.html#example","lints/type_check_inside_call.html#type_check_inside_call","lints/type_check_inside_call.html#what-it-does","lints/type_check_inside_call.html#why-this-is-bad","lints/type_check_inside_call.html#example","lints/type_check_inside_call.html#remarks","lints/unbalanced_assignments.html#unbalanced_assignments","lints/unbalanced_assignments.html#what-it-does","lints/unbalanced_assignments.html#why-this-is-bad","lints/unbalanced_assignments.html#example","lints/unbalanced_assignments.html#remarks","lints/undefined_variable.html#undefined_variable","lints/undefined_variable.html#what-it-does","lints/undefined_variable.html#why-this-is-bad","lints/undefined_variable.html#example","lints/undefined_variable.html#remarks","lints/unscoped_variables.html#unscoped_variables","lints/unscoped_variables.html#what-it-does","lints/unscoped_variables.html#why-this-is-bad","lints/unscoped_variables.html#configuration","lints/unscoped_variables.html#example","lints/unused_variable.html#unused_variable","lints/unused_variable.html#what-it-does","lints/unused_variable.html#why-this-is-bad","lints/unused_variable.html#configuration","lints/unused_variable.html#example","lints/unused_variable.html#remarks","lints/unused_variable.html#_-prefixing","lints/unused_variable.html#observes","archive/index.html#archive","archive/std_v1.html#standard-library-format-v1","archive/std_v1.html#examples","archive/std_v1.html#selene","archive/std_v1.html#globals","archive/std_v1.html#any","archive/std_v1.html#functions","archive/std_v1.html#required","archive/std_v1.html#argument-types","archive/std_v1.html#properties","archive/std_v1.html#struct","archive/std_v1.html#table","archive/std_v1.html#removed","archive/std_v1.html#structs","archive/std_v1.html#wildcards"],"index":{"documentStore":{"docInfo":{"0":{"body":76,"breadcrumbs":2,"title":1},"1":{"body":9,"breadcrumbs":2,"title":1},"10":{"body":14,"breadcrumbs":7,"title":3},"100":{"body":4,"breadcrumbs":2,"title":0},"101":{"body":3,"breadcrumbs":3,"title":1},"102":{"body":4,"breadcrumbs":3,"title":1},"103":{"body":0,"breadcrumbs":3,"title":1},"104":{"body":5,"breadcrumbs":2,"title":0},"105":{"body":3,"breadcrumbs":3,"title":1},"106":{"body":6,"breadcrumbs":3,"title":1},"107":{"body":20,"breadcrumbs":3,"title":1},"108":{"body":0,"breadcrumbs":3,"title":1},"109":{"body":5,"breadcrumbs":2,"title":0},"11":{"body":119,"breadcrumbs":7,"title":2},"110":{"body":5,"breadcrumbs":3,"title":1},"111":{"body":25,"breadcrumbs":3,"title":1},"112":{"body":0,"breadcrumbs":3,"title":1},"113":{"body":8,"breadcrumbs":2,"title":0},"114":{"body":8,"breadcrumbs":3,"title":1},"115":{"body":12,"breadcrumbs":3,"title":1},"116":{"body":98,"breadcrumbs":3,"title":1},"117":{"body":0,"breadcrumbs":3,"title":1},"118":{"body":8,"breadcrumbs":2,"title":0},"119":{"body":7,"breadcrumbs":3,"title":1},"12":{"body":36,"breadcrumbs":7,"title":2},"120":{"body":15,"breadcrumbs":3,"title":1},"121":{"body":102,"breadcrumbs":3,"title":1},"122":{"body":0,"breadcrumbs":3,"title":1},"123":{"body":8,"breadcrumbs":2,"title":0},"124":{"body":9,"breadcrumbs":3,"title":1},"125":{"body":7,"breadcrumbs":3,"title":1},"126":{"body":0,"breadcrumbs":3,"title":1},"127":{"body":5,"breadcrumbs":2,"title":0},"128":{"body":4,"breadcrumbs":3,"title":1},"129":{"body":36,"breadcrumbs":3,"title":1},"13":{"body":97,"breadcrumbs":7,"title":2},"130":{"body":7,"breadcrumbs":3,"title":1},"131":{"body":0,"breadcrumbs":3,"title":1},"132":{"body":7,"breadcrumbs":2,"title":0},"133":{"body":8,"breadcrumbs":3,"title":1},"134":{"body":12,"breadcrumbs":3,"title":1},"135":{"body":6,"breadcrumbs":3,"title":1},"136":{"body":0,"breadcrumbs":3,"title":1},"137":{"body":4,"breadcrumbs":2,"title":0},"138":{"body":3,"breadcrumbs":3,"title":1},"139":{"body":11,"breadcrumbs":3,"title":1},"14":{"body":7,"breadcrumbs":2,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":7,"breadcrumbs":2,"title":0},"142":{"body":16,"breadcrumbs":3,"title":1},"143":{"body":3,"breadcrumbs":3,"title":1},"144":{"body":6,"breadcrumbs":3,"title":1},"145":{"body":0,"breadcrumbs":3,"title":1},"146":{"body":13,"breadcrumbs":2,"title":0},"147":{"body":12,"breadcrumbs":3,"title":1},"148":{"body":24,"breadcrumbs":3,"title":1},"149":{"body":69,"breadcrumbs":3,"title":1},"15":{"body":37,"breadcrumbs":3,"title":1},"150":{"body":0,"breadcrumbs":3,"title":1},"151":{"body":5,"breadcrumbs":2,"title":0},"152":{"body":31,"breadcrumbs":3,"title":1},"153":{"body":9,"breadcrumbs":3,"title":1},"154":{"body":23,"breadcrumbs":3,"title":1},"155":{"body":0,"breadcrumbs":3,"title":1},"156":{"body":6,"breadcrumbs":2,"title":0},"157":{"body":20,"breadcrumbs":3,"title":1},"158":{"body":18,"breadcrumbs":3,"title":1},"159":{"body":8,"breadcrumbs":3,"title":1},"16":{"body":40,"breadcrumbs":5,"title":3},"160":{"body":0,"breadcrumbs":3,"title":1},"161":{"body":9,"breadcrumbs":2,"title":0},"162":{"body":15,"breadcrumbs":3,"title":1},"163":{"body":8,"breadcrumbs":3,"title":1},"164":{"body":0,"breadcrumbs":3,"title":1},"165":{"body":6,"breadcrumbs":2,"title":0},"166":{"body":6,"breadcrumbs":3,"title":1},"167":{"body":7,"breadcrumbs":3,"title":1},"168":{"body":7,"breadcrumbs":3,"title":1},"169":{"body":0,"breadcrumbs":3,"title":1},"17":{"body":33,"breadcrumbs":5,"title":3},"170":{"body":7,"breadcrumbs":2,"title":0},"171":{"body":13,"breadcrumbs":3,"title":1},"172":{"body":5,"breadcrumbs":3,"title":1},"173":{"body":69,"breadcrumbs":3,"title":1},"174":{"body":0,"breadcrumbs":3,"title":1},"175":{"body":4,"breadcrumbs":2,"title":0},"176":{"body":1,"breadcrumbs":3,"title":1},"177":{"body":4,"breadcrumbs":3,"title":1},"178":{"body":15,"breadcrumbs":3,"title":1},"179":{"body":0,"breadcrumbs":3,"title":1},"18":{"body":59,"breadcrumbs":5,"title":3},"180":{"body":7,"breadcrumbs":2,"title":0},"181":{"body":12,"breadcrumbs":3,"title":1},"182":{"body":16,"breadcrumbs":3,"title":1},"183":{"body":2,"breadcrumbs":3,"title":1},"184":{"body":0,"breadcrumbs":3,"title":1},"185":{"body":3,"breadcrumbs":2,"title":0},"186":{"body":6,"breadcrumbs":3,"title":1},"187":{"body":29,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":0,"breadcrumbs":3,"title":1},"19":{"body":20,"breadcrumbs":5,"title":3},"190":{"body":17,"breadcrumbs":4,"title":2},"191":{"body":79,"breadcrumbs":3,"title":1},"192":{"body":7,"breadcrumbs":2,"title":1},"193":{"body":52,"breadcrumbs":9,"title":4},"194":{"body":43,"breadcrumbs":6,"title":1},"195":{"body":45,"breadcrumbs":6,"title":1},"196":{"body":26,"breadcrumbs":6,"title":1},"197":{"body":13,"breadcrumbs":5,"title":0},"198":{"body":51,"breadcrumbs":6,"title":1},"199":{"body":13,"breadcrumbs":6,"title":1},"2":{"body":0,"breadcrumbs":2,"title":1},"20":{"body":11,"breadcrumbs":6,"title":4},"200":{"body":77,"breadcrumbs":7,"title":2},"201":{"body":79,"breadcrumbs":6,"title":1},"202":{"body":11,"breadcrumbs":6,"title":1},"203":{"body":20,"breadcrumbs":6,"title":1},"204":{"body":13,"breadcrumbs":6,"title":1},"205":{"body":51,"breadcrumbs":6,"title":1},"206":{"body":97,"breadcrumbs":6,"title":1},"21":{"body":9,"breadcrumbs":3,"title":1},"22":{"body":100,"breadcrumbs":6,"title":4},"23":{"body":60,"breadcrumbs":6,"title":4},"24":{"body":12,"breadcrumbs":5,"title":3},"25":{"body":17,"breadcrumbs":7,"title":3},"26":{"body":43,"breadcrumbs":5,"title":1},"27":{"body":28,"breadcrumbs":5,"title":1},"28":{"body":60,"breadcrumbs":5,"title":1},"29":{"body":26,"breadcrumbs":5,"title":1},"3":{"body":261,"breadcrumbs":2,"title":1},"30":{"body":13,"breadcrumbs":4,"title":0},"31":{"body":225,"breadcrumbs":5,"title":1},"32":{"body":77,"breadcrumbs":5,"title":1},"33":{"body":11,"breadcrumbs":5,"title":1},"34":{"body":22,"breadcrumbs":5,"title":1},"35":{"body":91,"breadcrumbs":5,"title":1},"36":{"body":13,"breadcrumbs":5,"title":1},"37":{"body":54,"breadcrumbs":5,"title":1},"38":{"body":95,"breadcrumbs":5,"title":1},"39":{"body":13,"breadcrumbs":6,"title":2},"4":{"body":111,"breadcrumbs":3,"title":2},"40":{"body":15,"breadcrumbs":5,"title":1},"41":{"body":13,"breadcrumbs":5,"title":1},"42":{"body":15,"breadcrumbs":5,"title":1},"43":{"body":5,"breadcrumbs":5,"title":1},"44":{"body":40,"breadcrumbs":4,"title":2},"45":{"body":44,"breadcrumbs":3,"title":1},"46":{"body":17,"breadcrumbs":4,"title":2},"47":{"body":37,"breadcrumbs":4,"title":2},"48":{"body":59,"breadcrumbs":5,"title":3},"49":{"body":37,"breadcrumbs":2,"title":1},"5":{"body":0,"breadcrumbs":4,"title":2},"50":{"body":215,"breadcrumbs":3,"title":2},"51":{"body":80,"breadcrumbs":6,"title":5},"52":{"body":188,"breadcrumbs":3,"title":2},"53":{"body":103,"breadcrumbs":2,"title":1},"54":{"body":6,"breadcrumbs":2,"title":1},"55":{"body":0,"breadcrumbs":3,"title":1},"56":{"body":6,"breadcrumbs":2,"title":0},"57":{"body":4,"breadcrumbs":3,"title":1},"58":{"body":5,"breadcrumbs":3,"title":1},"59":{"body":0,"breadcrumbs":3,"title":1},"6":{"body":238,"breadcrumbs":5,"title":3},"60":{"body":5,"breadcrumbs":2,"title":0},"61":{"body":2,"breadcrumbs":3,"title":1},"62":{"body":9,"breadcrumbs":3,"title":1},"63":{"body":0,"breadcrumbs":3,"title":1},"64":{"body":8,"breadcrumbs":2,"title":0},"65":{"body":9,"breadcrumbs":3,"title":1},"66":{"body":21,"breadcrumbs":3,"title":1},"67":{"body":7,"breadcrumbs":3,"title":1},"68":{"body":0,"breadcrumbs":3,"title":1},"69":{"body":8,"breadcrumbs":2,"title":0},"7":{"body":52,"breadcrumbs":3,"title":1},"70":{"body":20,"breadcrumbs":3,"title":1},"71":{"body":9,"breadcrumbs":3,"title":1},"72":{"body":0,"breadcrumbs":3,"title":1},"73":{"body":7,"breadcrumbs":2,"title":0},"74":{"body":8,"breadcrumbs":3,"title":1},"75":{"body":28,"breadcrumbs":3,"title":1},"76":{"body":16,"breadcrumbs":3,"title":1},"77":{"body":0,"breadcrumbs":3,"title":1},"78":{"body":3,"breadcrumbs":2,"title":0},"79":{"body":10,"breadcrumbs":3,"title":1},"8":{"body":12,"breadcrumbs":6,"title":3},"80":{"body":10,"breadcrumbs":3,"title":1},"81":{"body":12,"breadcrumbs":3,"title":1},"82":{"body":0,"breadcrumbs":3,"title":1},"83":{"body":4,"breadcrumbs":2,"title":0},"84":{"body":11,"breadcrumbs":3,"title":1},"85":{"body":10,"breadcrumbs":3,"title":1},"86":{"body":11,"breadcrumbs":3,"title":1},"87":{"body":0,"breadcrumbs":3,"title":1},"88":{"body":3,"breadcrumbs":2,"title":0},"89":{"body":13,"breadcrumbs":3,"title":1},"9":{"body":44,"breadcrumbs":5,"title":1},"90":{"body":13,"breadcrumbs":3,"title":1},"91":{"body":9,"breadcrumbs":3,"title":1},"92":{"body":2,"breadcrumbs":3,"title":1},"93":{"body":0,"breadcrumbs":3,"title":1},"94":{"body":8,"breadcrumbs":2,"title":0},"95":{"body":9,"breadcrumbs":3,"title":1},"96":{"body":12,"breadcrumbs":3,"title":1},"97":{"body":35,"breadcrumbs":3,"title":1},"98":{"body":10,"breadcrumbs":3,"title":1},"99":{"body":0,"breadcrumbs":3,"title":1}},"docs":{"0":{"body":"selene is a command line tool designed to help write correct and idiomatic Lua code. New to selene? Read the motivation behind its creation and the CLI guide . If you already use Luacheck , you can read the Luacheck comparison and migration guide . Don't know what a linter is? Check out the wiki on linters about what a linter does and how it's beneficial. Existing user? Read the changelog to learn about any new features or bug fixes. Interested in what selene lints for? Read the list of lints . Interested in contributing to selene's codebase? Read the contribution guide . Want to discuss selene or get help? Join the Roblox OS Community Discord . Note: selene is not Roblox exclusive, but it started its life for Roblox development.","breadcrumbs":"selene » selene","id":"0","title":"selene"},"1":{"body":"selene and all its source code are licensed under the Mozilla Public License 2.0 .","breadcrumbs":"selene » License","id":"1","title":"License"},"10":{"body":"selene is built with Roblox specific lints by default. If you don't want these, then pass --no-default-features to the cargo install command.","breadcrumbs":"Command Line Interface » Installation » Disabling Roblox features","id":"10","title":"Disabling Roblox features"},"100":{"body":"Checks for branches in if blocks that are equivalent.","breadcrumbs":"Lints » if_same_then_else » What it does","id":"100","title":"What it does"},"101":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » if_same_then_else » Why this is bad","id":"101","title":"Why this is bad"},"102":{"body":"if foo then print(1)\nelse print(1)\nend","breadcrumbs":"Lints » if_same_then_else » Example","id":"102","title":"Example"},"103":{"body":"","breadcrumbs":"Lints » ifs_same_cond » ifs_same_cond","id":"103","title":"ifs_same_cond"},"104":{"body":"Checks for branches in if blocks with equivalent conditions.","breadcrumbs":"Lints » ifs_same_cond » What it does","id":"104","title":"What it does"},"105":{"body":"This is most likely a copy and paste error.","breadcrumbs":"Lints » ifs_same_cond » Why this is bad","id":"105","title":"Why this is bad"},"106":{"body":"if foo then print(1)\nelseif foo then print(1)\nend","breadcrumbs":"Lints » ifs_same_cond » Example","id":"106","title":"Example"},"107":{"body":"This ignores conditions that could have side effects, such as function calls. This will not lint: if foo() then print(1)\nelseif foo() then print(1)\nend ...as the result of foo() could be different the second time it is called.","breadcrumbs":"Lints » ifs_same_cond » Remarks","id":"107","title":"Remarks"},"108":{"body":"","breadcrumbs":"Lints » incorrect_standard_library_use » incorrect_standard_library_use","id":"108","title":"incorrect_standard_library_use"},"109":{"body":"Checks for correct use of the standard library .","breadcrumbs":"Lints » incorrect_standard_library_use » What it does","id":"109","title":"What it does"},"11":{"body":"If you want to get a quick understanding of the interface, simply type selene --help. USAGE: selene [FLAGS] [OPTIONS] ... selene FLAGS: --allow-warnings Pass when only warnings occur --no-exclude Ignore excludes defined in config -h, --help Prints help information -n, --no-summary Suppress summary information -q, --quiet Display only the necessary information. Equivalent to --display-style=\"quiet\" -V, --version Prints version information OPTIONS: --color [default: auto] [possible values: Always, Auto, Never] --config A toml file to configure the behavior of selene [default: selene.toml] --display-style Sets the display method [possible values: Json, Json2, Rich, Quiet] --num-threads Number of threads to run on, default to the numbers of logical cores on your system [default: your system's cores] --pattern A glob to match files with to check ARGS: ... SUBCOMMANDS: generate-roblox-std help Prints this message or the help of the given subcommand(s) update-roblox-std upgrade-std","breadcrumbs":"Command Line Interface » CLI Usage » CLI Usage","id":"11","title":"CLI Usage"},"110":{"body":"for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do","breadcrumbs":"Lints » incorrect_standard_library_use » Example","id":"110","title":"Example"},"111":{"body":"It is highly recommended that you do not turn this lint off. If you are having standard library issues, modify your standard library instead to be correct. If it is a problem with an official standard library (Ex: the Lua 5.1 or Roblox ones), you can file an issue on GitHub .","breadcrumbs":"Lints » incorrect_standard_library_use » Remarks","id":"111","title":"Remarks"},"112":{"body":"","breadcrumbs":"Lints » manual_table_clone » manual_table_clone","id":"112","title":"manual_table_clone"},"113":{"body":"Detects manual re-implementations of table.clone when it exists in the standard library.","breadcrumbs":"Lints » manual_table_clone » What it does","id":"113","title":"What it does"},"114":{"body":"table.clone is much simpler to read and faster than manual re-implementations.","breadcrumbs":"Lints » manual_table_clone » Why this is bad","id":"114","title":"Why this is bad"},"115":{"body":"local output = {} for key, value in pairs(input) do output[key] = value\nend ...should be written as... local output = table.clone(input)","breadcrumbs":"Lints » manual_table_clone » Example","id":"115","title":"Example"},"116":{"body":"Very little outside this exact pattern is matched. This is the list of circumstances which will stop the lint from triggering: Any logic in the body of the function aside from output[key] = value. Any usage of the output variable in between the definition and the loop (as determined by position in code). If the input variable is not a plain locally initialized variable. For example, self.state[key] = value will not lint. If the input variable is not defined as a completely empty table. If the loop and input variable are defined at different depths. The detected looping patterns are pairs(t), ipairs(t), next, t, and t (Luau generalized iteration). If ipairs is used, table.clone is not an exact match if the table is not exclusively an array. For example: local mixedTable = { 1, 2, 3 }\nmixedTable.key = \"value\" local clone = {} -- Lints, but is not equivalent, since ipairs only loops over the array part.\nfor key, value in ipairs(mixedTable) do clone[key] = value\nend When ipairs is the function being used, you'll be notified of this potential gotcha.","breadcrumbs":"Lints » manual_table_clone » Remarks","id":"116","title":"Remarks"},"117":{"body":"","breadcrumbs":"Lints » mismatched_arg_count » mismatched_arg_count","id":"117","title":"mismatched_arg_count"},"118":{"body":"Checks for too many arguments passed to function calls of defined functions.","breadcrumbs":"Lints » mismatched_arg_count » What it does","id":"118","title":"What it does"},"119":{"body":"These arguments provided are unnecessary, and can indicate that the function definition is not what was expected.","breadcrumbs":"Lints » mismatched_arg_count » Why this is bad","id":"119","title":"Why this is bad"},"12":{"body":"All unnamed inputs you give to selene will be treated as files to check for. If you want to check a folder of files: selene files If you just want to check one file: selene code.lua If you want to check multiple files/folders: selene file1 file2 file3 ... If you want to pipe code to selene using stdin: cat code.lua | selene -","breadcrumbs":"Command Line Interface » CLI Usage » Basic usage","id":"12","title":"Basic usage"},"120":{"body":"local function foo(a, b)\nend foo(1, 2, 3) -- error, function takes 2 arguments, but 3 were supplied","breadcrumbs":"Lints » mismatched_arg_count » Example","id":"120","title":"Example"},"121":{"body":"This lint does not handle too few arguments being passed, as this is commonly inferred as passing nil. For example, foo(1) could be used when meaning foo(1, nil). If a defined function is reassigned anywhere in the program, it will try to match the best possible overlap. Take this example: local function foo(a, b, c) print(\"a\")\nend function updateFoo() foo = function(a, b, c, d) print(\"b\") end\nend foo(1, 2, 3, 4) --> \"a\" [mismatched args, but selene doesn't know]\nupdateFoo()\nfoo(1, 2, 3, 4) --> \"b\" [no more mismatched args] selene can not tell that foo corresponds to a new definition because updateFoo() was called in the current context, without actually running the program. However, this would still lint properly: local log if SOME_DEBUG_FLAG then log = function() end\nelse log = function(message) print(message) end\nend -- No definition of `log` takes more than 1 argument, so this will lint.\nlog(\"LOG MESSAGE\", \"Something happened!\")","breadcrumbs":"Lints » mismatched_arg_count » Remarks","id":"121","title":"Remarks"},"122":{"body":"","breadcrumbs":"Lints » mixed_table » mixed_table","id":"122","title":"mixed_table"},"123":{"body":"Checks for mixed tables (tables that act as both an array and dictionary).","breadcrumbs":"Lints » mixed_table » What it does","id":"123","title":"What it does"},"124":{"body":"Mixed tables harms readability and are prone to bugs. There is almost always a better alternative.","breadcrumbs":"Lints » mixed_table » Why this is bad","id":"124","title":"Why this is bad"},"125":{"body":"local foo = { \"array field\", bar = \"dictionary field\",\n}","breadcrumbs":"Lints » mixed_table » Example","id":"125","title":"Example"},"126":{"body":"","breadcrumbs":"Lints » multiple_statements » multiple_statements","id":"126","title":"multiple_statements"},"127":{"body":"Checks for multiple statements on the same line.","breadcrumbs":"Lints » multiple_statements » What it does","id":"127","title":"What it does"},"128":{"body":"This can make your code difficult to read.","breadcrumbs":"Lints » multiple_statements » Why this is bad","id":"128","title":"Why this is bad"},"129":{"body":"one_line_if (default: \"break-return-only\") - Defines whether or not one line if statements should be allowed. One of three options: \"break-return-only\" (default) - if x then return end or if x then break end is ok, but if x then call() end is not. \"allow\" - All one line if statements are allowed. \"deny\" - No one line if statements are allowed.","breadcrumbs":"Lints » multiple_statements » Configuration","id":"129","title":"Configuration"},"13":{"body":"-q --quiet Instead of the rich format, only necessary information will be displayed. ~# selene code.lua\nwarning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── code.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Results:\n0 errors\n1 warnings\n0 parse errors ~# selene code.lua -q\ncode.lua:1:6: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead Results:\n0 errors\n1 warnings\n0 parse errors --num-threads num-threads Specifies the number of threads for selene to use. Defaults to however many cores your CPU has. If you type selene --help, you can see this number because it will show as the default for you. --pattern pattern A glob to match what files selene should check for. For example, if you only wanted to check files that end with .spec.lua, you would input --pattern **/*.spec.lua. Defaults to **/*.lua, meaning \"any lua file\", or **/*.lua and **/*.luau with the roblox feature flag, meaning \"any lua/luau file\".","breadcrumbs":"Command Line Interface » CLI Usage » Advanced options","id":"13","title":"Advanced options"},"130":{"body":"foo() bar() baz() ...should be written as... foo()\nbar()\nbaz()","breadcrumbs":"Lints » multiple_statements » Example","id":"130","title":"Example"},"131":{"body":"","breadcrumbs":"Lints » must_use » must_use","id":"131","title":"must_use"},"132":{"body":"Checks that the return values of functions marked must_use are used.","breadcrumbs":"Lints » must_use » What it does","id":"132","title":"What it does"},"133":{"body":"This lint will only catch uses where the function has no reason to be called other than to use its output.","breadcrumbs":"Lints » must_use » Why this is bad","id":"133","title":"Why this is bad"},"134":{"body":"bit32.bor(entity.flags, Flags.Invincible) ...should be written as... entity.flags = bit32.bor(entity.flags, Flags.Invincible) ...as bit32.bor only produces a new value, it does not mutate anything.","breadcrumbs":"Lints » must_use » Example","id":"134","title":"Example"},"135":{"body":"The output is deemed \"unused\" if the function call is its own statement.","breadcrumbs":"Lints » must_use » Remarks","id":"135","title":"Remarks"},"136":{"body":"","breadcrumbs":"Lints » parenthese_conditions » parenthese_conditions","id":"136","title":"parenthese_conditions"},"137":{"body":"Checks for conditions in the form of (expression).","breadcrumbs":"Lints » parenthese_conditions » What it does","id":"137","title":"What it does"},"138":{"body":"Lua does not require these, and they are not idiomatic.","breadcrumbs":"Lints » parenthese_conditions » Why this is bad","id":"138","title":"Why this is bad"},"139":{"body":"if (x) then\nrepeat until (x)\nwhile (x) do ...should be written as... if x then\nrepeat until x\nwhile x do","breadcrumbs":"Lints » parenthese_conditions » Example","id":"139","title":"Example"},"14":{"body":"In this section, you will learn how to interact with selene from your code and how to fit it to your liking.","breadcrumbs":"Usage » Usage","id":"14","title":"Usage"},"140":{"body":"","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » roblox_incorrect_color3_new_bounds","id":"140","title":"roblox_incorrect_color3_new_bounds"},"141":{"body":"Checks for uses of Color3.new where the arguments are not between 0 and 1.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » What it does","id":"141","title":"What it does"},"142":{"body":"Most likely, you are trying to use values of 0 to 255. This will not give you an error, and will silently give you the wrong color. You probably meant to use Color3.fromRGB instead.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Why this is bad","id":"142","title":"Why this is bad"},"143":{"body":"Color3.new(255, 0, 0)","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Example","id":"143","title":"Example"},"144":{"body":"This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_color3_new_bounds » Remarks","id":"144","title":"Remarks"},"145":{"body":"","breadcrumbs":"Lints » roblox_incorrect_roact_usage » roblox_incorrect_roact_usage","id":"145","title":"roblox_incorrect_roact_usage"},"146":{"body":"Checks for valid uses of createElement. Verifies that class name given is valid and that the properties passed for it are valid for that class.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » What it does","id":"146","title":"What it does"},"147":{"body":"This is guaranteed to fail once it is rendered. Furthermore, the createElement itself will not error--only once it's mounted will it error.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Why this is bad","id":"147","title":"Why this is bad"},"148":{"body":"-- Using Roact17\nReact.createElement(\"Frame\", { key = \"Valid property for React\",\n}) -- Using legacy Roact\nRoact.createElement(\"Frame\", { key = \"Invalid property for Roact\", ThisPropertyDoesntExist = true, Name = \"This property should not be passed in\", [Roact.Event.ThisEventDoesntExist] = function() end,\n}) Roact.createElement(\"BadClass\", {})","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Example","id":"148","title":"Example"},"149":{"body":"This lint is naive and makes several assumptions about the way you write your code. The assumptions are based on idiomatic Roact. It assumes you are either calling createElement directly or creating a local variable that's assigned to [Roact/React].createElement. It assumes if you are using a local variable, you're not reassigning it. It assumes either Roact or React is defined. undefined_variable will still lint, however. This lint assumes legacy Roact if the variable name is Roact and Roact17 if the variable name is named React. This lint does not verify if the value you are giving is correct, so Text = UDim2.new() will be treated as correct. This lint, right now, only checks property and class names. This lint is only active if you are using the Roblox standard library.","breadcrumbs":"Lints » roblox_incorrect_roact_usage » Remarks","id":"149","title":"Remarks"},"15":{"body":"selene is meant to be easily configurable. You can specify configurations for the entire project as well as for individual lints. Configuration files are placed in the directory you are running selene in and are named selene.toml . As the name suggests, the configurations use the Tom's Obvious, Minimal Language (TOML) format. It is recommended you quickly brush up on the syntax, though it is very easy.","breadcrumbs":"Usage » Configuration » Configuration","id":"15","title":"Configuration"},"150":{"body":"","breadcrumbs":"Lints » roblox_suspicious_udim2_new » roblox_suspicious_udim2_new","id":"150","title":"roblox_suspicious_udim2_new"},"151":{"body":"Checks for too little arguments passed to UDim2.new().","breadcrumbs":"Lints » roblox_suspicious_udim2_new » What it does","id":"151","title":"What it does"},"152":{"body":"Passing in an incorrect number of arguments can indicate that the user meant to use UDim2.fromScale or UDim2.fromOffset. Even if the user really only needed to pass in a fewer number of arguments to UDim2.new, this lowers readability as it calls into question whether it's a bug or if the user truly meant to use UDim2.new.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Why this is bad","id":"152","title":"Why this is bad"},"153":{"body":"UDim2.new(1, 1) -- error, UDim2.new takes 4 numbers, but 2 were provided.","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Example","id":"153","title":"Example"},"154":{"body":"This lint is only active if you are using the Roblox standard library. This lint does not warn if passing in exactly 2 arguments and none of those are number literals to prevent false positives with UDim2.new(UDim.new(a, b), UDim.new(c, d))","breadcrumbs":"Lints » roblox_suspicious_udim2_new » Remarks","id":"154","title":"Remarks"},"155":{"body":"","breadcrumbs":"Lints » shadowing » shadowing","id":"155","title":"shadowing"},"156":{"body":"Checks for overriding of variables under the same name.","breadcrumbs":"Lints » shadowing » What it does","id":"156","title":"What it does"},"157":{"body":"This can cause confusion when reading the code when trying to understand which variable is being used, and if you want to use the original variable you either have to redefine it under a temporary name or refactor the code that shadowed it.","breadcrumbs":"Lints » shadowing » Why this is bad","id":"157","title":"Why this is bad"},"158":{"body":"ignore_pattern (default: \"^_\") - A regular expression that is used to specify names that are allowed to be shadowed. The default allows for variables like _ to be shadowed, as they shouldn't be used anyway.","breadcrumbs":"Lints » shadowing » Configuration","id":"158","title":"Configuration"},"159":{"body":"local x = 1 if foo then local x = 1\nend","breadcrumbs":"Lints » shadowing » Example","id":"159","title":"Example"},"16":{"body":"You can change the severity of lints by entering the following into selene.toml: [lints]\nlint_1 = \"severity\"\nlint_2 = \"severity\"\n... Where \"severity\" is one of the following: \"allow\" - Don't check for this lint \"warn\" - Warn for this lint \"deny\" - Error for this lint Note that \"deny\" and \"warn\" are effectively the same, only warn will give orange text while error gives red text, and they both have different counters.","breadcrumbs":"Usage » Configuration » Changing the severity of lints","id":"16","title":"Changing the severity of lints"},"160":{"body":"","breadcrumbs":"Lints » suspicious_reverse_loop » suspicious_reverse_loop","id":"160","title":"suspicious_reverse_loop"},"161":{"body":"Checks for for _ = #x, 1 do sequences without specifying a negative step.","breadcrumbs":"Lints » suspicious_reverse_loop » What it does","id":"161","title":"What it does"},"162":{"body":"This loop will only run at most once, instead of going in reverse. If you truly did mean to run your loop only once, just use if #x > 0 instead.","breadcrumbs":"Lints » suspicious_reverse_loop » Why this is bad","id":"162","title":"Why this is bad"},"163":{"body":"for _ = #x, 1 do ...should be written as... for _ = #x, 1, -1 do","breadcrumbs":"Lints » suspicious_reverse_loop » Example","id":"163","title":"Example"},"164":{"body":"","breadcrumbs":"Lints » type_check_inside_call » type_check_inside_call","id":"164","title":"type_check_inside_call"},"165":{"body":"Checks for type(foo == \"type\"), instead of type(foo) == \"type\".","breadcrumbs":"Lints » type_check_inside_call » What it does","id":"165","title":"What it does"},"166":{"body":"This will always return \"boolean\", and is undoubtedly not what you intended to write.","breadcrumbs":"Lints » type_check_inside_call » Why this is bad","id":"166","title":"Why this is bad"},"167":{"body":"return type(foo == \"number\") ...should be written as... return type(foo) == \"number\"","breadcrumbs":"Lints » type_check_inside_call » Example","id":"167","title":"Example"},"168":{"body":"When using the Roblox standard library, this checks typeof as well.","breadcrumbs":"Lints » type_check_inside_call » Remarks","id":"168","title":"Remarks"},"169":{"body":"","breadcrumbs":"Lints » unbalanced_assignments » unbalanced_assignments","id":"169","title":"unbalanced_assignments"},"17":{"body":"You can configure specific lints by entering the following into selene.toml: [config]\nlint1 = ...\nlint2 = ...\n... Where the value is whatever the special configuration of that lint is. You can learn these on the lints specific page in the list of lints . For example, if we wanted to allow empty if branches if the contents contain comments, then we would write: [config]\nempty_if = { comments_count = true }","breadcrumbs":"Usage » Configuration » Configuring specific lints","id":"17","title":"Configuring specific lints"},"170":{"body":"Checks for unbalanced assignments, such as a, b, c = 1.","breadcrumbs":"Lints » unbalanced_assignments » What it does","id":"170","title":"What it does"},"171":{"body":"You shouldn't declare variables you're not immediately initializing on the same line as ones you are. This is most likely just forgetting to specify the rest of the variables.","breadcrumbs":"Lints » unbalanced_assignments » Why this is bad","id":"171","title":"Why this is bad"},"172":{"body":"a, b, c = 1\na = 1, 2","breadcrumbs":"Lints » unbalanced_assignments » Example","id":"172","title":"Example"},"173":{"body":"There are a few things this lint won't catch. a, b, c = call() will not lint, as call() could return multiple values. a, b, c = call(), 2 will, however, as you will only be using the first value of call(). You will even receive a helpful message about this. error[unbalanced_assignments]: values on right side don't match up to the left side of the assignment ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ^^^^^^^^^ │ ┌── unbalanced_assignments.lua:6:11 ─── │ 6 │ a, b, c = call(), 2 │ ------ help: if this function returns more than one value, the only first return value is actually used │ If nil is specified as the last value, the rest will be ignored. This means... a, b, c = nil ...will not lint.","breadcrumbs":"Lints » unbalanced_assignments » Remarks","id":"173","title":"Remarks"},"174":{"body":"","breadcrumbs":"Lints » undefined_variable » undefined_variable","id":"174","title":"undefined_variable"},"175":{"body":"Checks for uses of variables that are not defined.","breadcrumbs":"Lints » undefined_variable » What it does","id":"175","title":"What it does"},"176":{"body":"This is most likely a typo.","breadcrumbs":"Lints » undefined_variable » Why this is bad","id":"176","title":"Why this is bad"},"177":{"body":"-- vv oops!\nprinnt(\"hello, world!\")","breadcrumbs":"Lints » undefined_variable » Example","id":"177","title":"Example"},"178":{"body":"If you are using a different standard library where a global variable is defined that selene isn't picking up on, create a standard library that specifies it.","breadcrumbs":"Lints » undefined_variable » Remarks","id":"178","title":"Remarks"},"179":{"body":"","breadcrumbs":"Lints » unscoped_variables » unscoped_variables","id":"179","title":"unscoped_variables"},"18":{"body":"Many lints use standard libraries for either verifying their correct usage or for knowing that variables exist where they otherwise wouldn't. By default, selene uses Lua 5.1, though if we wanted to use the Lua 5.2 standard library, we would write: std = \"lua52\" ...at the top of selene.toml. You can learn more about the standard library format on the standard library guide . The standard library given can either be one of the builtin ones (currently only lua51 and lua52) or the filename of a standard library file in this format. For example, if we had a file named special.toml, we would write: std = \"special\"","breadcrumbs":"Usage » Configuration » Setting the standard library","id":"18","title":"Setting the standard library"},"180":{"body":"Checks for variables that are unscoped (don't have a local variable attached).","breadcrumbs":"Lints » unscoped_variables » What it does","id":"180","title":"What it does"},"181":{"body":"Unscoped variables make code harder to read and debug, as well as making it harder for selene to analyze.","breadcrumbs":"Lints » unscoped_variables » Why this is bad","id":"181","title":"Why this is bad"},"182":{"body":"ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unscoped. The default allows for variables like _ to be unscoped, as they shouldn't be used anyway.","breadcrumbs":"Lints » unscoped_variables » Configuration","id":"182","title":"Configuration"},"183":{"body":"baz = 3","breadcrumbs":"Lints » unscoped_variables » Example","id":"183","title":"Example"},"184":{"body":"","breadcrumbs":"Lints » unused_variable » unused_variable","id":"184","title":"unused_variable"},"185":{"body":"Checks for variables that are unused.","breadcrumbs":"Lints » unused_variable » What it does","id":"185","title":"What it does"},"186":{"body":"The existence of unused variables could indicate buggy code.","breadcrumbs":"Lints » unused_variable » Why this is bad","id":"186","title":"Why this is bad"},"187":{"body":"allow_unused_self (default: true) - A bool that determines whether not using self in a method function (function Player:SwapWeapons()) is allowed. ignore_pattern (default: \"^_\") - A regular expression for variables that are allowed to be unused. The default allows for variables like _ to be unused, as they shouldn't be used anyway.","breadcrumbs":"Lints » unused_variable » Configuration","id":"187","title":"Configuration"},"188":{"body":"local foo = 1","breadcrumbs":"Lints » unused_variable » Example","id":"188","title":"Example"},"189":{"body":"","breadcrumbs":"Lints » unused_variable » Remarks","id":"189","title":"Remarks"},"19":{"body":"We can chain together multiple standard libraries by simply using a plus sign (+) in between the names. For example, if we had game.toml and engine.toml standard libraries, we could chain them together like so: std = \"game+engine\"","breadcrumbs":"Usage » Configuration » Chaining the standard library","id":"19","title":"Chaining the standard library"},"190":{"body":"If you intend to create a variable without using it, replace it with _ or something that starts with _. You'll see this most in generic for loops. for _, value in ipairs(list) do","breadcrumbs":"Lints » unused_variable » _ prefixing","id":"190","title":"_ prefixing"},"191":{"body":"Standard libraries can apply an observes field to distinguish an argument from being only written to. This is so that we can get lints like the following: local writtenOnly = {}\ntable.insert(writtenOnly, 1) warning[unused_variable]: writtenOnly is assigned a value, but never used ┌─ example.lua:1:7 │\n1 │ local writtenOnly = {} │ ^^^^^^^^^^^\n2 │ table.insert(writtenOnly, 1) │ ----------- `table.insert` only writes to `writtenOnly` This only applies when the function call is its own statement. So for instance, this: local list = {}\nprint(table.insert(list, 1)) ...will not lint. To understand this, consider if table.insert returned the index. Without this check, this code: local list = {}\nlocal index = table.insert(list, 1) ...would lint list as mutated only, which while technically true, is unimportant considering index is affected by the mutation. This also requires that the variable be a static table. This: return function(value) table.insert(value, 1)\nend ...will not lint, as we cannot be sure value is unused outside of this.","breadcrumbs":"Lints » unused_variable » observes","id":"191","title":"observes"},"192":{"body":"The following is pages that refer to deprecated or removed features in selene.","breadcrumbs":"Archive » Archive","id":"192","title":"Archive"},"193":{"body":"The TOML standard library format is DEPRECATED and will not have any new functionality added onto it. Check out the updated standard library format here . In order to convert an existing TOML standard library over to the new format, simply run selene upgrade-std library.toml, which will create an upgraded library.yml file. selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of TOML files.","breadcrumbs":"Archive » TOML Standard Library Format » Standard Library Format (v1)","id":"193","title":"Standard Library Format (v1)"},"194":{"body":"For examples of the standard library format, see: lua51.toml - The default standard library for Lua 5.1 lua52.toml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.toml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is available with every commit.","breadcrumbs":"Archive » TOML Standard Library Format » Examples","id":"194","title":"Examples"},"195":{"body":"Anything under the key [selene] is used for meta information. The following paths are accepted: [selene.base] - Used for specifying what standard library to be based off of. Currently only accepts built in standard libraries, meaning lua51 or lua52. [selene.name] - Used for specifying the name of the standard library. Used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\". [selene.structs] - Used for declaring structs .","breadcrumbs":"Archive » TOML Standard Library Format » [selene]","id":"195","title":"[selene]"},"196":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Archive » TOML Standard Library Format » [globals]","id":"196","title":"[globals]"},"197":{"body":"Example: [foo]\nany = true Specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Archive » TOML Standard Library Format » Any","id":"197","title":"Any"},"198":{"body":"Example: [[tonumber.args]]\ntype = \"any\" [[tonumber.args]]\ntype = \"number\"\nrequired = false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string }","breadcrumbs":"Archive » TOML Standard Library Format » Functions","id":"198","title":"Functions"},"199":{"body":"true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why.","breadcrumbs":"Archive » TOML Standard Library Format » \"required\"","id":"199","title":"\"required\""},"2":{"body":"","breadcrumbs":"Motivation » Motivation","id":"2","title":"Motivation"},"20":{"body":"It is possible to exclude files from being linted using the exclude option: exclude = [\"external/*\", \"*.spec.lua\"]","breadcrumbs":"Usage » Configuration » Excluding files from being linted","id":"20","title":"Excluding files from being linted"},"200":{"body":"\"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: [[Color3.toHSV.args]]\ntype = { display = \"Color3\" }","breadcrumbs":"Archive » TOML Standard Library Format » Argument types","id":"200","title":"Argument types"},"201":{"body":"Example: [_VERSION]\nproperty = true Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: [_G]\nproperty = true\nwritable = \"new-fields\" writable is an optional field that tells selene how the property can be mutated and used: \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"overridden\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full\" - New fields can be added and entire variable can be overridden. If writable is not specified, selene will assume it can neither have new fields associated with it nor can be overridden.","breadcrumbs":"Archive » TOML Standard Library Format » Properties","id":"201","title":"Properties"},"202":{"body":"Example: [game]\nstruct = \"DataModel\" Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Archive » TOML Standard Library Format » Struct","id":"202","title":"Struct"},"203":{"body":"Example: [math.huge]\nproperty = true [math.pi]\nproperty = true A field is understood as a table if it has fields of its own. Notice that [math] is not defined anywhere, but its fields are. Fields are of the same type as globals.","breadcrumbs":"Archive » TOML Standard Library Format » Table","id":"203","title":"Table"},"204":{"body":"Example: [getfenv]\nremoved = true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Archive » TOML Standard Library Format » Removed","id":"204","title":"Removed"},"205":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of [selene.structs]. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: [selene.structs.Event.Connect]\nmethod = true [[selene.structs.Event.Connect.args]]\ntype = \"function\" From there, it can define: [workspace.Changed]\nstruct = \"Event\" ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Archive » TOML Standard Library Format » Structs","id":"205","title":"Structs"},"206":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. [workspace.\"*\"]\nstruct = \"Instance\" This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: [script.Name]\nproperty = true\nwritable = \"overridden\" [script.\"*\".\"*\"]\nproperty = true\nwritable = \"full\" Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Archive » TOML Standard Library Format » Wildcards","id":"206","title":"Wildcards"},"21":{"body":"Lints can be toggled on and off in the middle of code when necessary through the use of special comments.","breadcrumbs":"Usage » Filtering » Filtering","id":"21","title":"Filtering"},"22":{"body":"Suppose we have the following code: local something = 1 selene will correctly attribute this as an unused variable: warning[unused_variable]: something is assigned a value, but never used ┌── code.lua:1:7 ─── │ 1 │ local something = 1 │ ^^^^^^^^^ │ However, perhaps we as the programmer have some reason for leaving this unused (and not renaming it to _something). This would be where inline lint filtering comes into play. In this case, we would simply write: -- selene: allow(unused_variable)\nlocal something = 1 This also works with settings other than allow--you can warn or deny lints in the same fashion. For example, you can have a project with the following selene.toml configuration : [lints]\nunused_variable = \"allow\" # I'm fine with unused variables in code ...and have this in a separate file: -- I'm usually okay with unused variables, but not this one\n-- selene: deny(unused_variable)\nlocal something = 1 This is applied to the entire piece of code its near, not just the next line. For example: -- selene: allow(unused_variable)\ndo local foo = 1 local bar = 2\nend ...will silence the unused variable warning for both foo and bar.","breadcrumbs":"Usage » Filtering » Allowing/denying lints for a piece of code","id":"22","title":"Allowing/denying lints for a piece of code"},"23":{"body":"If you want to allow/deny a lint for an entire file, you can do this by attaching the following code to the beginning: --# selene: allow(lint_name) The # tells selene that you want to apply these globally. These must be before any code, otherwise selene will deny it. For example, the following code: local x = 1\n--# selene: allow(unused_variable) ...will cause selene to error: warning[unused_variable]: x is assigned a value, but never used ┌─ -:1:7 │\n1 │ local x = 1 │ ^ error[invalid_lint_filter]: global filters must come before any code ┌─ -:1:1 │\n1 │ local x = 1 │ ----------- global filter must be before this\n2 │ --# selene: allow(unused_variable)","breadcrumbs":"Usage » Filtering » Allowing/denying lints for an entire file","id":"23","title":"Allowing/denying lints for an entire file"},"24":{"body":"You can filter multiple lints in two ways: -- selene: allow(lint_one)\n-- selene: allow(lint_two) -- or... -- selene: allow(lint_one, lint_two)","breadcrumbs":"Usage » Filtering » Combining multiple lints","id":"24","title":"Combining multiple lints"},"25":{"body":"selene provides a robust standard library format to allow for use with environments other than vanilla Lua. Standard libraries are defined in the form of YAML files.","breadcrumbs":"Usage » Standard Library Format » Standard Library Format","id":"25","title":"Standard Library Format"},"26":{"body":"For examples of the standard library format, see: lua51.yml - The default standard library for Lua 5.1 lua52.yml - A standard library for Lua 5.2's additions and removals. Reference this if your standard library is based off another (it most likely is). roblox.yml - A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.","breadcrumbs":"Usage » Standard Library Format » Examples","id":"26","title":"Examples"},"27":{"body":"Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, lua54, roblox), as well as any standard libraries that can be found in the current directory. --- # This begins a YAML file\nbase: lua51 # We will be extending off of Lua 5.1.","breadcrumbs":"Usage » Standard Library Format » base","id":"27","title":"base"},"28":{"body":"Used for specifying the versions of Lua you support for the purpose of supporting the syntax of those dialects. If empty, will default to 5.1. Supports the following options: lua51 - Lua 5.1 lua52 - Lua 5.2 lua53 - Lua 5.3 lua54 - Lua 5.4 luau - Luau luajit - LuaJIT Usually you only need to specify one--for example, lua54 will give Lua 5.4 syntax and all versions prior. That means that if you specify it, it will look something like: lua_versions:\n- luajit If you are extending off a library that specifies it (like lua51, etc) then you do not need this. If you specify it while overriding a library, it will override it.","breadcrumbs":"Usage » Standard Library Format » lua_versions","id":"28","title":"lua_versions"},"29":{"body":"This is where the magic happens. The globals field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide. If your standard library is based off another, overriding something defined there will use your implementation over the original.","breadcrumbs":"Usage » Standard Library Format » globals","id":"29","title":"globals"},"3":{"body":"When writing any code, it's very easy to make silly mistakes that end up introducing bugs. A lot of the time, these bugs are hard to track down and debug, and sometimes are even harder to replicate. This risk is made ever more real because of the generally lax nature of Lua. Incorrect code is regularly passed off and isn't noticed until something breaks at runtime. Sometimes you'll get a clear error message, and will have to spend time going back, fixing the code, and making sure you actually fixed it. Other times, the effects are more hidden, and instead of getting an error your code will just pass through along, in an incorrect state. Take, for example, this code: function Player:SwapWeapons() self.CurrentWeapon = self.SideWeapon self.SideWeapon = self.CurrentWeapon\nend This is code that is technically correct, but is absolutely not what you wanted to write. However, because it is technically correct, Lua will do exactly what you tell it to do, and so... Player wants to swap their weapons Your code calls player:SwapWeapons() Their current weapon is set to their side weapon... ...but their side weapon is set to their current weapon afterwards, which is what they just equipped! Uh oh! After debugging this, you realize that you actually meant to write was... function Player:SwapWeapons() self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon\nend If you were using selene, you would've been alerted right away that your original code looked like an almost_swapped . error[almost_swapped]: this looks like you are trying to swap `self.CurrentWeapon` and `self.SideWeapon` ┌── fail.lua:4:5 ─── │ 4 │ ╭ self.CurrentWeapon = self.SideWeapon 5 │ │ self.SideWeapon = self.CurrentWeapon │ ╰────────────────────────────────────────^ │ = try: `self.CurrentWeapon, self.SideWeapon = self.SideWeapon, self.CurrentWeapon` Other bugs arise because of Lua's lack of typing. While it can feel freeing to developers to not have to specify types everywhere, it makes it easier to mess up and write broken code. For example, take the following code: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do This code is yet again technically correct, but not what we wanted to do. pairs will take the first argument, GoldShop, and ignore the rest. Worse, the shop variable will now be the values of the contents of GoldShop, not the shop itself. This can cause massive headaches, since although you're likely to get an error later down the line, it's more likely it'll be in the vein of \"attempt to index a nil value items\" than something more helpful. If you used ipairs instead of pairs, your code inside might just not run, and won't produce an error at all. Yet again, selene saves us. error[incorrect_standard_library_use]: standard library function `pairs` requires 1 parameters, 3 passed ┌── fail.lua:1:16 ─── │ 1 │ for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ This clues the developer into writing the code they meant to write: for _, shop in pairs({ GoldShop, ItemShop, MedicineShop }) do","breadcrumbs":"Motivation » Because bugs","id":"3","title":"Because bugs"},"30":{"body":"---\nglobals: foo: any: true This specifies that the field can be used in any possible way, meaning that foo.x, foo:y(), etc will all validate.","breadcrumbs":"Usage » Standard Library Format » Any","id":"30","title":"Any"},"31":{"body":"---\nglobals: tonumber: args: - type: any - type: number required: false A field is a function if it contains an args and/or method field. If method is specified as true and the function is inside a table, then it will require the function be called in the form of Table:FunctionName(), instead of Table.FunctionName(). args is an array of arguments, in order of how they're used in the function. An argument is in the form of: required?: false | true | string;\ntype: \"any\" | \"bool\" | \"function\" | \"nil\" | \"number\" | \"string\" | \"table\" | \"...\" | string[] | { \"display\": string } \"required\" true - The default, this argument is required. false - This argument is optional. A string - This argument is required, and not using it will give this as the reason why. \"observes\" This field is used for allowing smarter introspection of how the argument given is used. \"read-write\" - The default. This argument is potentially both written to and read from. \"read\" - This argument is only read from. Currently unused. \"write\" - This argument is only written to. Used by unused_variable to assist in detecting a variable only being written to, even if passed into a function. Example: table.insert: args: - type: table observes: write # This way, `table.insert(x, 1)` doesn't count as a read to `x` - type: any - required: false type: any \"must_use\" This field is used for checking if the return value of a function is used. false - The default. The return value of this function does not need to be used. true - The return value of this function must be used. Example: tostring: args: - type: any must_use: true Argument types \"any\" - Allows any value. \"bool\", \"function\", \"nil\", \"number\", \"string\", \"table\" - Expects a value of the respective type. \"...\" - Allows any number of variables after this one. If required is true (it is by default), then this will lint if no additional arguments are given. It is incorrect to have this in the middle. Constant list of strings - Will check if the value provided is one of the strings in the list. For example, collectgarbage only takes one of a few exact string arguments--doing collectgarbage(\"count\") will work, but collectgarbage(\"whoops\") won't. { \"display\": string } - Used when no constant could possibly be correct. If a constant is used, selene will tell the user that an argument of the type (display) is required. For an example, the Roblox method Color3.toHSV expects a Color3 object--no constant inside it could be correct, so this is defined as: ---\nglobals: Color3.toHSV: args: - type: display: Color3","breadcrumbs":"Usage » Standard Library Format » Functions","id":"31","title":"Functions"},"32":{"body":"---\nglobals: _VERSION: property: read-only Specifies that a property exists. For example, _VERSION is available as a global and doesn't have any fields of its own, so it is just defined as a property. The same goes for _G, which is defined as: _G: property: new-fields The value of property tells selene how it can be mutated and used: \"read-only\" - New fields cannot be added or set, and the variable itself cannot be redefined. \"new-fields\" - New fields can be added and set, but variable itself cannot be redefined. In the case of _G, it means that _G = \"foo\" is linted against. \"override-fields\" - New fields can't be added, but entire variable can be overridden. In the case of Roblox's Instance.Name, it means we can do Instance.Name = \"Hello\", but not Instance.Name.Call(). \"full-write\" - New fields can be added and entire variable can be overridden.","breadcrumbs":"Usage » Standard Library Format » Properties","id":"32","title":"Properties"},"33":{"body":"---\nglobals: game: struct: DataModel Specifies that the field is an instance of a struct . The value is the name of the struct.","breadcrumbs":"Usage » Standard Library Format » Struct","id":"33","title":"Struct"},"34":{"body":"---\nglobals: math.huge: property: read-only math.pi: property: read-only A field is understood as a table if it has fields of its own. Notice that math is not defined anywhere, but its fields are. This will create an implicit math with the property writability of read-only.","breadcrumbs":"Usage » Standard Library Format » Tables","id":"34","title":"Tables"},"35":{"body":"Any field or arg can have a deprecation notice added to it, which will then be read by the deprecated lint . ---\nglobals: table.getn: args: - type: table - type: number deprecated: message: \"`table.getn` has been superseded by #.\" replace: - \"#%1\" The deprecated field consists of two subfields. message is required, and is a human readable explanation of what the deprecation is, and potentially why. replace is an optional array of replacements. The most relevant replacement is suggested to the user. If used with a function, then every parameter of the function will be provided. For instance, since table.getn's top replacement is #%1: table.getn(x) will suggest #x table.getn() will not suggest anything, as there is no relevant suggestion You can also use %... to list every argument, separated by commas. The following: ---\nglobals: call: deprecated: message: \"call will be removed in the next version\" replace: - \"newcall(%...)\" args: - type: \"...\" required: false ...will suggest newcall(1, 2, 3) for call(1, 2, 3), and newcall() for call(). You can also use %% to write a raw %.","breadcrumbs":"Usage » Standard Library Format » Deprecated","id":"35","title":"Deprecated"},"36":{"body":"---\nglobals: getfenv: removed: true Used when your standard library is based off another, and your library removes something from the original.","breadcrumbs":"Usage » Standard Library Format » Removed","id":"36","title":"Removed"},"37":{"body":"Structs are used in places such as Roblox Instances. Every Instance in Roblox, for example, declares a :GetChildren() method. We don't want to have to define this everywhere an Instance is declared globally, so instead we just define it once in a struct. Structs are defined as fields of structs. Any fields they have will be used for instances of that struct. For example, the Roblox standard library has the struct: ---\nstructs: Event: Connect: method: true args: - type: function From there, it can define: globals: workspace.Changed: struct: Event ...and selene will know that workspace.Changed:Connect(callback) is valid, but workspace.Changed:RandomNameHere() is not.","breadcrumbs":"Usage » Standard Library Format » Structs","id":"37","title":"Structs"},"38":{"body":"Fields can specify requirements if a field is referenced that is not explicitly named. For example, in Roblox, instances can have arbitrary fields of other instances (workspace.Baseplate indexes an instance named Baseplate inside workspace, but Baseplate is nowhere in the Roblox API). We can specify this behavior by using the special \"*\" field. workspace.*: struct: Instance This will tell selene \"any field accessed from workspace that doesn't exist must be an Instance struct \". Wildcards can even be used in succession. For example, consider the following: script.Name: property: override-fields script.*.*: property: full-write Ignoring the wildcard, so far this means: script.Name = \"Hello\" will work. script = nil will not work, because the writability of script is not specified. script.Name.UhOh will not work, because script.Name does not have fields. However, with the wildcard, this adds extra meaning: script.Foo = 3 will not work, because the writability of script.* is not specified. script.Foo.Bar = 3 will work, because script.*.* has full writability. script.Foo.Bar.Baz = 3 will work for the same reason as above.","breadcrumbs":"Usage » Standard Library Format » Wildcards","id":"38","title":"Wildcards"},"39":{"body":"There are some properties that exist in standard library YAMLs that exist specifically for internal purposes. This is merely a reference, but these are not guaranteed to be stable.","breadcrumbs":"Usage » Standard Library Format » Internal properties","id":"39","title":"Internal properties"},"4":{"body":"While it's nice to write code however you want to, issues can arise when you are working with other people, or plan on open sourcing your work for others to contribute to. It's best for everyone involved if they stuck to the same way of writing Lua. Consider this contrived example: call(1 / 0) The person who wrote this code might have known that 1 / 0 evaluates to math.huge. However, anyone working on that code will likely see it and spend some time figuring out why they wrote the code that way. If the developer was using selene, this code would be denied: warning[divide_by_zero]: dividing by zero is not allowed, use math.huge instead ┌── fail.lua:1:6 ─── │ 1 │ call(1 / 0) │ ^^^^^ │ Furthermore, selene is meant to be easy for developers to add their own lints to. You could create your own lints for your team to prevent behavior that is non-idiomatic to the codebase. For example, let's say you're working on a Roblox codebase, and you don't want your developers using the data storage methods directly. You could create your own lint so that this code: local DataStoreService = game:GetService(\"DataStoreService\") ...creates a warning, discouraging its use. For more information on how to create your own lints, check out the contribution guide .","breadcrumbs":"Motivation » Because idiomatic Lua","id":"4","title":"Because idiomatic Lua"},"40":{"body":"This specifies the name of the standard library. This is used internally for cases such as only giving Roblox lints if the standard library is named \"roblox\".","breadcrumbs":"Usage » Standard Library Format » name","id":"40","title":"name"},"41":{"body":"A timestamp of when the standard library was last updated. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_updated","id":"41","title":"last_updated"},"42":{"body":"A timestamp of the last selene version that generated this standard library. This is used by the Roblox standard library generator to update when it gets too old.","breadcrumbs":"Usage » Standard Library Format » last_selene_version","id":"42","title":"last_selene_version"},"43":{"body":"A map of every Roblox class and their properties, for roblox_incorrect_roact_usage .","breadcrumbs":"Usage » Standard Library Format » roblox_classes","id":"43","title":"roblox_classes"},"44":{"body":"selene is built with Roblox development in mind, and has special features for Roblox developers. If you try to run selene on a Roblox codebase, you'll get a bunch of errors saying things such as \"game is not defined\". This is because these are Roblox specific globals that selene does not know about. You'll need to install the Roblox standard library in order to fix these issues, as well as get Roblox specific lints.","breadcrumbs":"Roblox Guide » Roblox Guide","id":"44","title":"Roblox Guide"},"45":{"body":"Thankfully, this process is very simple. All you need to do is edit your selene.toml (or create one) and add the following: std = \"roblox\" The next time you run selene, or if you use the Visual Studio Code extension and start typing Lua code, a Roblox standard library will be automatically generated and used. This is an automatic process that occurs whenever you don't have a cached standard library file and your selene.toml has std = \"roblox\".","breadcrumbs":"Roblox Guide » Installation","id":"45","title":"Installation"},"46":{"body":"The Roblox standard library file is updated automatically every 6 hours. If you need an update faster than that, you can run selene update-roblox-std manually.","breadcrumbs":"Roblox Guide » Updating definitions","id":"46","title":"Updating definitions"},"47":{"body":"Roblox has provided an open source testing utility called TestEZ , which allows you to write unit tests for your code. Writing unit tests is good practice, but selene will get angry at you if you don't include a testez.yml file and set the standard library to the following: std = \"roblox+testez\" But first you'll need to create a testez.yml file, which you can do so with this template .","breadcrumbs":"Roblox Guide » TestEZ Support","id":"47","title":"TestEZ Support"},"48":{"body":"There may be cases where you would rather not have selene automatically update the Roblox standard library, such as if speed is critically important and you want to limit potential internet access (generating the standard library requires an active internet connection). selene supports \"pinning\" the standard library to a specific version. Add the following to your selene.toml configuration: # `floating` by default, meaning it is stored in a cache folder on your system\nroblox-std-source = \"pinned\" This will generate the standard library file into roblox.yml where it is run. You can also create a roblox.yml file manually with selene generate-roblox-std.","breadcrumbs":"Roblox Guide » Pinned standard library","id":"48","title":"Pinned standard library"},"49":{"body":"selene is written in Rust, so knowledge of the ecosystem is expected. selene uses Full Moon to parse the Lua code losslessly, meaning whitespace and comments are preserved. You can read the full documentation for full-moon on its docs.rs page. TODO: Upload selene-lib on crates.io and link the docs.rs page for that as well as throughout the rest of this article.","breadcrumbs":"Contributing » Contributing","id":"49","title":"Contributing"},"5":{"body":"","breadcrumbs":"Luacheck Comparison » Luacheck Comparison","id":"5","title":"Luacheck Comparison"},"50":{"body":"In selene, lints are created in isolated modules. To start, create a file in selene-lib/src/lints with the name of your lint. In this example, we're going to call the lint cool_lint.rs. Let's now understand what a lint consists of. selene takes lints in the form of structs that implement the Lint trait. The Lint trait expects: A Config associated type that defines what the configuration format is expected to be. Whatever you pass must be deserializable . An Error associated type that implements std::error::Error . This is used if configurations can be invalid (such as a parameter only being a number within a range). Most of the time, configurations cannot be invalid (other than deserializing errors, which are handled by selene), and so you can set this to std::convert::Infallible . A SEVERITY constant which is either Severity::Error or Severity::Warning. Use Error if the code is positively impossible to be correct. A LINT_TYPE constant which is either Complexity, Correctness, Performance, or Style. So far not used for anything. A new function with the signature fn new(config: Self::Config) -> Result. With the selene CLI, this is called once. A pass function with the signature fn pass(&self, ast: &full_moon::ast::Ast, context: &Context, ast_context: &AstContext) -> Vec. The ast argument is the full-moon representation of the code. The context argument provides optional additional information, such as the standard library being used. The ast_context argument provides context specific to that AST, such as its scopes. Any Diagnostic structs returned here are displayed to the user. For our purposes, we're going to write: use super::*;\nuse std::convert::Infallible; struct CoolLint; impl Lint for CoolLint { type Config = (); type Error = Infallible; const SEVERITY: Severity = Severity::Warning; const LINT_TYPE: LintType = LintType::Style; fn new(_: Self::Config) -> Result { Ok(CoolLint) } fn pass(&self, ast: &Ast, _: &Context, _: &AstContext) -> Vec { unimplemented!() }\n} The implementation of pass is completely up to you, but there are a few common patterns. Creating a visitor over the ast provided and creating diagnostics based off of that. See divide_by_zero and suspicious_reverse_loop for straight forward examples. Using the ScopeManager struct to lint based off of usage of variables and references. See shadowing and global_usage .","breadcrumbs":"Contributing » Writing a lint","id":"50","title":"Writing a lint"},"51":{"body":"Now that we have our lint, we have to make sure selene actually knows to use it. There are two places you need to update. In selene-lib/src/lib.rs, search for use_lints!. You will see something such as: use_lints! { almost_swapped: lints::almost_swapped::AlmostSwappedLint, divide_by_zero: lints::divide_by_zero::DivideByZeroLint, empty_if: lints::empty_if::EmptyIfLint, ...\n} Put your lint in this list (alphabetical order) as the following format: lint_name: lints::module_name::LintObject, For us, this would be: cool_lint: lints::cool_lint::CoolLint, Next, in selene-lib/src/lints.rs, search for pub mod, and you will see: pub mod almost_swapped;\npub mod divide_by_zero;\npub mod empty_if;\n... Put your module name in this list, also in alphabetical order. pub mod almost_swapped;\npub mod cool_lint;\npub mod divide_by_zero;\npub mod empty_if;\n... And we're done! You should be able to cargo build --bin selene and be able to use your new lint.","breadcrumbs":"Contributing » Getting selene to recognize the new lint","id":"51","title":"Getting selene to recognize the new lint"},"52":{"body":"The selene codebase uses tests extensively for lints. It means we never have to actually build the CLI tool in order to test, and we can make sure we don't have any regressions. Testing is required if you want to submit your lint to the selene codebase. To write a simple test, create a folder in selene-lib/tests with the name of your lint. Then, create as many .lua files as you want to test. These should contain both cases that do and do not lint. For our cases, we're going to assume our test is called cool_lint.lua. Then, in your lint module, add at the bottom: #[cfg(test)]\nmod tests { use super::{super::test_util::test_lint, *}; #[test] fn test_cool_lint() { test_lint( CoolLint::new(()).unwrap(), \"cool_lint\", \"cool_lint\", ); }\n} Let's discuss what this code means, assuming you're familiar with the way tests are written and performed in Rust . The test_lint function is the easiest way to test that a lint works. It'll search the source code we made before, run selene on it (only your lint), and check its results with the existing [filename].stderr file, or create one if it does not yet exist. The first argument is the lint object to use. CoolLint::new(()) just means \"create CoolLint with a configuration of ()\". If your lint specifies a configuration, this will instead be something such as CoolLintConfig::default() or whatever you're specifically testing. The .unwrap() is just because CoolLint::new returns a Result. If you want to test configuration errors, you can avoid test_lint altogether and just test CoolLint::new(...).is_err() directly. The first \"cool_lint\" is the name of the folder we created. The second \"cool_lint\" is the name of the Lua file we created. Now, just run cargo test, and a .stderr file will be automatically generated! You can manipulate it however you see fit as well as modifying your lint, and so long as the file is there, selene will make sure that its accurate. Optionally, you can add a .std.toml with the same name as the test next to the lua file, where you can specify a custom standard library to use. If you do not, the Lua 5.1 standard library will be used.","breadcrumbs":"Contributing » Writing tests","id":"52","title":"Writing tests"},"53":{"body":"This step is only if you are contributing to the selene codebase, and not just writing personal lints (though I'm sure your other programmers would love if you did this). To document a new lint, edit docs/src/SUMMARY.md, and add your lint to the table of contents along the rest. As with everything else, make sure it's in alphabetical order. Then, edit the markdown file it creates (if you have mdbook serve on, it'll create it for you), and write it in this format: # lint_name\n## What it does\nExplain what your lint does, simply. ## Why this is bad\nExplain why a user would want to lint this. ## Configuration\nSpecify any configuration if it exists. ## Example\n```lua\n-- Bad code here\n``` ...should be written as... ```lua\n-- Good code here\n``` ## Remarks\nIf there's anything else a user should know when using this lint, write it here. This isn't a strict format, and you can mess with it as appropriate. For example, standard_library does not have a \"Why this is bad\" section as not only is it a very encompassing lint, but it should be fairly obvious. Many lints don't specify a \"...should be written as...\" as it is either something with various potential fixes (such as global_usage ) or because the \"good code\" is just removing parts entirely (such as unbalanced_assignments ).","breadcrumbs":"Contributing » Documenting it","id":"53","title":"Documenting it"},"54":{"body":"The following is the list of lints that selene will check for in your code.","breadcrumbs":"Lints » Lints","id":"54","title":"Lints"},"55":{"body":"","breadcrumbs":"Lints » almost_swapped » almost_swapped","id":"55","title":"almost_swapped"},"56":{"body":"Checks for foo = bar; bar = foo sequences.","breadcrumbs":"Lints » almost_swapped » What it does","id":"56","title":"What it does"},"57":{"body":"This looks like a failed attempt to swap.","breadcrumbs":"Lints » almost_swapped » Why this is bad","id":"57","title":"Why this is bad"},"58":{"body":"a = b\nb = a ...should be written as... a, b = b, a","breadcrumbs":"Lints » almost_swapped » Example","id":"58","title":"Example"},"59":{"body":"","breadcrumbs":"Lints » constant_table_comparison » constant_table_comparison","id":"59","title":"constant_table_comparison"},"6":{"body":"selene is not the first Lua linter. The main inspiration behind selene is luacheck . However, the two have very little in common besides inception. selene is actively maintained, while at the time of writing luacheck's last commit was in October 2018. selene is written in Rust, while luacheck is written in Lua. In practice, this means that selene is much faster than luacheck while also being able to easily take advantage of features luacheck cannot because of the difficulty of using dependencies in Lua. selene is multithreaded, again leading to significantly better performance. selene has rich output, while luacheck has basic output. selene: error[suspicious_reverse_loop]: this loop will only ever run once at most ┌── fail.lua:1:9 ─── │ 1 │ for _ = #x, 1 do │ ^^^^^ │ = help: try adding `, -1` after `1` luacheck: Checking fail.lua 2 warnings fail.lua:1:1: numeric for loop goes from #(expr) down to 1 but loop step is not negative selene uses TOML files for configuration, while luacheck uses .luacheckrc, which runs Lua. selene allows for standard library configuration such as argument types, argument counts, etc, while luacheck only allows knowing that fields exist and can be written to. In practice, this means that selene catches: for _, shop in pairs(GoldShop, ItemShop, MedicineShop) do math.pi() ...while luacheck does not. selene has English names for lints instead of arbitrary numbers. In luacheck, you ignore \" 211 \", while in selene you ignore \" unbalanced_assignments \". selene has distinctions for \"deny\" and \"warn\", while every luacheck lint is the same. selene has a much simpler codebase, and is much easier to add your own lints to. selene has optional support and large focus specifically for Roblox development. selene will only show you files that lint, luacheck only does this with the -q option (quiet). selene filters specific lints and applies over code rather than lines, luacheck does not. selene has significantly more lints . This is not to say selene is objectively better than luacheck, at least not yet. luacheck has lints for long lines and whitespace issues, selene does not as it is unclear whether style issues like these are fit for a linter or better under the scope of a Lua beautifier. luacheck officially supports versions past Lua 5.1, selene does not yet as there is not much demand. luacheck supports the following lints that selene does not yet: Unreachable code Unused labels (selene does not officially support Lua 5.2 yet) Detecting variables that are only ever mutated, but not read Using uninitialized variables","breadcrumbs":"Luacheck Comparison » selene vs. luacheck","id":"6","title":"selene vs. luacheck"},"60":{"body":"Checks for direct comparisons with constant tables.","breadcrumbs":"Lints » constant_table_comparison » What it does","id":"60","title":"What it does"},"61":{"body":"This will always fail.","breadcrumbs":"Lints » constant_table_comparison » Why this is bad","id":"61","title":"Why this is bad"},"62":{"body":"if x == { \"a\", \"b\", \"c\" } then ...will never pass. if x == {} then ...should be written as... if next(x) == nil then","breadcrumbs":"Lints » constant_table_comparison » Example","id":"62","title":"Example"},"63":{"body":"","breadcrumbs":"Lints » deprecated » deprecated","id":"63","title":"deprecated"},"64":{"body":"Checks for use of deprecated fields and functions, as configured by your standard library .","breadcrumbs":"Lints » deprecated » What it does","id":"64","title":"What it does"},"65":{"body":"Deprecated fields may not be getting any support, or even face the possibility of being removed.","breadcrumbs":"Lints » deprecated » Why this is bad","id":"65","title":"Why this is bad"},"66":{"body":"allow - A list of patterns where the deprecated lint will not throw. For instance, [\"table.getn\"] will allow you to use table.getn, even though it is deprecated. This supports wildcards, so table.* will allow both table.getn and table.foreach.","breadcrumbs":"Lints » deprecated » Configuration","id":"66","title":"Configuration"},"67":{"body":"local count = table.getn(x) ...should be written as... local count = #x","breadcrumbs":"Lints » deprecated » Example","id":"67","title":"Example"},"68":{"body":"","breadcrumbs":"Lints » divide_by_zero » divide_by_zero","id":"68","title":"divide_by_zero"},"69":{"body":"Checks for division by zero. Allows 0 / 0 as a way to get nan .","breadcrumbs":"Lints » divide_by_zero » What it does","id":"69","title":"What it does"},"7":{"body":"luacheck does not require much configuration to begin with, so migration should be easy. You can configure what lints are allowed in the configuration . Do you have a custom standard library (custom globals, functions, etc)? Read the standard library guide . Are you a Roblox developer using something like luacheck-roblox ? A featureful standard library for Roblox is generated with every commit on GitHub. TODO: Have a flag in the selene CLI to generate a Roblox standard library a la generate-roblox-std? Should generate-roblox-std be uploaded to crates.io?","breadcrumbs":"Luacheck Comparison » Migration","id":"7","title":"Migration"},"70":{"body":"n / 0 equals math.huge when n is positive, and -math.huge when n is negative. Use these values directly instead, as using the / 0 way is confusing to read and non-idiomatic.","breadcrumbs":"Lints » divide_by_zero » Why this is bad","id":"70","title":"Why this is bad"},"71":{"body":"print(1 / 0)\nprint(-1 / 0) ...should be written as... print(math.huge)\nprint(-math.huge)","breadcrumbs":"Lints » divide_by_zero » Example","id":"71","title":"Example"},"72":{"body":"","breadcrumbs":"Lints » duplicate_keys » duplicate_keys","id":"72","title":"duplicate_keys"},"73":{"body":"Checks for duplicate keys being defined inside of tables.","breadcrumbs":"Lints » duplicate_keys » What it does","id":"73","title":"What it does"},"74":{"body":"Tables with a key defined more than once will only use one of the values.","breadcrumbs":"Lints » duplicate_keys » Why this is bad","id":"74","title":"Why this is bad"},"75":{"body":"local foo = { a = 1, b = 5, [\"a\"] = 3, -- duplicate definition c = 3, b = 1, -- duplicate definition\n} local bar = { \"foo\", \"bar\", [1524] = \"hello\", \"baz\", \"foobar\", [2] = \"goodbye\", -- duplicate to `bar` which has key `2`\n}","breadcrumbs":"Lints » duplicate_keys » Example","id":"75","title":"Example"},"76":{"body":"Only handles keys which constant string/number literals or named (such as { a = true }). Array-like values are also handled, where {\"foo\"} is implicitly handled as { [1] = \"foo\" }.","breadcrumbs":"Lints » duplicate_keys » Remarks","id":"76","title":"Remarks"},"77":{"body":"","breadcrumbs":"Lints » empty_if » empty_if","id":"77","title":"empty_if"},"78":{"body":"Checks for empty if blocks.","breadcrumbs":"Lints » empty_if » What it does","id":"78","title":"What it does"},"79":{"body":"You most likely forgot to write code in there or commented it out without commenting out the if statement itself.","breadcrumbs":"Lints » empty_if » Why this is bad","id":"79","title":"Why this is bad"},"8":{"body":"selene is mostly intended for use as a command line tool. In this section, you will learn how to use selene in this manner.","breadcrumbs":"Command Line Interface » Command Line Interface","id":"8","title":"Command Line Interface"},"80":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_if » Configuration","id":"80","title":"Configuration"},"81":{"body":"-- Each of these branches count as an empty if.\nif a then\nelseif b then\nelse\nend if a then -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_if » Example","id":"81","title":"Example"},"82":{"body":"","breadcrumbs":"Lints » empty_loop » empty_loop","id":"82","title":"empty_loop"},"83":{"body":"Checks for empty loop blocks.","breadcrumbs":"Lints » empty_loop » What it does","id":"83","title":"What it does"},"84":{"body":"You most likely forgot to write code in there or commented it out without commenting out the loop statement itself.","breadcrumbs":"Lints » empty_loop » Why this is bad","id":"84","title":"Why this is bad"},"85":{"body":"comments_count (default: false) - A bool that determines whether or not if statements with exclusively comments are empty.","breadcrumbs":"Lints » empty_loop » Configuration","id":"85","title":"Configuration"},"86":{"body":"-- Counts as an empty loop\nfor _ in {} do\nend for _ in {} do -- If comments_count is true, this will not count as empty.\nend","breadcrumbs":"Lints » empty_loop » Example","id":"86","title":"Example"},"87":{"body":"","breadcrumbs":"Lints » global_usage » global_usage","id":"87","title":"global_usage"},"88":{"body":"Prohibits use of _G.","breadcrumbs":"Lints » global_usage » What it does","id":"88","title":"What it does"},"89":{"body":"_G is global mutable state, which is heavily regarded as harmful. You should instead refactor your code to be more modular in nature.","breadcrumbs":"Lints » global_usage » Why this is bad","id":"89","title":"Why this is bad"},"9":{"body":"selene is written in Rust, and the recommended installation method is through the Cargo package manager . To use Cargo, you must first install Rust. rustup.rs is a tool that makes this very easy. Once you have Rust installed, use either command: If you want the most stable version of selene cargo install selene If you want the most up to date version of selene cargo install --branch main --git https://github.com/Kampfkarren/selene selene","breadcrumbs":"Command Line Interface » Installation » Installation","id":"9","title":"Installation"},"90":{"body":"ignore_pattern - A regular expression for variables that are allowed to be global variables. The default disallows all global variables regardless of their name.","breadcrumbs":"Lints » global_usage » Configuration","id":"90","title":"Configuration"},"91":{"body":"If you are using the Roblox standard library, use of shared is prohibited under this lint.","breadcrumbs":"Lints » global_usage » Remarks","id":"91","title":"Remarks"},"92":{"body":"_G.foo = 1","breadcrumbs":"Lints » global_usage » Example","id":"92","title":"Example"},"93":{"body":"","breadcrumbs":"Lints » high_cyclomatic_complexity » high_cyclomatic_complexity","id":"93","title":"high_cyclomatic_complexity"},"94":{"body":"Measures the cyclomatic complexity of a function to see if it exceeds the configure maximum.","breadcrumbs":"Lints » high_cyclomatic_complexity » What it does","id":"94","title":"What it does"},"95":{"body":"High branch complexity can lead to functions that are hard to test, and harder to reason about.","breadcrumbs":"Lints » high_cyclomatic_complexity » Why this is bad","id":"95","title":"Why this is bad"},"96":{"body":"maximum_complexity (default: 40) - A number that determines the maximum threshold for cyclomatic complexity, beyond which the lint will report.","breadcrumbs":"Lints » high_cyclomatic_complexity » Configuration","id":"96","title":"Configuration"},"97":{"body":"function MyComponent(props) if props.option1 == \"enum_value1\" then -- 1st path return React.createElement(\"Instance\") elseif props.option1 == \"enum_value2\" -- 2nd path or props.option2 == nil then -- 3rd path return React.createElement( \"TextLabel\", { Text = if _G.__DEV__ then \"X\" else \"Y\" }-- 4th path ) else return if props.option2 == true -- 5th path then React.createElement(\"Frame\") else nil end\nend","breadcrumbs":"Lints » high_cyclomatic_complexity » Example","id":"97","title":"Example"},"98":{"body":"This lint is off by default. In order to enable it, add this to your selene.toml: [lints]\nhigh_cyclomatic_complexity = \"warn\" # Or \"deny\"","breadcrumbs":"Lints » high_cyclomatic_complexity » Remarks","id":"98","title":"Remarks"},"99":{"body":"","breadcrumbs":"Lints » if_same_then_else » if_same_then_else","id":"99","title":"if_same_then_else"}},"length":207,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"96":{"tf":1.0}}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"5":{".":{"1":{"df":8,"docs":{"111":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}},"df":3,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"6":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"_":{"df":11,"docs":{"110":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":2.0},"3":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":4,"docs":{"201":{"tf":2.0},"32":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}}}},"df":5,"docs":{"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"32":{"tf":2.0},"35":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"3":{"tf":1.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"166":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"134":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"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":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"35":{"tf":1.7320508075688772},"37":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":3.605551275463989},"35":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"201":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"149":{"tf":2.0},"201":{"tf":1.0},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"50":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"180":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"53":{"tf":1.7320508075688772},"57":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"149":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"183":{"tf":1.0},"75":{"tf":1.0}}}},"df":10,"docs":{"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"58":{"tf":2.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"31":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"121":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"187":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"123":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":2.0}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"195":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"107":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":2.449489742783178},"191":{"tf":1.0},"198":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"133":{"tf":1.0},"173":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"157":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"121":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"62":{"tf":1.0},"75":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":5,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"35":{"tf":1.0}},"n":{"d":{"df":4,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"49":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"0":{"tf":1.0},"5":{"tf":1.0},"60":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":4,"docs":{"50":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"137":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":21,"docs":{"11":{"tf":1.0},"129":{"tf":1.0},"15":{"tf":2.23606797749979},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.7320508075688772},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"50":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"105":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"149":{"tf":1.4142135623730951},"18":{"tf":1.0},"200":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"31":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"149":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"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":6,"docs":{"121":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"154":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":2.0},"48":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"46":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"129":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":7,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"35":{"tf":2.6457513110645907},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"187":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"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":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"49":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"116":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"17":{"tf":1.0},"51":{"tf":1.7320508075688772},"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0}}}}}},"t":{"c":{"df":5,"docs":{"197":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"t":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":56,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"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":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.0}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"137":{"tf":1.0},"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"147":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"154":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"13":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"201":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":2.8284271247461903},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"111":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.0},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"50":{"tf":2.0},"52":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":2.0}}},"a":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"159":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":2.23606797749979},"194":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":6,"docs":{"137":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":6,"docs":{"201":{"tf":1.0},"206":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":2.449489742783178},"200":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":3.3166247903554},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.0},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"178":{"tf":1.0},"196":{"tf":1.7320508075688772},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":1.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"162":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"47":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"147":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"50":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.4142135623730951},"3":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":2,"docs":{"93":{"tf":1.0},"98":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":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":{"152":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"191":{"tf":1.7320508075688772},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"119":{"tf":1.0},"152":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"195":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"9":{"tf":2.449489742783178}}},"n":{"c":{"df":9,"docs":{"191":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"166":{"tf":1.0},"190":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":2,"docs":{"11":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"195":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"148":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"147":{"tf":1.0},"201":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"148":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"173":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":2.449489742783178},"194":{"tf":2.449489742783178},"195":{"tf":2.0},"196":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":8,"docs":{"0":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"171":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":41,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"133":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"16":{"tf":2.449489742783178},"17":{"tf":2.23606797749979},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"191":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":3.1622776601683795},"51":{"tf":2.0},"52":{"tf":3.1622776601683795},"53":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"6":{"tf":2.8284271247461903},"66":{"tf":1.0},"7":{"tf":1.0},"91":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"191":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.0},"151":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"180":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"p":{"df":7,"docs":{"116":{"tf":2.0},"162":{"tf":1.4142135623730951},"190":{"tf":1.0},"6":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.0},"6":{"tf":4.242640687119285},"7":{"tf":1.4142135623730951}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":18,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"138":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}},"u":{"df":3,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"181":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"112":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"203":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"203":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":16,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"162":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"142":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"51":{"tf":2.8284271247461903},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"0":{"tf":1.0},"2":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"114":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"161":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"50":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"193":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"32":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":6,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"149":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"31":{"tf":2.0},"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"16":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"157":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"4":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":5,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"201":{"tf":2.0},"206":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"156":{"tf":1.0},"196":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"192":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"t":{"df":3,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"195":{"tf":1.0},"97":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"50":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":1.7320508075688772}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"154":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"134":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"201":{"tf":2.449489742783178},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"32":{"tf":2.449489742783178},"34":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"51":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"148":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"114":{"tf":1.0},"128":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"157":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"114":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"53":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"192":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.7320508075688772},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"53":{"tf":1.0},"65":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"190":{"tf":1.0},"35":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"138":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":3.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"140":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"145":{"tf":1.0},"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":2.6457513110645907},"45":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"193":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.449489742783178},"1":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":2.23606797749979},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":5.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"205":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"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":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"161":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":2.23606797749979},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":4,"docs":{"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"171":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"121":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":1.7320508075688772},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":39,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.6457513110645907},"19":{"tf":1.7320508075688772},"191":{"tf":1.0},"193":{"tf":2.449489742783178},"194":{"tf":2.23606797749979},"195":{"tf":2.0},"196":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"25":{"tf":1.7320508075688772},"26":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"190":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"135":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"116":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"198":{"tf":2.0},"199":{"tf":1.0},"200":{"tf":2.23606797749979},"31":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"195":{"tf":1.0},"202":{"tf":2.0},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"33":{"tf":2.0},"37":{"tf":3.0},"38":{"tf":1.4142135623730951},"50":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"107":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"191":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"160":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"15":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.4142135623730951},"31":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"35":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"116":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"191":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"47":{"tf":1.7320508075688772},"52":{"tf":4.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"28":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":4,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"193":{"tf":1.7320508075688772},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"35":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"36":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":2.0},"203":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":3.3166247903554},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"168":{"tf":1.0}}}}},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"169":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"173":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"149":{"tf":1.0},"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"195":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"135":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":2.23606797749979},"31":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"184":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"193":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0},"18":{"tf":1.0},"50":{"tf":1.0}}}},"df":79,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":3.3166247903554},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.7320508075688772},"200":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":2.449489742783178},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"116":{"tf":2.23606797749979},"149":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.0}}},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"149":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"181":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"129":{"tf":1.0},"152":{"tf":1.0},"187":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"206":{"tf":2.0},"38":{"tf":2.0},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"200":{"tf":1.0},"206":{"tf":2.449489742783178},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":2.449489742783178},"4":{"tf":2.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"23":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}}},"df":1,"docs":{"97":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":5,"docs":{"149":{"tf":1.0},"171":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"breadcrumbs":{"root":{"0":{"df":9,"docs":{"13":{"tf":2.23606797749979},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"162":{"tf":1.0},"4":{"tf":1.7320508075688772},"69":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951}}},"1":{"5":{"2":{"4":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"1":{"df":1,"docs":{"23":{"tf":1.0}}},"7":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"df":23,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"141":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"188":{"tf":1.0},"191":{"tf":2.449489742783178},"22":{"tf":2.449489742783178},"23":{"tf":2.23606797749979},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"35":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"6":{"tf":2.23606797749979},"71":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"92":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}},"2":{".":{"0":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}},"0":{"1":{"8":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}},"df":13,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.7320508075688772},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"35":{"tf":1.4142135623730951},"6":{"tf":1.0},"75":{"tf":1.4142135623730951}},"n":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"3":{"df":9,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.7320508075688772},"3":{"tf":1.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951}},"r":{"d":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"0":{"df":1,"docs":{"96":{"tf":1.0}}},"df":3,"docs":{"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"3":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"5":{".":{"1":{"df":8,"docs":{"111":{"tf":1.0},"18":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.4142135623730951},"52":{"tf":1.0},"6":{"tf":1.0}}},"2":{"'":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}},"df":3,"docs":{"18":{"tf":1.0},"28":{"tf":1.0},"6":{"tf":1.0}}},"3":{"df":1,"docs":{"28":{"tf":1.0}}},"4":{"df":1,"docs":{"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"97":{"tf":1.0}}}}},"6":{"df":2,"docs":{"173":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"_":{"df":11,"docs":{"110":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"190":{"tf":2.23606797749979},"3":{"tf":1.7320508075688772},"50":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"g":{".":{"_":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"_":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"92":{"tf":1.0}}}}}},"df":4,"docs":{"201":{"tf":2.0},"32":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"22":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}}}}}}}}}},"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"48":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":5,"docs":{"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":9,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"194":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}}}}},"df":5,"docs":{"193":{"tf":1.0},"201":{"tf":1.7320508075688772},"32":{"tf":2.0},"35":{"tf":1.0},"6":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"3":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"187":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":20,"docs":{"11":{"tf":1.0},"129":{"tf":2.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"193":{"tf":1.0},"200":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.7320508075688772},"4":{"tf":1.0},"47":{"tf":1.0},"6":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"90":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":6,"docs":{"3":{"tf":1.0},"51":{"tf":1.7320508075688772},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"124":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"52":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":4,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"166":{"tf":1.0},"61":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"47":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"134":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":3,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"121":{"tf":1.0},"203":{"tf":1.0},"34":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"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":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":15,"docs":{"192":{"tf":1.7320508075688772},"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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":6,"docs":{"11":{"tf":1.0},"121":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"35":{"tf":1.7320508075688772},"37":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":18,"docs":{"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"141":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.7320508075688772},"200":{"tf":2.23606797749979},"3":{"tf":1.0},"31":{"tf":3.605551275463989},"35":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":7,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":6,"docs":{"149":{"tf":1.0},"170":{"tf":1.0},"173":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"201":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"149":{"tf":2.0},"201":{"tf":1.0},"52":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"149":{"tf":1.4142135623730951}}}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}}},"df":1,"docs":{"50":{"tf":2.449489742783178}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"180":{"tf":1.0},"23":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"57":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"26":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"d":{"df":28,"docs":{"101":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{},"r":{"df":5,"docs":{"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"75":{"tf":1.7320508075688772}}},"s":{"df":0,"docs":{},"e":{"df":10,"docs":{"149":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.0},"29":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}}}},"i":{"c":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"6":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":3,"docs":{"130":{"tf":1.4142135623730951},"183":{"tf":1.0},"75":{"tf":1.0}}}},"df":10,"docs":{"120":{"tf":1.0},"121":{"tf":1.7320508075688772},"154":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"58":{"tf":2.0},"62":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}}},"df":10,"docs":{"116":{"tf":1.0},"121":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.4142135623730951},"6":{"tf":1.0},"65":{"tf":1.0},"73":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"23":{"tf":1.7320508075688772},"52":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"7":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"11":{"tf":1.0},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"0":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":2,"docs":{"121":{"tf":1.0},"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"124":{"tf":1.0},"6":{"tf":1.7320508075688772}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"116":{"tf":1.0},"141":{"tf":1.0},"19":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}},"t":{"3":{"2":{".":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":6,"docs":{"187":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"80":{"tf":1.0},"85":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"166":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":7,"docs":{"123":{"tf":1.0},"16":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"17":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"95":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"3":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"g":{"df":4,"docs":{"0":{"tf":1.0},"124":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":2.23606797749979}},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"186":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":3,"docs":{"10":{"tf":1.0},"195":{"tf":1.0},"44":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"18":{"tf":1.0},"27":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"45":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"(":{"1":{"df":3,"docs":{"13":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":17,"docs":{"107":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"149":{"tf":1.0},"152":{"tf":1.0},"173":{"tf":2.449489742783178},"191":{"tf":1.0},"198":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.7320508075688772},"47":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":4,"docs":{"10":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"9":{"tf":2.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"195":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"32":{"tf":1.4142135623730951},"40":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"133":{"tf":1.0},"173":{"tf":1.0},"6":{"tf":1.0}}}},"df":1,"docs":{"12":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"157":{"tf":1.0},"23":{"tf":1.0},"3":{"tf":1.0}}}}},"df":6,"docs":{"121":{"tf":1.4142135623730951},"170":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.23606797749979},"62":{"tf":1.0},"75":{"tf":1.0}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"0":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":40,"docs":{"0":{"tf":1.0},"100":{"tf":1.0},"104":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"151":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"168":{"tf":1.0},"170":{"tf":1.0},"175":{"tf":1.0},"180":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951},"4":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"149":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":7,"docs":{"0":{"tf":1.0},"11":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":1,"docs":{"116":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"6":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"0":{"tf":1.0},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":27,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"12":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.4142135623730951},"181":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":2.0},"3":{"tf":3.605551275463989},"4":{"tf":2.449489742783178},"45":{"tf":1.4142135623730951},"47":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"b":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"(":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"3":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"b":{"df":1,"docs":{"142":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"2":{"5":{"5":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}}}},"df":2,"docs":{"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"142":{"tf":1.0}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"35":{"tf":1.0}},"n":{"d":{"df":7,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":2.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"49":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0}},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"17":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"194":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"5":{"tf":1.7320508075688772},"6":{"tf":1.0},"60":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"116":{"tf":1.0},"50":{"tf":1.0}}},"x":{"df":4,"docs":{"50":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"137":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"r":{"df":25,"docs":{"11":{"tf":1.0},"129":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"158":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":2.23606797749979},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"80":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"94":{"tf":1.0},"96":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"157":{"tf":1.0},"70":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"37":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"206":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"35":{"tf":1.0},"50":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"59":{"tf":1.7320508075688772},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"200":{"tf":2.0},"31":{"tf":2.0},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"76":{"tf":1.0}}}}},"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"17":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"17":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"121":{"tf":1.0},"50":{"tf":2.23606797749979}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":7,"docs":{"0":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":2.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"(":{")":{")":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{".":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"101":{"tf":1.0},"105":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"149":{"tf":1.4142135623730951},"18":{"tf":1.0},"200":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"31":{"tf":1.0},"6":{"tf":1.0},"67":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"149":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":2.449489742783178},"53":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"48":{"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":6,"docs":{"121":{"tf":1.0},"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"52":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"4":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"202":{"tf":1.0},"33":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"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":{},"i":{"c":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"194":{"tf":1.0},"26":{"tf":1.0},"9":{"tf":1.0}}}}},"df":2,"docs":{"121":{"tf":1.0},"154":{"tf":1.0}},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"181":{"tf":1.0},"3":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"135":{"tf":1.0}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":20,"docs":{"10":{"tf":1.4142135623730951},"11":{"tf":2.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"18":{"tf":1.0},"182":{"tf":1.4142135623730951},"187":{"tf":1.7320508075688772},"194":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":2.0},"48":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":24,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"149":{"tf":1.0},"175":{"tf":1.0},"178":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":2.0},"25":{"tf":1.0},"29":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"116":{"tf":1.0},"119":{"tf":1.0},"121":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}}}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":7,"docs":{"129":{"tf":1.0},"16":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"4":{"tf":1.0},"6":{"tf":1.0},"98":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":8,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"35":{"tf":2.8284271247461903},"63":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"67":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":1,"docs":{"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"113":{"tf":1.0},"116":{"tf":1.0},"31":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"116":{"tf":1.0},"187":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":8,"docs":{"0":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"6":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"123":{"tf":1.0},"125":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"107":{"tf":1.0},"116":{"tf":1.0},"16":{"tf":1.0},"178":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"128":{"tf":1.0}},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"60":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"149":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"70":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"27":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"0":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"0":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"11":{"tf":2.23606797749979},"13":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.7320508075688772},"31":{"tf":2.0},"50":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"191":{"tf":1.0}}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":6,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"d":{"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":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"49":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}}}}},"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":14,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"16":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"194":{"tf":1.0},"205":{"tf":1.0},"26":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"51":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":5,"docs":{"72":{"tf":1.7320508075688772},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"73":{"tf":1.0},"75":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":5,"docs":{"15":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"6":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"15":{"tf":1.0},"6":{"tf":1.0}}}}}}},"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":{"49":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"45":{"tf":1.0},"53":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"107":{"tf":1.0},"16":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":9,"docs":{"116":{"tf":1.0},"17":{"tf":1.0},"28":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":7,"docs":{"17":{"tf":1.0},"51":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"78":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"82":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"98":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"df":17,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"148":{"tf":1.0},"159":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"15":{"tf":1.0},"201":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"97":{"tf":1.0}}},"2":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}}}},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"100":{"tf":1.0},"104":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"[":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"173":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":13,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":2.0},"142":{"tf":1.0},"147":{"tf":1.4142135623730951},"153":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"3":{"tf":2.0},"44":{"tf":1.0},"50":{"tf":2.0},"52":{"tf":1.0}}}}}},"t":{"c":{"df":5,"docs":{"197":{"tf":1.0},"28":{"tf":1.0},"30":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"152":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}},"t":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"4":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"205":{"tf":1.0},"3":{"tf":1.0},"37":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"200":{"tf":1.0},"31":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":56,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"153":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"18":{"tf":1.0},"183":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":1.0},"194":{"tf":1.7320508075688772},"197":{"tf":1.0},"198":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.7320508075688772},"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":2.0},"32":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"7":{"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":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"11":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979}}},"df":0,"docs":{},"s":{"df":4,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}},"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"0":{"tf":1.0},"113":{"tf":1.0},"18":{"tf":1.0},"186":{"tf":1.0},"193":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"6":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"119":{"tf":1.0},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"r":{"df":1,"docs":{"6":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"137":{"tf":1.0},"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"20":{"tf":1.0}}}}},"r":{"a":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"1":{":":{"1":{"6":{"df":1,"docs":{"3":{"tf":1.0}}},"df":1,"docs":{"6":{"tf":1.0}}},"6":{"df":1,"docs":{"4":{"tf":1.0}}},"9":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{":":{"5":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":3,"docs":{"147":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"s":{"df":7,"docs":{"154":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"31":{"tf":2.23606797749979},"35":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":3,"docs":{"206":{"tf":1.0},"38":{"tf":1.0},"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"114":{"tf":1.0},"46":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"0":{"tf":1.0},"10":{"tf":1.7320508075688772},"13":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}}}},"w":{"df":5,"docs":{"121":{"tf":1.0},"173":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":22,"docs":{"125":{"tf":1.4142135623730951},"191":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"201":{"tf":2.8284271247461903},"202":{"tf":1.0},"203":{"tf":2.0},"205":{"tf":1.4142135623730951},"206":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":2.0},"32":{"tf":2.8284271247461903},"33":{"tf":1.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":2.6457513110645907},"6":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"1":{"df":1,"docs":{"12":{"tf":1.0}}},"2":{"df":1,"docs":{"12":{"tf":1.0}}},"3":{"df":1,"docs":{"12":{"tf":1.0}}},"df":20,"docs":{"11":{"tf":2.0},"111":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.0},"27":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"53":{"tf":1.0},"6":{"tf":1.4142135623730951}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"21":{"tf":1.7320508075688772},"22":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"24":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"9":{"tf":1.0}}}}},"t":{"df":3,"docs":{"14":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}},"x":{"df":4,"docs":{"0":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"53":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"7":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"134":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"50":{"tf":2.0},"52":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"12":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"28":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"45":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"(":{"1":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":2.0}}},"a":{"df":2,"docs":{"120":{"tf":1.0},"121":{"tf":1.0}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"x":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},":":{"df":0,"docs":{},"i":{"df":2,"docs":{"197":{"tf":1.0},"30":{"tf":1.0}}}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"102":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.4142135623730951},"159":{"tf":1.0},"188":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"22":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"56":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"76":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"84":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"t":{"df":39,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":2.6457513110645907},"194":{"tf":1.7320508075688772},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"25":{"tf":2.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"df":6,"docs":{"137":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":1.4142135623730951},"25":{"tf":1.0},"31":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"27":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":6,"docs":{"201":{"tf":1.0},"206":{"tf":1.4142135623730951},"32":{"tf":1.0},"38":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"50":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":28,"docs":{"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"148":{"tf":1.0},"173":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"193":{"tf":1.0},"198":{"tf":2.6457513110645907},"200":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":3.4641016151377544},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"147":{"tf":1.0},"4":{"tf":1.0}}}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"+":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"\"":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"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":{},"i":{"c":{"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":3,"docs":{"202":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"190":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"7":{"tf":2.0}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"3":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"51":{"tf":1.4142135623730951},"65":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"9":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"111":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"142":{"tf":1.4142135623730951},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"199":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"40":{"tf":1.0}},"n":{"df":5,"docs":{"11":{"tf":1.0},"146":{"tf":1.0},"18":{"tf":1.0},"200":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"50":{"tf":1.0},"53":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":19,"docs":{"178":{"tf":1.0},"196":{"tf":2.0},"201":{"tf":1.0},"203":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"44":{"tf":1.0},"7":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"df":2,"docs":{"11":{"tf":1.0},"13":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"162":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}},"e":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"3":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":2,"docs":{"47":{"tf":1.0},"53":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"116":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"147":{"tf":1.0},"39":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"0":{"tf":1.7320508075688772},"18":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"121":{"tf":1.0},"50":{"tf":1.0},"76":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0}}}}}},"r":{"d":{"df":2,"docs":{"3":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"181":{"tf":1.4142135623730951},"3":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":2,"docs":{"124":{"tf":1.0},"89":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"111":{"tf":1.0}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"a":{"d":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":5,"docs":{"201":{"tf":1.0},"206":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"75":{"tf":1.0}}}},"p":{"df":6,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":2.23606797749979},"13":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.0},"6":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"193":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.7320508075688772}}}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":6,"docs":{"93":{"tf":1.7320508075688772},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"95":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"111":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{":":{"/":{"/":{"df":0,"docs":{},"g":{"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":{"/":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"f":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"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":{},"m":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"'":{"df":0,"docs":{},"m":{"df":2,"docs":{"22":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"138":{"tf":1.0},"149":{"tf":1.0},"4":{"tf":1.7320508075688772},"70":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":4,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"107":{"tf":1.0},"11":{"tf":1.0},"173":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0},"6":{"tf":1.4142135623730951}},"e":{"_":{"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":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"34":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"76":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"6":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"47":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"194":{"tf":1.0},"26":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":4,"docs":{"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0}}}}},"df":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":{"152":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"191":{"tf":1.7320508075688772},"206":{"tf":1.0},"3":{"tf":1.0},"38":{"tf":1.0}}}},"i":{"c":{"df":3,"docs":{"119":{"tf":1.0},"152":{"tf":1.0},"186":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"121":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"11":{"tf":2.0},"13":{"tf":1.0},"195":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"116":{"tf":1.0},"171":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"22":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.7320508075688772},"12":{"tf":1.0},"13":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"73":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"10":{"tf":1.4142135623730951},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"9":{"tf":2.8284271247461903}}},"n":{"c":{"df":9,"docs":{"191":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":2.0},"206":{"tf":2.23606797749979},"33":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":2.0},"38":{"tf":2.23606797749979},"66":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"201":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951}},"e":{".":{"c":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":15,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"142":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"198":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"166":{"tf":1.0},"190":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"0":{"tf":1.4142135623730951}}}}},"f":{"a":{"c":{"df":6,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.7320508075688772},"9":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":3,"docs":{"195":{"tf":1.0},"39":{"tf":1.7320508075688772},"40":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"148":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"116":{"tf":1.7320508075688772},"3":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"178":{"tf":1.0},"3":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"111":{"tf":1.4142135623730951},"4":{"tf":1.0},"44":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"t":{"'":{"df":6,"docs":{"0":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"3":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"53":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"3":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"116":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":6,"docs":{"147":{"tf":1.0},"201":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"0":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"2":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":10,"docs":{"115":{"tf":1.0},"116":{"tf":1.0},"148":{"tf":1.4142135623730951},"195":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":9,"docs":{"0":{"tf":1.0},"121":{"tf":1.0},"18":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"6":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":1,"docs":{"7":{"tf":1.0}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"6":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":4,"docs":{"173":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"x":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"6":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"0":{"tf":1.0},"14":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"8":{"tf":1.0}}}},"v":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"'":{"df":3,"docs":{"4":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"b":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":1,"docs":{"49":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":56,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.8284271247461903},"194":{"tf":2.6457513110645907},"195":{"tf":2.23606797749979},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.6457513110645907},"27":{"tf":2.0},"28":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":2.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"14":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":13,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"171":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"6":{"tf":1.4142135623730951},"8":{"tf":2.0},"9":{"tf":1.0}}},"k":{"df":1,"docs":{"49":{"tf":1.0}}},"t":{"1":{"df":1,"docs":{"17":{"tf":1.0}}},"2":{"df":1,"docs":{"17":{"tf":1.0}}},"_":{"1":{"df":1,"docs":{"16":{"tf":1.0}}},"2":{"df":1,"docs":{"16":{"tf":1.0}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"51":{"tf":1.0},"53":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":1,"docs":{"24":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":164,"docs":{"0":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.4142135623730951},"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":2.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"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":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.6457513110645907},"15":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":2.6457513110645907},"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.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":2.449489742783178},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":2.0},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"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":2.23606797749979},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"201":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.7320508075688772},"24":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"35":{"tf":1.0},"4":{"tf":2.0},"40":{"tf":1.0},"44":{"tf":1.0},"50":{"tf":3.3166247903554},"51":{"tf":2.23606797749979},"52":{"tf":3.1622776601683795},"53":{"tf":2.8284271247461903},"54":{"tf":2.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":2.8284271247461903},"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.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"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},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"0":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}}}},"s":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{":":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"50":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"0":{"tf":1.0},"116":{"tf":1.0},"17":{"tf":1.0},"191":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"154":{"tf":1.0},"76":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":3,"docs":{"116":{"tf":1.0},"151":{"tf":1.0},"6":{"tf":1.0}}}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":15,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.7320508075688772},"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"180":{"tf":1.0},"188":{"tf":1.0},"191":{"tf":2.23606797749979},"22":{"tf":2.449489742783178},"23":{"tf":1.7320508075688772},"4":{"tf":1.0},"67":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"121":{"tf":2.0}},"i":{"c":{"df":2,"docs":{"11":{"tf":1.0},"116":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.0},"6":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":3,"docs":{"28":{"tf":1.0},"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}},"p":{"df":7,"docs":{"116":{"tf":2.0},"162":{"tf":1.4142135623730951},"190":{"tf":1.0},"6":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}}}},"t":{"df":1,"docs":{"3":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"53":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"152":{"tf":1.0}}}}}},"u":{"a":{"'":{"df":1,"docs":{"3":{"tf":1.0}}},"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"u":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"5":{"1":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.0},"195":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951}}},"2":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"tf":1.0}}}}}},"df":4,"docs":{"18":{"tf":1.4142135623730951},"195":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0}}},"3":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"28":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"'":{"df":1,"docs":{"6":{"tf":1.0}}},"df":4,"docs":{"0":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"6":{"tf":4.47213595499958},"7":{"tf":1.7320508075688772}},"r":{"c":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":18,"docs":{"0":{"tf":1.0},"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"138":{"tf":1.0},"18":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"25":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"28":{"tf":2.449489742783178},"3":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"6":{"tf":2.6457513110645907}},"j":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"28":{"tf":1.7320508075688772}}}}},"u":{"df":3,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"m":{"a":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"6":{"tf":1.0},"9":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"6":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"128":{"tf":1.0},"149":{"tf":1.0},"181":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"9":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":5,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"18":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"8":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"112":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":4,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":1,"docs":{"43":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":1,"docs":{"132":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"13":{"tf":1.0},"173":{"tf":1.0}}}},"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":6,"docs":{"13":{"tf":1.4142135623730951},"203":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"71":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"203":{"tf":1.0},"34":{"tf":1.0},"6":{"tf":1.0}}}}},"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"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":{"96":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"94":{"tf":1.0},"96":{"tf":1.0}}}}}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"53":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":16,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"162":{"tf":1.0},"173":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"28":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"48":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.7320508075688772},"6":{"tf":1.4142135623730951}},"t":{"df":5,"docs":{"142":{"tf":1.0},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.7320508075688772},"6":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"39":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.7320508075688772}}}},"df":2,"docs":{"3":{"tf":1.0},"53":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":9,"docs":{"11":{"tf":1.0},"187":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"d":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"0":{"tf":1.0},"7":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"n":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"df":2,"docs":{"123":{"tf":1.0},"124":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":4,"docs":{"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0}}}},"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{"df":2,"docs":{"51":{"tf":2.8284271247461903},"52":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":8,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.0},"18":{"tf":1.0},"3":{"tf":2.0},"4":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"0":{"tf":1.0},"2":{"tf":1.7320508075688772},"3":{"tf":1.0},"4":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"114":{"tf":1.0},"6":{"tf":2.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"173":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"126":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":6,"docs":{"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"31":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"89":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"134":{"tf":1.0},"191":{"tf":1.4142135623730951},"201":{"tf":1.0},"32":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"149":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":21,"docs":{"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":1.4142135623730951},"33":{"tf":1.0},"38":{"tf":1.4142135623730951},"40":{"tf":2.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"6":{"tf":1.0},"76":{"tf":1.0},"90":{"tf":1.0}}}},"n":{"df":1,"docs":{"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":2,"docs":{"11":{"tf":1.0},"70":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"22":{"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":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"21":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":8,"docs":{"152":{"tf":1.0},"28":{"tf":1.4142135623730951},"31":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":3,"docs":{"161":{"tf":1.0},"6":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0}}}}},"w":{"(":{"_":{"df":1,"docs":{"50":{"tf":1.0}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"35":{"tf":1.4142135623730951}},"l":{"(":{"1":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":9,"docs":{"0":{"tf":1.4142135623730951},"121":{"tf":1.0},"134":{"tf":1.0},"193":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"32":{"tf":2.449489742783178},"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"53":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"x":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":6,"docs":{"116":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"121":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"198":{"tf":1.0},"200":{"tf":1.0},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"38":{"tf":1.0},"62":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":1,"docs":{"154":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"0":{"tf":1.0},"16":{"tf":1.0}}},"i":{"c":{"df":4,"docs":{"203":{"tf":1.0},"3":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"w":{"df":5,"docs":{"149":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"167":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"31":{"tf":2.0},"35":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"96":{"tf":1.0}}}}},"df":2,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"200":{"tf":1.0},"31":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"191":{"tf":1.7320508075688772},"31":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"15":{"tf":1.0},"53":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"11":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"6":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"111":{"tf":1.0},"6":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"k":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":1,"docs":{"129":{"tf":1.0}}},"l":{"d":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}},"n":{"c":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"205":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0},"74":{"tf":1.0},"9":{"tf":1.0}}},"df":14,"docs":{"111":{"tf":1.0},"12":{"tf":1.0},"129":{"tf":2.0},"16":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"22":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.7320508075688772},"45":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"129":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"193":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"177":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"47":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"199":{"tf":1.0},"20":{"tf":1.0},"201":{"tf":1.0},"28":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"193":{"tf":1.0},"198":{"tf":1.0},"31":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"157":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"0":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"4":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"18":{"tf":1.0},"23":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"193":{"tf":1.0},"4":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":2,"docs":{"115":{"tf":1.0},"116":{"tf":1.0}}}}}},"df":5,"docs":{"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"6":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"191":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"116":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"29":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"201":{"tf":2.0},"206":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"156":{"tf":1.0},"196":{"tf":1.0},"28":{"tf":1.4142135623730951},"29":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":3,"docs":{"17":{"tf":1.0},"192":{"tf":1.0},"49":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":2.0}},"s":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":1.4142135623730951},"6":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"3":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"136":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"49":{"tf":1.0}}},"t":{"df":2,"docs":{"116":{"tf":1.0},"53":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":13,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"118":{"tf":1.0},"121":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.7320508075688772},"62":{"tf":1.0}}},"t":{"df":3,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"6":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"195":{"tf":1.0},"97":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"11":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"50":{"tf":1.0},"66":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"4":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":3,"docs":{"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"4":{"tf":1.0},"53":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":2.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"15":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"51":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}},"n":{"df":1,"docs":{"4":{"tf":1.0}}},"y":{"df":1,"docs":{"22":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"187":{"tf":1.0},"3":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"116":{"tf":1.0},"154":{"tf":1.0},"50":{"tf":1.0},"70":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"116":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"48":{"tf":1.0},"53":{"tf":1.0}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"47":{"tf":1.0},"6":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"154":{"tf":1.0},"4":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"177":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"(":{"\"":{"a":{"df":1,"docs":{"121":{"tf":1.0}}},"b":{"df":1,"docs":{"121":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":4,"docs":{"102":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"71":{"tf":1.0}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"11":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"28":{"tf":1.0}}}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"45":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"134":{"tf":1.0},"3":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"121":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"22":{"tf":1.0},"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"88":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"22":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"124":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"121":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"146":{"tf":1.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"201":{"tf":2.6457513110645907},"203":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"32":{"tf":2.6457513110645907},"34":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"43":{"tf":1.0}}}}}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"1":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"97":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":11,"docs":{"119":{"tf":1.0},"153":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"25":{"tf":1.0},"29":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"51":{"tf":2.8284271247461903}},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":3,"docs":{"28":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}},"q":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.4142135623730951},"6":{"tf":1.0}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"11":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"15":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"6":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"w":{"df":1,"docs":{"35":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"148":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.4142135623730951}}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"124":{"tf":1.0},"152":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"0":{"tf":2.23606797749979},"114":{"tf":1.0},"128":{"tf":1.0},"157":{"tf":1.0},"181":{"tf":1.0},"31":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"49":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"3":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"152":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"133":{"tf":1.0},"199":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":1.0},"95":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"173":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"111":{"tf":1.0},"15":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"d":{"df":1,"docs":{"16":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"157":{"tf":1.0},"201":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"113":{"tf":1.0},"114":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"157":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"192":{"tf":1.0},"194":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"39":{"tf":1.0},"50":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"89":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"90":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"158":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"90":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"35":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":16,"docs":{"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"173":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"53":{"tf":1.0},"76":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":8,"docs":{"192":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":2.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":2.0},"53":{"tf":1.0},"65":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"22":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"c":{"df":2,"docs":{"190":{"tf":1.0},"35":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":13,"docs":{"138":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.7320508075688772},"199":{"tf":2.0},"200":{"tf":1.4142135623730951},"206":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":3.0},"35":{"tf":1.4142135623730951},"38":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"7":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"200":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":5,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0},"49":{"tf":1.0},"53":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.7320508075688772},"132":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":1.0},"97":{"tf":1.7320508075688772}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"i":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"173":{"tf":1.0},"3":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}}},"o":{"a":{"c":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"\"":{"b":{"a":{"d":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"]":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"7":{"df":2,"docs":{"148":{"tf":1.0},"149":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"148":{"tf":1.4142135623730951},"149":{"tf":2.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"'":{"df":2,"docs":{"201":{"tf":1.0},"32":{"tf":1.0}}},"+":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}}}},".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"194":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"26":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":5,"docs":{"150":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":32,"docs":{"0":{"tf":1.7320508075688772},"10":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"111":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951},"200":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.7320508075688772},"38":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":3.0},"45":{"tf":2.0},"46":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":2.0},"6":{"tf":1.0},"7":{"tf":2.449489742783178},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":12,"docs":{"11":{"tf":1.0},"121":{"tf":1.0},"15":{"tf":1.0},"162":{"tf":1.4142135623730951},"193":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"49":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"9":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":13,"docs":{"127":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"171":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}},"y":{"df":1,"docs":{"44":{"tf":1.0}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"6":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":2,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"51":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"107":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"14":{"tf":1.0},"53":{"tf":1.0},"8":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":9,"docs":{"13":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"94":{"tf":1.0}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":47,"docs":{"0":{"tf":2.8284271247461903},"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"11":{"tf":2.0},"12":{"tf":2.449489742783178},"121":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"14":{"tf":1.0},"15":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.0},"181":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":2.449489742783178},"24":{"tf":1.7320508075688772},"25":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":2.23606797749979},"51":{"tf":2.449489742783178},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"54":{"tf":1.0},"6":{"tf":5.0990195135927845},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"0":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"195":{"tf":1.0},"205":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"205":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":9,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"45":{"tf":1.4142135623730951},"48":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"f":{".":{"c":{"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":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":3.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"[":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"116":{"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":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"187":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"35":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"161":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"53":{"tf":1.0}}}},"t":{"df":8,"docs":{"11":{"tf":1.0},"18":{"tf":1.4142135623730951},"201":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"47":{"tf":1.0},"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":2.449489742783178},"50":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"155":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"50":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"110":{"tf":1.0},"3":{"tf":2.23606797749979},"6":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"158":{"tf":1.0},"171":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"13":{"tf":1.0},"6":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"107":{"tf":1.0},"173":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"19":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"3":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":5,"docs":{"11":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"22":{"tf":1.0},"53":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"121":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":13,"docs":{"121":{"tf":1.0},"190":{"tf":1.0},"196":{"tf":1.0},"204":{"tf":1.0},"22":{"tf":2.23606797749979},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"36":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"7":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"1":{"tf":1.0},"4":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":6,"docs":{"17":{"tf":1.0},"18":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"38":{"tf":1.0},"44":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":8,"docs":{"10":{"tf":1.0},"17":{"tf":2.0},"39":{"tf":1.0},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"6":{"tf":1.4142135623730951}},"i":{"df":24,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.0},"206":{"tf":2.0},"27":{"tf":1.0},"28":{"tf":2.23606797749979},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"38":{"tf":2.0},"40":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"n":{"d":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"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":{"53":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":56,"docs":{"109":{"tf":1.0},"111":{"tf":1.7320508075688772},"113":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":2.8284271247461903},"19":{"tf":2.0},"191":{"tf":1.0},"193":{"tf":2.8284271247461903},"194":{"tf":2.449489742783178},"195":{"tf":2.23606797749979},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"25":{"tf":2.23606797749979},"26":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"40":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"42":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.449489742783178},"50":{"tf":1.0},"52":{"tf":1.4142135623730951},"6":{"tf":1.0},"64":{"tf":1.0},"7":{"tf":2.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"0":{"tf":1.0},"190":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"3":{"tf":1.0},"89":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"127":{"tf":1.0},"129":{"tf":1.7320508075688772},"135":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"c":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}}}},"d":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},":":{":":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"11":{"tf":1.7320508075688772},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"193":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"161":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"121":{"tf":1.0},"149":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"116":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"53":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"76":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"198":{"tf":2.0},"199":{"tf":1.0},"200":{"tf":2.23606797749979},"31":{"tf":3.1622776601683795}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"195":{"tf":1.0},"202":{"tf":2.23606797749979},"205":{"tf":2.8284271247461903},"206":{"tf":1.4142135623730951},"33":{"tf":2.23606797749979},"37":{"tf":3.1622776601683795},"38":{"tf":1.4142135623730951},"50":{"tf":2.0}}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"11":{"tf":1.4142135623730951},"50":{"tf":1.0},"6":{"tf":1.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":1,"docs":{"11":{"tf":1.0}}},"df":1,"docs":{"11":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"df":14,"docs":{"107":{"tf":1.0},"170":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"37":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"6":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"15":{"tf":1.0},"35":{"tf":2.23606797749979}}}}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"50":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"35":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":7,"docs":{"27":{"tf":1.0},"28":{"tf":1.7320508075688772},"47":{"tf":1.4142135623730951},"48":{"tf":1.0},"6":{"tf":2.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"s":{"df":1,"docs":{"22":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"11":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"191":{"tf":1.0},"3":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"3":{"tf":1.4142135623730951},"57":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":2,"docs":{"15":{"tf":1.0},"28":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"11":{"tf":1.0}}},"df":2,"docs":{"11":{"tf":1.0},"48":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":15,"docs":{"116":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"191":{"tf":1.0},"198":{"tf":1.4142135623730951},"200":{"tf":1.0},"203":{"tf":1.7320508075688772},"31":{"tf":2.0},"34":{"tf":1.7320508075688772},"35":{"tf":1.0},"53":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"e":{".":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"115":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"35":{"tf":1.0}}},"(":{"df":0,"docs":{},"x":{"df":2,"docs":{"35":{"tf":1.0},"67":{"tf":1.0}}}},"df":2,"docs":{"35":{"tf":1.7320508075688772},"66":{"tf":1.7320508075688772}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"191":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}}}}}}}}}},"x":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":2,"docs":{"191":{"tf":1.4142135623730951},"31":{"tf":1.0}}}}}}}}},":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":8,"docs":{"120":{"tf":1.0},"121":{"tf":1.4142135623730951},"153":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.7320508075688772},"31":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}}}}},"df":1,"docs":{"116":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"191":{"tf":1.0},"3":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"121":{"tf":1.0},"196":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"206":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.7320508075688772}}}}}}},"df":3,"docs":{"47":{"tf":1.7320508075688772},"52":{"tf":4.123105625617661},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{".":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"47":{"tf":1.7320508075688772}}}}}},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"97":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"53":{"tf":1.0}}},"df":0,"docs":{}}},"y":{"'":{"df":0,"docs":{},"r":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"173":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"154":{"tf":1.0},"28":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":4,"docs":{"15":{"tf":1.0},"18":{"tf":1.0},"53":{"tf":1.0},"66":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"129":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"96":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"21":{"tf":1.0},"3":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}}}}},"w":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":6,"docs":{"107":{"tf":1.0},"3":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.0},"6":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":2,"docs":{"41":{"tf":1.0},"42":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"19":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"m":{"'":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":17,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"193":{"tf":2.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},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"6":{"tf":1.0}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"31":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"0":{"tf":1.0},"52":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}}},"p":{"df":2,"docs":{"18":{"tf":1.0},"35":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":6,"docs":{"121":{"tf":1.0},"142":{"tf":1.0},"157":{"tf":1.0},"3":{"tf":1.4142135623730951},"44":{"tf":1.0},"6":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":21,"docs":{"148":{"tf":1.0},"17":{"tf":1.0},"187":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":2.449489742783178},"36":{"tf":1.0},"37":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"152":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"111":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":4,"docs":{"24":{"tf":1.0},"35":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"167":{"tf":1.4142135623730951}}}}}},"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":14,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"165":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"200":{"tf":2.23606797749979},"203":{"tf":1.0},"205":{"tf":1.0},"3":{"tf":1.4142135623730951},"31":{"tf":3.3166247903554},"35":{"tf":1.7320508075688772},"37":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":2.0},"6":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"168":{"tf":1.0}}}}},"o":{"df":1,"docs":{"176":{"tf":1.0}}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"c":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"2":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"152":{"tf":1.0}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"152":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"1":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"a":{"df":1,"docs":{"154":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"3":{"tf":1.0}}},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"170":{"tf":1.0}},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":7,"docs":{"169":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{":":{"6":{":":{"1":{"1":{"df":1,"docs":{"173":{"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":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"149":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":6,"docs":{"1":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"195":{"tf":1.0},"6":{"tf":1.0},"91":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"157":{"tf":1.0},"191":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"166":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"6":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"47":{"tf":1.4142135623730951}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"119":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"6":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.4142135623730951}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"179":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"3":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":8,"docs":{"135":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":2.23606797749979},"31":{"tf":1.0},"6":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":10,"docs":{"184":{"tf":1.7320508075688772},"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},"22":{"tf":1.0},"31":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"11":{"tf":1.0},"193":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"51":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":1,"docs":{"121":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"15":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.4142135623730951},"50":{"tf":1.0},"9":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":2,"docs":{"11":{"tf":1.0},"193":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"49":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":35,"docs":{"11":{"tf":2.0},"116":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"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},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"50":{"tf":1.0}}}},"df":79,"docs":{"0":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.4142135623730951},"12":{"tf":1.0},"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"162":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.7320508075688772},"182":{"tf":1.0},"187":{"tf":1.4142135623730951},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":3.3166247903554},"32":{"tf":1.0},"35":{"tf":1.7320508075688772},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.4142135623730951},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.0},"6":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"74":{"tf":1.0},"8":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"r":{"df":7,"docs":{"0":{"tf":1.0},"152":{"tf":1.7320508075688772},"200":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0},"53":{"tf":1.4142135623730951}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"22":{"tf":1.0},"28":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"197":{"tf":1.0},"205":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":24,"docs":{"11":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"132":{"tf":1.0},"134":{"tf":1.0},"142":{"tf":1.0},"149":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":2.449489742783178},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"200":{"tf":1.7320508075688772},"202":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"31":{"tf":2.449489742783178},"32":{"tf":1.0},"33":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":26,"docs":{"116":{"tf":2.23606797749979},"149":{"tf":2.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"175":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.0},"182":{"tf":1.4142135623730951},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"22":{"tf":2.0},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"32":{"tf":2.0},"50":{"tf":1.0},"6":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"53":{"tf":1.0}}}}}}},"df":1,"docs":{"11":{"tf":1.0}},"e":{"c":{"<":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"116":{"tf":1.0},"15":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"53":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":9,"docs":{"11":{"tf":1.4142135623730951},"194":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.4142135623730951},"35":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"6":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"6":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"177":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.0},"157":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"196":{"tf":1.0},"205":{"tf":1.0},"23":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"9":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"n":{"df":8,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"154":{"tf":1.0},"16":{"tf":2.0},"22":{"tf":1.4142135623730951},"4":{"tf":1.0},"6":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"191":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":9,"docs":{"149":{"tf":1.0},"197":{"tf":1.0},"24":{"tf":1.0},"30":{"tf":1.0},"31":{"tf":1.0},"4":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"69":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"r":{"df":3,"docs":{"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":2.23606797749979}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"15":{"tf":1.0},"168":{"tf":1.0},"181":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"17":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"45":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"129":{"tf":1.0},"152":{"tf":1.0},"187":{"tf":1.0},"6":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"49":{"tf":1.0},"6":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"0":{"tf":1.0}}}},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"206":{"tf":2.23606797749979},"38":{"tf":2.23606797749979},"66":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"121":{"tf":1.0},"161":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":4,"docs":{"173":{"tf":1.0},"200":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"200":{"tf":1.0},"206":{"tf":2.449489742783178},"22":{"tf":1.0},"31":{"tf":1.0},"38":{"tf":2.449489742783178},"4":{"tf":2.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"206":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772}},"e":{".":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}},"e":{"d":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}},"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":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"205":{"tf":1.0},"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{"d":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"d":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"3":{"tf":1.0}}}},"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"201":{"tf":1.7320508075688772},"206":{"tf":2.23606797749979},"34":{"tf":1.0},"38":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":20,"docs":{"0":{"tf":1.0},"149":{"tf":1.0},"166":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.4142135623730951},"191":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":2.449489742783178},"31":{"tf":1.7320508075688772},"32":{"tf":1.0},"35":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"50":{"tf":1.7320508075688772},"52":{"tf":1.7320508075688772},"53":{"tf":1.7320508075688772},"6":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":17,"docs":{"115":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"191":{"tf":1.0},"31":{"tf":1.7320508075688772},"49":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"58":{"tf":1.0},"6":{"tf":1.7320508075688772},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"9":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":2.0}}}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"142":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"x":{"df":13,"docs":{"129":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"23":{"tf":2.0},"31":{"tf":1.0},"35":{"tf":1.0},"6":{"tf":1.0},"62":{"tf":1.4142135623730951},"67":{"tf":1.0},"97":{"tf":1.0}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":3,"docs":{"25":{"tf":1.0},"27":{"tf":1.0},"39":{"tf":1.0}}}}},"df":1,"docs":{"97":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"116":{"tf":1.0},"190":{"tf":1.0},"3":{"tf":1.0},"44":{"tf":1.4142135623730951},"47":{"tf":1.0}}}},"r":{"df":5,"docs":{"149":{"tf":1.0},"171":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"4":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"title":{"root":{"_":{"df":1,"docs":{"190":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"55":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"192":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":1.0}}}}}}}}}},"b":{"a":{"d":{"df":27,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"166":{"tf":1.0},"171":{"tf":1.0},"176":{"tf":1.0},"181":{"tf":1.0},"186":{"tf":1.0},"57":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"27":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"20":{"tf":1.0}}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"3":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"22":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"24":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"5":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":11,"docs":{"129":{"tf":1.0},"15":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"182":{"tf":1.0},"187":{"tf":1.0},"66":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"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":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"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":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"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":{"46":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"35":{"tf":1.0},"63":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"53":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"72":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"77":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"82":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"23":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":30,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"110":{"tf":1.0},"115":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"148":{"tf":1.0},"153":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"26":{"tf":1.0},"58":{"tf":1.0},"62":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"20":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":2,"docs":{"20":{"tf":1.0},"23":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"193":{"tf":1.0},"25":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"198":{"tf":1.0},"31":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"51":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"87":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":2,"docs":{"196":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"44":{"tf":1.0}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"_":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"93":{"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":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"103":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"45":{"tf":1.0},"9":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"8":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":1,"docs":{"39":{"tf":1.0}}}}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"41":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"1":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"8":{"tf":1.0}}},"t":{"df":9,"docs":{"16":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0}}}}},"u":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"28":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"5":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"7":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{}}},"x":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"51":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"48":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"190":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"201":{"tf":1.0},"32":{"tf":1.0},"39":{"tf":1.0}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":15,"docs":{"107":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"135":{"tf":1.0},"144":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"168":{"tf":1.0},"173":{"tf":1.0},"178":{"tf":1.0},"189":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"204":{"tf":1.0},"36":{"tf":1.0}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"199":{"tf":1.0}}}}}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"3":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"140":{"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":{},"o":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"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":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"2":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"150":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"10":{"tf":1.0},"44":{"tf":1.0}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"0":{"tf":1.0},"195":{"tf":1.0},"51":{"tf":1.0},"6":{"tf":1.0}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"h":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"155":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"18":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"25":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"202":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"203":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"z":{"df":1,"docs":{"47":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"_":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"164":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"169":{"tf":1.0}}}}}}}},"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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"179":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"14":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"1":{"df":1,"docs":{"193":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"6":{"tf":1.0}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"206":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"52":{"tf":1.0}}}}}}}}}},"lang":"English","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/usage/std.html b/usage/std.html
index 41f80ae4..39b1fbd6 100644
--- a/usage/std.html
+++ b/usage/std.html
@@ -183,10 +183,26 @@
roblox.yml
- A standard library for Roblox that incorporates all the advanced features of the format. If you are a Roblox developer, don't use this as anything other than reference--an up to date version of this library is automatically generated.
-Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, roblox), as well as any standard libraries that can be found in the current directory.
+Used for specifying what standard library to be based off of. This supports both builtin libraries (lua51, lua52, lua53, lua54, roblox), as well as any standard libraries that can be found in the current directory.
--- # This begins a YAML file
base: lua51 # We will be extending off of Lua 5.1.
+
+Used for specifying the versions of Lua you support for the purpose of supporting the syntax of those dialects. If empty, will default to 5.1.
+Supports the following options:
+
+lua51
- Lua 5.1
+lua52
- Lua 5.2
+lua53
- Lua 5.3
+lua54
- Lua 5.4
+luau
- Luau
+luajit
- LuaJIT
+
+Usually you only need to specify one--for example, lua54
will give Lua 5.4 syntax and all versions prior. That means that if you specify it, it will look something like:
+lua_versions:
+- luajit
+
+If you are extending off a library that specifies it (like lua51
, etc) then you do not need this. If you specify it while overriding a library, it will override it.
This is where the magic happens. The globals
field is a dictionary where the keys are the globals you want to define. The value you give tells selene what the value can be, do, and provide.
If your standard library is based off another, overriding something defined there will use your implementation over the original.