Deploying to gh-pages from @ bazelbuild/rules_rust@a2df978962d26028897b72380ba2075cc5272b10 🚀
diff --git a/crate_universe_bzlmod.html b/crate_universe_bzlmod.html
index f9cdb9b..a56fd7f 100755
--- a/crate_universe_bzlmod.html
+++ b/crate_universe_bzlmod.html
@@ -181,7 +181,7 @@
 </ol>
 <h2 id="setup"><a class="header" href="#setup">Setup</a></h2>
 <p>To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file:</p>
-<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.73.0")
+<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.74.0")
 </code></pre>
 <p>You find the latest version on the <a href="https://github.com/bazelbuild/rules_rust/releases">release page</a>.</p>
 <p>After adding <code>rules_rust</code> in your <code>MODULE.bazel</code>, set the following to begin using <code>crate_universe</code>:</p>
@@ -354,7 +354,7 @@
 bazel_dep(name = "bazel_skylib", version = "1.8.2")
 
 # https://github.com/bazelbuild/rules_rust/releases
-bazel_dep(name = "rules_rust", version = "0.73.0")
+bazel_dep(name = "rules_rust", version = "0.74.0")
 
 ###############################################################################
 # T O O L C H A I N S
diff --git a/index.html b/index.html
index 540274f..4cf9226 100755
--- a/index.html
+++ b/index.html
@@ -162,7 +162,7 @@
 <h2 id="setup"><a class="header" href="#setup">Setup</a></h2>
 <p>The rules are released, and releases can be found on <a href="https://github.com/bazelbuild/rules_rust/releases">the GitHub Releases page</a>. We recommend using the latest release from that page.</p>
 <p>To use <code>rules_rust</code> in a project, add the following to your <code>MODULE.bazel</code> file:</p>
-<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.73.0")
+<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.74.0")
 </code></pre>
 <p>Don't forget to substitute in your desired release's version number.</p>
 <h2 id="specifying-rust-version"><a class="header" href="#specifying-rust-version">Specifying Rust version</a></h2>
diff --git a/print.html b/print.html
index d6069a1..1cc6141 100755
--- a/print.html
+++ b/print.html
@@ -163,7 +163,7 @@
 <h2 id="setup"><a class="header" href="#setup">Setup</a></h2>
 <p>The rules are released, and releases can be found on <a href="https://github.com/bazelbuild/rules_rust/releases">the GitHub Releases page</a>. We recommend using the latest release from that page.</p>
 <p>To use <code>rules_rust</code> in a project, add the following to your <code>MODULE.bazel</code> file:</p>
-<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.73.0")
+<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.74.0")
 </code></pre>
 <p>Don't forget to substitute in your desired release's version number.</p>
 <h2 id="specifying-rust-version"><a class="header" href="#specifying-rust-version">Specifying Rust version</a></h2>
@@ -2488,7 +2488,7 @@
 </ol>
 <h2 id="setup-3"><a class="header" href="#setup-3">Setup</a></h2>
 <p>To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file:</p>
-<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.73.0")
+<pre><code class="language-python">bazel_dep(name = "rules_rust", version = "0.74.0")
 </code></pre>
 <p>You find the latest version on the <a href="https://github.com/bazelbuild/rules_rust/releases">release page</a>.</p>
 <p>After adding <code>rules_rust</code> in your <code>MODULE.bazel</code>, set the following to begin using <code>crate_universe</code>:</p>
@@ -2661,7 +2661,7 @@
 bazel_dep(name = "bazel_skylib", version = "1.8.2")
 
 # https://github.com/bazelbuild/rules_rust/releases
-bazel_dep(name = "rules_rust", version = "0.73.0")
+bazel_dep(name = "rules_rust", version = "0.74.0")
 
 ###############################################################################
 # T O O L C H A I N S
diff --git a/searchindex.js b/searchindex.js
index 81d3419..519c76c 100755
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Object.assign(window.search, {"doc_urls":["index.html#rules-rust","index.html#setup","index.html#specifying-rust-version","index.html#supported-bazel-versions","index.html#supported-platforms","rules.html#rules","rules.html#experimental-rules","rules.html#3rd-party-rules","rust.html#rust-rules","rust.html#core-rules","rust.html#additional-rules","rust.html#related-pages","rust_binary.html#rust_binarybzl","rust_binary.html#rust_binary","rust_library.html#rust_librarybzl","rust_library.html#rust_library","rust_library_group.html#rust_library_groupbzl","rust_library_group.html#rust_library_group","rust_lint_config.html#rust_lint_configbzl","rust_lint_config.html#rust_lint_config","rust_cdylib_library.html#rust_cdylib_library","rust_dylib_library.html#rust_dylib_library","rust_proc_macro.html#rust_proc_macrobzl","rust_proc_macro.html#rust_proc_macro","rust_shared_library.html#rust_shared_librarybzl","rust_shared_library.html#rust_shared_library","rust_static_library.html#rust_static_librarybzl","rust_static_library.html#rust_static_library","rust_test.html#rust_testbzl","rust_test.html#rust_test","rust_test.html#example-test-directory","rust_test_suite.html#rust_test_suitebzl","rust_test_suite.html#rust_test_suite","clippy.html#clippy","clippy.html#setup","clippy.html#rules","rust_clippy.html#rust_clippybzl","rust_clippy.html#rust_clippy","rust_clippy_aspect.html#rust_clippy_aspectbzl","rust_clippy_aspect.html#rust_clippy_aspect","rust_clippy_test.html#rust_clippy_testbzl","rust_clippy_test.html#rust_clippy_test","rustfmt.html#rustfmt","rustfmt.html#setup","rustfmt.html#rules","rustfmt_aspect.html#rustfmt_aspectbzl","rustfmt_aspect.html#rustfmt_aspect","rustfmt_test.html#rustfmt_testbzl","rustfmt_test.html#rustfmt_test","rustdoc.html#rustdoc","rustdoc.html#rules","rust_doc.html#rust_docbzl","rust_doc.html#rust_doc","rust_doc_test.html#rust_doc_testbzl","rust_doc_test.html#rust_doc_test","cargo.html#cargo","cargo.html#rules","cargo_build_script.html#cargo_build_scriptbzl","cargo_build_script.html#cargo_build_script","cargo_env.html#cargo_envbzl","cargo_env.html#cargo_env","extract_cargo_lints.html#extract_cargo_lintsbzl","extract_cargo_lints.html#extract_cargo_lints","rust_analyzer.html#rust-analyzer","rust_analyzer.html#quick-start","rust_analyzer.html#vscode","rust_analyzer.html#neovim","rust_analyzer.html#helix","rust_analyzer.html#other-editors-cocnvim-vim-lsp-ale-etc","rust_analyzer.html#flags","rust_analyzer.html#what-you-get","rust_analyzer.html#troubleshooting","rust_analyzer.html#symbols--deps-look-wrong","rust_analyzer.html#diagnostics-stopped-appearing","rust_analyzer.html#after-bazel-clean---expunge-or-toolchain-changes","rust_analyzer.html#noisy-cargo-metadata-errors-on-startup","rust_analyzer.html#workspace-splitting","rust_analyzer.html#debugging","unpretty.html#unpretty","unpretty.html#rules","rust_unpretty.html#rust_unprettybzl","rust_unpretty.html#rust_unpretty","rust_unpretty_aspect.html#rust_unpretty_aspectbzl","rust_unpretty_aspect.html#rust_unpretty_aspect","settings.html#settings","rust_settings.html#rust-settings","rust_settings.html#always_enable_metadata_output_groups","rust_settings.html#capture_clippy_output","rust_settings.html#clippy_error_format","rust_settings.html#clippy_flag","rust_settings.html#clippy_flags","rust_settings.html#clippy_output_diagnostics","rust_settings.html#clippy_toml","rust_settings.html#codegen_units","rust_settings.html#collect_cfgs","rust_settings.html#default_allocator_library","rust_settings.html#error_format","rust_settings.html#experimental_compile_rustdoc_tests","rust_settings.html#experimental_link_std_dylib","rust_settings.html#experimental_use_allocator_libraries_with_mangled_symbols","rust_settings.html#experimental_use_cc_common_link","rust_settings.html#experimental_use_coverage_metadata_files","rust_settings.html#experimental_use_global_allocator","rust_settings.html#experimental_use_sh_toolchain_for_bootstrap_process_wrapper","rust_settings.html#extra_exec_rustc_env","rust_settings.html#extra_exec_rustc_flag","rust_settings.html#extra_exec_rustc_flags","rust_settings.html#extra_rustc_env","rust_settings.html#extra_rustc_flag","rust_settings.html#extra_rustc_flags","rust_settings.html#incompatible_change_clippy_error_format","rust_settings.html#incompatible_do_not_include_data_in_compile_data","rust_settings.html#incompatible_do_not_include_transitive_data_in_compile_inputs","rust_settings.html#lto","rust_settings.html#no_std","rust_settings.html#per_crate_rustc_flag","rust_settings.html#pipelined_compilation","rust_settings.html#rename_first_party_crates","rust_settings.html#require_explicit_unstable_features","rust_settings.html#rustc_output_diagnostics","rust_settings.html#rustfmt_toml","rust_settings.html#skip_fission_for_rust","rust_settings.html#third_party_dir","rust_settings.html#toolchain_generated_sysroot","rust_settings.html#toolchain_linker_preference","rust_settings.html#unpretty","rust_settings.html#zself_profile_events","cargo_settings.html#cargo-settings","cargo_settings.html#cargo_manifest_dir_filename_suffixes_to_retain","cargo_settings.html#debug_std_streams_output_group","cargo_settings.html#emit_build_script_warnings","cargo_settings.html#experimental_symlink_execroot","cargo_settings.html#out_dir_volatile_file_basenames","cargo_settings.html#use_cc_toolchain","cargo_settings.html#use_default_shell_env","rust_toolchains.html#toolchains","rust_toolchains.html#toolchain-rules","rust_toolchains.html#data-rules","rust_toolchain.html#rust_toolchainbzl","rust_toolchain.html#rust_toolchain","rustfmt_toolchain.html#rustfmt_toolchainbzl","rustfmt_toolchain.html#rustfmt_toolchain","rust_analyzer_toolchain.html#rust_analyzer_toolchainbzl","rust_analyzer_toolchain.html#rust_analyzer_toolchain","rust_stdlib_filegroup.html#rust_stdlib_filegroupbzl","rust_stdlib_filegroup.html#rust_stdlib_filegroup","rust_bzlmod.html#rust","rust_bzlmod.html#repository_set","rust_bzlmod.html#toolchain","rust_bzlmod.html#rust_host_tools","rust_bzlmod.html#host_tools","external_crates.html#external-dependencies","crate_universe_bzlmod.html#crate-universe","crate_universe_bzlmod.html#table-of-contents","crate_universe_bzlmod.html#setup","crate_universe_bzlmod.html#dependencies","crate_universe_bzlmod.html#cargo-workspaces","crate_universe_bzlmod.html#direct-dependencies","crate_universe_bzlmod.html#binary-dependencies","crate_universe_bzlmod.html#vendored-dependencies","crate_universe_bzlmod.html#crate","crate_universe_bzlmod.html#annotation","crate_universe_bzlmod.html#annotation_select","crate_universe_bzlmod.html#from_cargo","crate_universe_bzlmod.html#from_specs","crate_universe_bzlmod.html#render_config","crate_universe_bzlmod.html#spec","crate_universe_bzlmod.html#splicing_config","coverage.html#code-coverage","coverage.html#basic-usage","coverage.html#controlling-instrumentation","coverage.html#recommended-bazelrc-settings","coverage.html#rust_test-with-a-crate-attribute","coverage.html#--instrument_test_targets","coverage.html#flags-summary","upstream_tooling.html#upstream-tooling","ide_integrations.html#ide-integrations","ide_integrations.html#vscode","ide_integrations.html#intellisense","ide_integrations.html#debugging","extensions.html#extensions","rust_bindgen.html#rules_rust_bindgen","rust_bindgen.html#rules","rust_bindgen.html#setup","rust_bindgen.html#rust_bindgen","rust_bindgen.html#rust_bindgen_toolchain","rust_bindgen.html#rust_bindgen_library","rust_mdbook.html#rules_rust_mdbook","rust_mdbook.html#rules","rust_mdbook.html#setup","rust_mdbook.html#mdbook","rust_mdbook.html#mdbook_server","rust_mdbook.html#mdbook_toolchain","rust_prost.html#rules_rust_prost","rust_prost.html#rules","rust_prost.html#setup","rust_prost.html#rust_prost_library","rust_prost.html#rust_prost_toolchain","rust_prost.html#rust_prost_transform","rust_pyo3.html#rules_rust_pyo3","rust_pyo3.html#pyo3_toolchain","rust_pyo3.html#rust_pyo3_toolchain","rust_pyo3.html#pyo3_extension","rust_wasm_bindgen.html#rules_rust_wasm_bindgen","rust_wasm_bindgen.html#rules","rust_wasm_bindgen.html#setup","rust_wasm_bindgen.html#interfacing-with-javascript-rules","rust_wasm_bindgen.html#rust_wasm_bindgen","rust_wasm_bindgen.html#rust_wasm_bindgen_toolchain","rust_wasm_bindgen.html#rustwasmbindgeninfo","rust_wasm_bindgen.html#rust_wasm_bindgen_test"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":3,"title":2},"1":{"body":30,"breadcrumbs":2,"title":1},"10":{"body":53,"breadcrumbs":4,"title":2},"100":{"body":12,"breadcrumbs":4,"title":1},"101":{"body":16,"breadcrumbs":4,"title":1},"102":{"body":31,"breadcrumbs":4,"title":1},"103":{"body":14,"breadcrumbs":4,"title":1},"104":{"body":31,"breadcrumbs":4,"title":1},"105":{"body":14,"breadcrumbs":4,"title":1},"106":{"body":26,"breadcrumbs":4,"title":1},"107":{"body":31,"breadcrumbs":4,"title":1},"108":{"body":12,"breadcrumbs":4,"title":1},"109":{"body":27,"breadcrumbs":4,"title":1},"11":{"body":51,"breadcrumbs":4,"title":2},"110":{"body":19,"breadcrumbs":4,"title":1},"111":{"body":8,"breadcrumbs":4,"title":1},"112":{"body":9,"breadcrumbs":4,"title":1},"113":{"body":12,"breadcrumbs":4,"title":1},"114":{"body":24,"breadcrumbs":4,"title":1},"115":{"body":55,"breadcrumbs":4,"title":1},"116":{"body":31,"breadcrumbs":4,"title":1},"117":{"body":28,"breadcrumbs":4,"title":1},"118":{"body":35,"breadcrumbs":4,"title":1},"119":{"body":8,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"120":{"body":12,"breadcrumbs":4,"title":1},"121":{"body":13,"breadcrumbs":4,"title":1},"122":{"body":19,"breadcrumbs":4,"title":1},"123":{"body":9,"breadcrumbs":4,"title":1},"124":{"body":49,"breadcrumbs":4,"title":1},"125":{"body":25,"breadcrumbs":4,"title":1},"126":{"body":18,"breadcrumbs":4,"title":1},"127":{"body":3,"breadcrumbs":5,"title":2},"128":{"body":10,"breadcrumbs":4,"title":1},"129":{"body":15,"breadcrumbs":4,"title":1},"13":{"body":926,"breadcrumbs":4,"title":1},"130":{"body":47,"breadcrumbs":4,"title":1},"131":{"body":10,"breadcrumbs":4,"title":1},"132":{"body":49,"breadcrumbs":4,"title":1},"133":{"body":79,"breadcrumbs":4,"title":1},"134":{"body":8,"breadcrumbs":4,"title":1},"135":{"body":59,"breadcrumbs":2,"title":1},"136":{"body":36,"breadcrumbs":3,"title":2},"137":{"body":13,"breadcrumbs":3,"title":2},"138":{"body":0,"breadcrumbs":3,"title":1},"139":{"body":869,"breadcrumbs":3,"title":1},"14":{"body":0,"breadcrumbs":4,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":54,"breadcrumbs":3,"title":1},"142":{"body":0,"breadcrumbs":3,"title":1},"143":{"body":101,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":33,"breadcrumbs":3,"title":1},"146":{"body":53,"breadcrumbs":2,"title":1},"147":{"body":290,"breadcrumbs":2,"title":1},"148":{"body":327,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":701,"breadcrumbs":4,"title":1},"150":{"body":126,"breadcrumbs":2,"title":1},"151":{"body":10,"breadcrumbs":4,"title":2},"152":{"body":30,"breadcrumbs":5,"title":2},"153":{"body":14,"breadcrumbs":5,"title":2},"154":{"body":32,"breadcrumbs":4,"title":1},"155":{"body":14,"breadcrumbs":4,"title":1},"156":{"body":246,"breadcrumbs":5,"title":2},"157":{"body":117,"breadcrumbs":5,"title":2},"158":{"body":119,"breadcrumbs":5,"title":2},"159":{"body":337,"breadcrumbs":5,"title":2},"16":{"body":0,"breadcrumbs":4,"title":1},"160":{"body":213,"breadcrumbs":4,"title":1},"161":{"body":626,"breadcrumbs":4,"title":1},"162":{"body":252,"breadcrumbs":4,"title":1},"163":{"body":232,"breadcrumbs":4,"title":1},"164":{"body":223,"breadcrumbs":4,"title":1},"165":{"body":370,"breadcrumbs":4,"title":1},"166":{"body":167,"breadcrumbs":4,"title":1},"167":{"body":46,"breadcrumbs":4,"title":1},"168":{"body":16,"breadcrumbs":4,"title":2},"169":{"body":13,"breadcrumbs":4,"title":2},"17":{"body":49,"breadcrumbs":4,"title":1},"170":{"body":24,"breadcrumbs":4,"title":2},"171":{"body":21,"breadcrumbs":5,"title":3},"172":{"body":56,"breadcrumbs":5,"title":3},"173":{"body":16,"breadcrumbs":3,"title":1},"174":{"body":28,"breadcrumbs":4,"title":2},"175":{"body":36,"breadcrumbs":4,"title":2},"176":{"body":0,"breadcrumbs":4,"title":2},"177":{"body":0,"breadcrumbs":3,"title":1},"178":{"body":12,"breadcrumbs":3,"title":1},"179":{"body":52,"breadcrumbs":3,"title":1},"18":{"body":0,"breadcrumbs":4,"title":1},"180":{"body":0,"breadcrumbs":2,"title":1},"181":{"body":9,"breadcrumbs":3,"title":1},"182":{"body":3,"breadcrumbs":3,"title":1},"183":{"body":65,"breadcrumbs":3,"title":1},"184":{"body":111,"breadcrumbs":3,"title":1},"185":{"body":143,"breadcrumbs":3,"title":1},"186":{"body":107,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":4,"breadcrumbs":3,"title":1},"19":{"body":111,"breadcrumbs":4,"title":1},"190":{"body":46,"breadcrumbs":3,"title":1},"191":{"body":111,"breadcrumbs":3,"title":1},"192":{"body":34,"breadcrumbs":3,"title":1},"193":{"body":11,"breadcrumbs":3,"title":1},"194":{"body":2,"breadcrumbs":3,"title":1},"195":{"body":205,"breadcrumbs":3,"title":1},"196":{"body":30,"breadcrumbs":3,"title":1},"197":{"body":170,"breadcrumbs":3,"title":1},"198":{"body":125,"breadcrumbs":3,"title":1},"199":{"body":0,"breadcrumbs":3,"title":1},"2":{"body":82,"breadcrumbs":4,"title":3},"20":{"body":718,"breadcrumbs":4,"title":1},"200":{"body":93,"breadcrumbs":3,"title":1},"201":{"body":43,"breadcrumbs":3,"title":1},"202":{"body":237,"breadcrumbs":3,"title":1},"203":{"body":9,"breadcrumbs":3,"title":1},"204":{"body":2,"breadcrumbs":3,"title":1},"205":{"body":40,"breadcrumbs":3,"title":1},"206":{"body":4,"breadcrumbs":5,"title":3},"207":{"body":90,"breadcrumbs":3,"title":1},"208":{"body":134,"breadcrumbs":3,"title":1},"209":{"body":51,"breadcrumbs":3,"title":1},"21":{"body":721,"breadcrumbs":4,"title":1},"210":{"body":159,"breadcrumbs":3,"title":1},"22":{"body":0,"breadcrumbs":4,"title":1},"23":{"body":590,"breadcrumbs":4,"title":1},"24":{"body":0,"breadcrumbs":4,"title":1},"25":{"body":717,"breadcrumbs":4,"title":1},"26":{"body":0,"breadcrumbs":4,"title":1},"27":{"body":650,"breadcrumbs":4,"title":1},"28":{"body":0,"breadcrumbs":4,"title":1},"29":{"body":136,"breadcrumbs":4,"title":1},"3":{"body":35,"breadcrumbs":4,"title":3},"30":{"body":817,"breadcrumbs":6,"title":3},"31":{"body":0,"breadcrumbs":4,"title":1},"32":{"body":111,"breadcrumbs":4,"title":1},"33":{"body":14,"breadcrumbs":3,"title":1},"34":{"body":48,"breadcrumbs":3,"title":1},"35":{"body":47,"breadcrumbs":3,"title":1},"36":{"body":0,"breadcrumbs":4,"title":1},"37":{"body":74,"breadcrumbs":4,"title":1},"38":{"body":0,"breadcrumbs":4,"title":1},"39":{"body":48,"breadcrumbs":4,"title":1},"4":{"body":24,"breadcrumbs":3,"title":2},"40":{"body":0,"breadcrumbs":4,"title":1},"41":{"body":195,"breadcrumbs":4,"title":1},"42":{"body":29,"breadcrumbs":3,"title":1},"43":{"body":123,"breadcrumbs":3,"title":1},"44":{"body":25,"breadcrumbs":3,"title":1},"45":{"body":0,"breadcrumbs":4,"title":1},"46":{"body":52,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":4,"title":1},"48":{"body":177,"breadcrumbs":4,"title":1},"49":{"body":20,"breadcrumbs":3,"title":1},"5":{"body":38,"breadcrumbs":2,"title":1},"50":{"body":31,"breadcrumbs":3,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":183,"breadcrumbs":4,"title":1},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":161,"breadcrumbs":4,"title":1},"55":{"body":30,"breadcrumbs":3,"title":1},"56":{"body":51,"breadcrumbs":3,"title":1},"57":{"body":0,"breadcrumbs":4,"title":1},"58":{"body":514,"breadcrumbs":4,"title":1},"59":{"body":0,"breadcrumbs":4,"title":1},"6":{"body":8,"breadcrumbs":3,"title":2},"60":{"body":61,"breadcrumbs":4,"title":1},"61":{"body":0,"breadcrumbs":4,"title":1},"62":{"body":32,"breadcrumbs":4,"title":1},"63":{"body":25,"breadcrumbs":4,"title":2},"64":{"body":14,"breadcrumbs":4,"title":2},"65":{"body":49,"breadcrumbs":3,"title":1},"66":{"body":31,"breadcrumbs":3,"title":1},"67":{"body":11,"breadcrumbs":3,"title":1},"68":{"body":34,"breadcrumbs":8,"title":6},"69":{"body":159,"breadcrumbs":3,"title":1},"7":{"body":22,"breadcrumbs":4,"title":3},"70":{"body":36,"breadcrumbs":2,"title":0},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":26,"breadcrumbs":6,"title":4},"73":{"body":2,"breadcrumbs":5,"title":3},"74":{"body":3,"breadcrumbs":7,"title":5},"75":{"body":71,"breadcrumbs":7,"title":5},"76":{"body":46,"breadcrumbs":4,"title":2},"77":{"body":32,"breadcrumbs":3,"title":1},"78":{"body":40,"breadcrumbs":3,"title":1},"79":{"body":29,"breadcrumbs":3,"title":1},"8":{"body":32,"breadcrumbs":4,"title":2},"80":{"body":0,"breadcrumbs":4,"title":1},"81":{"body":84,"breadcrumbs":4,"title":1},"82":{"body":0,"breadcrumbs":4,"title":1},"83":{"body":46,"breadcrumbs":4,"title":1},"84":{"body":7,"breadcrumbs":2,"title":1},"85":{"body":3,"breadcrumbs":5,"title":2},"86":{"body":13,"breadcrumbs":4,"title":1},"87":{"body":11,"breadcrumbs":4,"title":1},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":4,"title":2},"90":{"body":11,"breadcrumbs":4,"title":1},"91":{"body":24,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":29,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":9,"breadcrumbs":4,"title":1},"97":{"body":47,"breadcrumbs":4,"title":1},"98":{"body":7,"breadcrumbs":4,"title":1},"99":{"body":197,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"This repository provides rules for building Rust projects with Bazel .","breadcrumbs":"Introduction » Rules Rust","id":"0","title":"Rules Rust"},"1":{"body":"The rules are released, and releases can be found on the GitHub Releases page . We recommend using the latest release from that page. To use rules_rust in a project, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.73.0\") Don't forget to substitute in your desired release's version number.","breadcrumbs":"Introduction » Setup","id":"1","title":"Setup"},"10":{"body":"Non-core rules that ship in the same ruleset: rust_library_group — Group several rust_library targets so they can be depended on as a single unit without generating an intermediate rlib. rust_lint_config — Declare a reusable set of rustc, clippy, and rustdoc lint levels that can be attached to other rules via their lint_config attribute. rust_test_suite — Convenience macro that expands into one rust_test per source file, sharing a common set of dependencies. Useful for tests/**.rs layouts that mirror Cargo's integration-test directory.","breadcrumbs":"Rules » rust » Additional rules","id":"10","title":"Additional rules"},"100":{"body":"--@rules_rust//rust/settings:experimental_use_cc_common_link A flag to control whether to link rust_binary and rust_test targets using cc_common.link instead of rustc.","breadcrumbs":"Settings » Rust Settings » experimental_use_cc_common_link","id":"100","title":"experimental_use_cc_common_link"},"101":{"body":"--@rules_rust//rust/settings:experimental_use_coverage_metadata_files A flag to have coverage tooling added as coverage_common.instrumented_files_info.metadata_files instead of reporting tools like llvm-cov and llvm-profdata as runfiles to each test.","breadcrumbs":"Settings » Rust Settings » experimental_use_coverage_metadata_files","id":"101","title":"experimental_use_coverage_metadata_files"},"102":{"body":"--@rules_rust//rust/settings:experimental_use_global_allocator A flag to indicate that a global allocator is in use when using --@rules_rust//rust/settings:experimental_use_cc_common_link Users need to specify this flag because rustc generates different set of symbols at link time when a global allocator is in use. When the linking is not done by rustc, the rust_toolchain itself provides the appropriate set of symbols.","breadcrumbs":"Settings » Rust Settings » experimental_use_global_allocator","id":"102","title":"experimental_use_global_allocator"},"103":{"body":"--@rules_rust//rust/settings:experimental_use_sh_toolchain_for_bootstrap_process_wrapper A flag to control whether the shell path from a shell toolchain (@bazel_tools//tools/sh:toolchain_type) is embedded into the bootstrap process wrapper for the .sh file.","breadcrumbs":"Settings » Rust Settings » experimental_use_sh_toolchain_for_bootstrap_process_wrapper","id":"103","title":"experimental_use_sh_toolchain_for_bootstrap_process_wrapper"},"104":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in exec configuration. It applies to tools built and run during the build process, such as proc-macros and build scripts. This can be useful for enabling features that are needed during tool compilation.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_env","id":"104","title":"extra_exec_rustc_env"},"105":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flag Add additional rustc_flags in the exec configuration from the command line with --@rules_rust//rust/settings:extra_exec_rustc_flag. Multiple uses are accumulated and appended after the extra_exec_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flag","id":"105","title":"extra_exec_rustc_flag"},"106":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flags This setting may be used to pass extra options to rustc from the command line in exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flags","id":"106","title":"extra_exec_rustc_flags"},"107":{"body":"--@rules_rust//rust/settings:extra_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in non-exec configuration. It applies across all targets whereas environment variables set in a specific rule apply only to that target. This can be useful for setting build-wide env flags such as RUSTC_BOOTSTRAP=1.","breadcrumbs":"Settings » Rust Settings » extra_rustc_env","id":"107","title":"extra_rustc_env"},"108":{"body":"--@rules_rust//rust/settings:extra_rustc_flag Add additional rustc_flag from the command line with --@rules_rust//rust/settings:extra_rustc_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flag","id":"108","title":"extra_rustc_flag"},"109":{"body":"--@rules_rust//rust/settings:extra_rustc_flags This setting may be used to pass extra options to rustc from the command line in non-exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flags","id":"109","title":"extra_rustc_flags"},"11":{"body":"Rules that layer on top of the core rules live on their own pages: rustdoc — Generate and test Rust documentation. clippy — Run Clippy over Rust targets. rustfmt — Run rustfmt over Rust targets. unpretty — Emit rustc -Zunpretty=... output for a crate. cargo — cargo_build_script and related Cargo-compatibility rules. rust_analyzer — Generate a rust-project.json file for the rust-analyzer IDE server. Rust Toolchains — Declare and register Rust toolchains.","breadcrumbs":"Rules » rust » Related pages","id":"11","title":"Related pages"},"110":{"body":"--@rules_rust//rust/settings:incompatible_change_clippy_error_format A flag to enable the clippy_error_format setting. If this flag is true, Clippy uses the format set in clippy_error_format to format its diagnostics; otherwise, it uses the format set in error_format.","breadcrumbs":"Settings » Rust Settings » incompatible_change_clippy_error_format","id":"110","title":"incompatible_change_clippy_error_format"},"111":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_data_in_compile_data A flag to control whether to include data files in compile_data.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_data_in_compile_data","id":"111","title":"incompatible_do_not_include_data_in_compile_data"},"112":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_transitive_data_in_compile_inputs A flag to control whether transitive data dependencies are included in compile inputs.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_transitive_data_in_compile_inputs","id":"112","title":"incompatible_do_not_include_transitive_data_in_compile_inputs"},"113":{"body":"--@rules_rust//rust/settings:lto A build setting which specifies the link time optimization mode used when building Rust code.","breadcrumbs":"Settings » Rust Settings » lto","id":"113","title":"lto"},"114":{"body":"--@rules_rust//rust/settings:no_std This setting may be used to enable builds without the standard library. Currently only no_std + alloc is supported, which can be enabled with setting the value to \"alloc\". In the future we could add support for additional modes, e.g \"core\", \"alloc,collections\".","breadcrumbs":"Settings » Rust Settings » no_std","id":"114","title":"no_std"},"115":{"body":"--@rules_rust//rust/settings:per_crate_rustc_flag Add additional rustc_flag to matching crates from the command line with --@rules_rust//rust/settings:per_crate_rustc_flag. The expected flag format is prefix_filter@flag, where any crate with a label or execution path starting with the prefix filter will be built with the given flag. The label matching uses the canonical form of the label (i.e //package:label_name). The execution path is the relative path to your workspace directory including the base name (including extension) of the crate root. This flag is not applied to the exec configuration (proc-macros, cargo_build_script, etc). Multiple uses are accumulated.","breadcrumbs":"Settings » Rust Settings » per_crate_rustc_flag","id":"115","title":"per_crate_rustc_flag"},"116":{"body":"--@rules_rust//rust/settings:pipelined_compilation When set, this flag causes rustc to emit *.rmeta files and use them for rlib -> rlib dependencies. While this involves one extra (short) rustc invocation to build the rmeta file, it allows library dependencies to be unlocked much sooner, increasing parallelism during compilation.","breadcrumbs":"Settings » Rust Settings » pipelined_compilation","id":"116","title":"pipelined_compilation"},"117":{"body":"--@rules_rust//rust/settings:rename_first_party_crates A flag controlling whether to rename first-party crates such that their names encode the Bazel package and target name, instead of just the target name. First-party vs. third-party crates are identified using the value of @rules_rust//settings:third_party_dir.","breadcrumbs":"Settings » Rust Settings » rename_first_party_crates","id":"117","title":"rename_first_party_crates"},"118":{"body":"--@rules_rust//rust/settings:require_explicit_unstable_features A flag controlling whether unstable features should be disallowed by default If true, an empty -Zallow-features= will be added to the rustc command line whenever no other -Zallow-features= is present in the rustc flags. The effect is to disallow all unstable features by default, with the possibility to explicitly re-enable them selectively using -Zallow-features=....","breadcrumbs":"Settings » Rust Settings » require_explicit_unstable_features","id":"118","title":"require_explicit_unstable_features"},"119":{"body":"--@rules_rust//rust/settings:rustc_output_diagnostics This setting may be changed from the command line to generate rustc diagnostics.","breadcrumbs":"Settings » Rust Settings » rustc_output_diagnostics","id":"119","title":"rustc_output_diagnostics"},"12":{"body":"","breadcrumbs":"Rules » rust » rust_binary » rust_binary.bzl","id":"12","title":"rust_binary.bzl"},"120":{"body":"--@rules_rust//rust/settings:rustfmt_toml This setting is used by the rustfmt rules. See https://bazelbuild.github.io/rules_rust/rust_fmt.html Note that this setting is actually called rustfmt.toml.","breadcrumbs":"Settings » Rust Settings » rustfmt_toml","id":"120","title":"rustfmt_toml"},"121":{"body":"--@rules_rust//rust/settings:skip_fission_for_rust A flag to skip split debug info (Fission) for Rust objects when using a non-nightly toolchain.","breadcrumbs":"Settings » Rust Settings » skip_fission_for_rust","id":"121","title":"skip_fission_for_rust"},"122":{"body":"--@rules_rust//rust/settings:third_party_dir A flag specifying the location of vendored third-party rust crates within this repository that must not be renamed when rename_first_party_crates is enabled. Must be specified as a Bazel package, e.g. \"//some/location/in/repo\".","breadcrumbs":"Settings » Rust Settings » third_party_dir","id":"122","title":"third_party_dir"},"123":{"body":"--@rules_rust//rust/settings:toolchain_generated_sysroot A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain.","breadcrumbs":"Settings » Rust Settings » toolchain_generated_sysroot","id":"123","title":"toolchain_generated_sysroot"},"124":{"body":"--@rules_rust//rust/settings:toolchain_linker_preference A flag to control which linker is preferred for linking Rust binaries. Accepts three values: \"rust\": Use rust_toolchain.linker always (e.g., rust-lld). This uses rustc to invoke the linker directly. \"cc\": Use the linker provided by the configured cc_toolchain. This uses rustc to invoke the C++ toolchain's linker (e.g., clang, gcc, link.exe). \"none\": Default to cc being the preference and falling back to rust if no cc_toolchain is available.","breadcrumbs":"Settings » Rust Settings » toolchain_linker_preference","id":"124","title":"toolchain_linker_preference"},"125":{"body":"--@rules_rust//rust/settings:unpretty A build setting to control the output of RustUnpretty* actions Supported values are: ast-tree,expanded ast-tree expanded,hygiene expanded,identified expanded hir-tree hir,identified hir,typed hir mir-cfg mir normal","breadcrumbs":"Settings » Rust Settings » unpretty","id":"125","title":"unpretty"},"126":{"body":"--@rules_rust//rust/settings:zself_profile_events Passes -Zself-profile and -Zself-profile-events flags to rustc, requires a nightly toolchain. PARAMETERS Name Description Options name - \"zself_profile_events\"","breadcrumbs":"Settings » Rust Settings » zself_profile_events","id":"126","title":"zself_profile_events"},"127":{"body":"Definitions for all @rules_rust//cargo settings","breadcrumbs":"Settings » Cargo Settings » Cargo settings","id":"127","title":"Cargo settings"},"128":{"body":"--@rules_rust//cargo/settings:cargo_manifest_dir_filename_suffixes_to_retain A flag which determines what files are retained in CARGO_MANIFEST_DIR directories that are created in CargoBuildScriptRun actions.","breadcrumbs":"Settings » Cargo Settings » cargo_manifest_dir_filename_suffixes_to_retain","id":"128","title":"cargo_manifest_dir_filename_suffixes_to_retain"},"129":{"body":"--@rules_rust//cargo/settings:debug_std_streams_output_group A flag which adds a streams output group to cargo_build_script targets that contain the raw stderr and stdout streams from the build script.","breadcrumbs":"Settings » Cargo Settings » debug_std_streams_output_group","id":"129","title":"debug_std_streams_output_group"},"13":{"body":"load(\"@rules_rust//rust:rust_binary.bzl\", \"rust_binary\") rust_binary(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, binary_name, compile_data, crate_features, crate_name, crate_root, crate_type, edition, env, experimental_use_cc_common_link, link_deps, link_std_dylib, linker_script, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust binary crate. Example: Suppose you have the following directory structure for a Rust project with a library crate, hello_lib, and a binary crate, hello_world that uses the hello_lib library: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_world/ BUILD src/ main.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) hello_world/src/main.rs: extern crate hello_lib; fn main() { let hello = hello_lib::Greeter::new(\"Hello\"); hello.greet(\"world\");\n} hello_world/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_world\", srcs = [\"src/main.rs\"], deps = [\"//hello_lib\"],\n) Build and run hello_world: $ bazel run //hello_world\nINFO: Found 1 target...\nTarget //examples/rust/hello_world:hello_world up-to-date:\nbazel-bin/examples/rust/hello_world/hello_world\nINFO: Elapsed time: 1.308s, Critical Path: 1.22s INFO: Running command line: bazel-bin/examples/rust/hello_world/hello_world\nHello world On Windows, a PDB file containing debugging information is available under the key pdb_file in OutputGroupInfo. Similarly on macOS, a dSYM folder is available under the key dsym_folder in OutputGroupInfo. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False binary_name Override the resulting binary file name. By default, the binary file will be named using the name attribute on this rule, however sometimes that is not deseriable. String optional \"\" compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None crate_type Crate type that will be passed to rustc to be used for building this crate.This option is a temporary workaround and should be used only when building for WebAssembly targets (//rust/platform:wasi and //rust/platform:wasm). String optional \"bin\" edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the target is executed by bazel run. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution.Execpath returns absolute path, and in order to be able to construct the absolute path we need to wrap the test binary in a launcher. Using a launcher comes with complications, such as more complicated debugger attachment. Dictionary: String -> String optional {} experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this binary.Default is false. This is often required when building a binary that depends on a Rust ABI dylib. Boolean optional False linker_script Link script to forward into linker via rustc options. Label optional None lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional -1 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_binary » rust_binary","id":"13","title":"rust_binary"},"130":{"body":"--@rules_rust//cargo/settings:emit_build_script_warnings A flag which controls whether cargo_build_script warnings (cargo::warning=) are printed to stderr. Supported values: on: emit warnings for every cargo_build_script target, overriding any per-target emit_warnings = False. auto (default): respect the per-target emit_warnings attribute. crate_universe-generated targets set it to False, so registry/git crates stay quiet (matching Cargo); first-party targets emit by default. off: silence warnings build-wide.","breadcrumbs":"Settings » Cargo Settings » emit_build_script_warnings","id":"130","title":"emit_build_script_warnings"},"131":{"body":"--@rules_rust//cargo/settings:experimental_symlink_execroot A flag for which causes cargo_build_script to symlink the execroot of the action to the CARGO_MANIFEST_DIR where the scripts are run.","breadcrumbs":"Settings » Cargo Settings » experimental_symlink_execroot","id":"131","title":"experimental_symlink_execroot"},"132":{"body":"--@rules_rust//cargo/settings:out_dir_volatile_file_basenames A flag which determines what file basenames are removed from OUT_DIR by cargo_build_script actions to make the _bs.out_dir TreeArtifact deterministic. Files whose names appear in this list, as well as files with a .d or .pc extension, are deleted from OUT_DIR after the build script runs and before Bazel captures the directory. Files like config.log and Makefile embed the Bazel sandbox path, so their content changes on every action invocation, causing cache misses for all downstream rustc compilations.","breadcrumbs":"Settings » Cargo Settings » out_dir_volatile_file_basenames","id":"132","title":"out_dir_volatile_file_basenames"},"133":{"body":"--@rules_rust//cargo/settings:use_cc_toolchain A flag which controls the global default of whether cargo_build_script targets should pull in the resolved cc_toolchain. When enabled (the default), each cargo_build_script action gets the resolved cc_toolchain's all_files added to its inputs and picks up the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables derived from that toolchain. This matches Cargo's behavior and is required for build scripts that shell out to a C/C++ compiler (e.g. those using cc-rs or cmake-rs). When disabled, the cc_toolchain is omitted from cargo_build_script actions. This can significantly reduce action input sizes when using a hermetic sysroot but breaks any build script that needs to compile C/C++ code. Individual targets may override this default via the cargo_build_script.use_cc_toolchain attribute.","breadcrumbs":"Settings » Cargo Settings » use_cc_toolchain","id":"133","title":"use_cc_toolchain"},"134":{"body":"--@rules_rust//cargo/settings:use_default_shell_env A flag which controls the global default of ctx.actions.run.use_default_shell_env for cargo_build_script targets.","breadcrumbs":"Settings » Cargo Settings » use_default_shell_env","id":"134","title":"use_default_shell_env"},"135":{"body":"A Rust build in Bazel selects its compiler, standard library, and companion tools through a set of registered Bazel toolchains . rules_rust ships one toolchain type per companion tool so that Rust, rust-analyzer, and rustfmt can be resolved independently. Most users register toolchains via the rust module extension (see Bzlmod ) rather than declaring these rules directly. The rules below exist for users who need to define custom toolchains — for example, to point at a locally built rustc or to add a target triple that the extension doesn't cover.","breadcrumbs":"Toolchains » Toolchains","id":"135","title":"Toolchains"},"136":{"body":"rust_toolchain — Declare a Rust compilation toolchain: the rustc binary, standard library, linker, and per-target compilation settings. rustfmt_toolchain — Declare a toolchain providing the rustfmt binary used by rustfmt rules. rust_analyzer_toolchain — Declare a toolchain providing the rust-analyzer binary and proc-macro server used by the rust_analyzer integration.","breadcrumbs":"Toolchains » Toolchain rules","id":"136","title":"Toolchain rules"},"137":{"body":"rust_stdlib_filegroup — Group the files of a Rust standard library archive into a target that can be attached to a rust_toolchain via the rust_std attribute.","breadcrumbs":"Toolchains » Data rules","id":"137","title":"Data rules"},"138":{"body":"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain.bzl","id":"138","title":"rust_toolchain.bzl"},"139":{"body":"load(\"@rules_rust//rust:rust_toolchain.bzl\", \"rust_toolchain\") rust_toolchain(name, allocator_library, binary_ext, cargo, cargo_clippy, channel, clippy_driver, debug_info, default_edition, dylib_ext, env, exec_triple, experimental_use_allocator_libraries_with_mangled_symbols, experimental_use_cc_common_link, extra_exec_rustc_flags, extra_rustc_flags, extra_rustc_flags_for_crate_types, global_allocator_library, iso_date, link_std_dylib, linker, linker_preference, linker_type, llvm_cov, llvm_lib, llvm_profdata, llvm_tools, lto, opt_level, per_crate_rustc_flags, require_explicit_unstable_features, rust_doc, rust_objcopy, rust_std, rustc, rustc_lib, rustfmt, staticlib_ext, stdlib_linkflags, strip_level, target_json, target_triple, version) Declares a Rust toolchain for use. This is for declaring a custom toolchain, eg. for configuring a particular version of rust or supporting a new platform. Example: Suppose the core rust team has ported the compiler to a new target CPU, called cpuX. This support can be used in Bazel by defining a new toolchain definition and declaration: load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') rust_toolchain( name = \"rust_cpuX_impl\", binary_ext = \"\", dylib_ext = \".so\", exec_triple = \"cpuX-unknown-linux-gnu\", rust_doc = \"@rust_cpuX//:rustdoc\", rust_std = \"@rust_cpuX//:rust_std\", rustc = \"@rust_cpuX//:rustc\", rustc_lib = \"@rust_cpuX//:rustc_lib\", staticlib_ext = \".a\", stdlib_linkflags = [\"-lpthread\", \"-ldl\"], target_triple = \"cpuX-unknown-linux-gnu\",\n) toolchain( name = \"rust_cpuX\", exec_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], target_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], toolchain = \":rust_cpuX_impl\",\n) Then, either add the label of the toolchain rule to register_toolchains in the WORKSPACE, or pass it to the \"--extra_toolchains\" flag for Bazel, and it will be used. To use a platform-specific linker, you can use a select() in the linker attribute: rust_toolchain( name = \"rust_toolchain_impl\", # ... other attributes ... linker = select({ \"@platforms//os:linux\": \"//tools:rust-lld-linux\", \"@platforms//os:windows\": \"//tools:rust-lld-windows\", \"//conditions:default\": \"//tools:rust-lld\", }),\n) The select() is evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional \"@rules_rust//rust/settings:default_allocator_library\" binary_ext The extension for binaries created from rustc. String required cargo The location of the cargo binary. Can be a direct source or a filegroup containing one item. Label optional None cargo_clippy The location of the cargo_clippy binary. Can be a direct source or a filegroup containing one item. Label optional None channel The Rust release channel (stable, nightly, or beta). String optional \"\" clippy_driver The location of the clippy-driver binary. Can be a direct source or a filegroup containing one item. Label optional None debug_info Rustc debug info levels per compilation mode (keyed by dbg, fastbuild, opt). Dictionary: String -> String optional {\"dbg\": \"2\", \"fastbuild\": \"0\", \"opt\": \"0\"} default_edition The edition to use for rust_* rules that don't specify an edition. If absent, every rule is required to specify its edition attribute. String optional \"\" dylib_ext The extension for dynamic libraries created from rustc. String required env Environment variables to set in actions. Dictionary: String -> String optional {} exec_triple The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String required experimental_use_allocator_libraries_with_mangled_symbols Whether to use rust-based allocator libraries with mangled symbols. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting //rust/settings:experimental_use_allocator_libraries_with_mangled_symbols. 0 means do not use. In that case, rules_rust will try to use the c-based allocator libraries that don't support symbol mangling. 1 means use the rust-based allocator libraries. Integer optional -1 experimental_use_cc_common_link Label to a boolean build setting that controls whether cc_common.link is used to link rust binaries. Label optional \"@rules_rust//rust/settings:experimental_use_cc_common_link\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags_for_crate_types Extra flags to pass to rustc based on crate type Dictionary: String -> List of strings optional {} global_allocator_library Target that provides allocator functions for when a global allocator is present. Label optional \"@rules_rust//rust/private/cc:global_allocator_library\" iso_date The ISO date of the nightly or beta release (e.g. 2026-03-26). Empty for stable releases. String optional \"\" link_std_dylib Whether to link libstd dynamically. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting @rules_rust//rust/settings:experimental_link_std_dylib. 0 means do not link libstd dynamically. 1 means link libstd dynamically. Integer optional -1 linker The label to an explicit linker to use (e.g. rust-lld, ld, link-ld.exe, etc.). Linker binaries must be runnable in the exec configuration, so cfg = \"exec\" is used. To choose a linker based on the target platform, use a select() when providing this attribute. The select() will be evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. Label optional None linker_preference The preferred linker to use. If unspecified, cc is preferred and rust is used as a fallback whenever linker is provided. String optional \"\" linker_type The type of linker invocation: 'direct' (ld, rust-lld) or 'indirect' (via compiler like clang/gcc). If unset, defaults based on linker_preference. String optional \"\" llvm_cov The location of the llvm-cov binary. Can be a direct source or a filegroup containing one item. If None, rust code is not instrumented for coverage. Label optional None llvm_lib The location of the libLLVM shared object files. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_profdata The location of the llvm-profdata binary. Can be a direct source or a filegroup containing one item. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_tools LLVM tools that are shipped with the Rust toolchain. Label optional None lto Label to an LTO setting whether which can enable custom LTO settings Label optional \"@rules_rust//rust/settings:lto\" opt_level Rustc optimization levels. Dictionary: String -> String optional {\"dbg\": \"0\", \"fastbuild\": \"0\", \"opt\": \"3\"} per_crate_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] require_explicit_unstable_features Label to a boolean build setting that controls whether all uses of unstable Rust features must be explicitly opted in to using -Zallow-features=.... Label optional \"@rules_rust//rust/settings:require_explicit_unstable_features\" rust_doc The location of the rustdoc binary. Can be a direct source or a filegroup containing one item. Label required rust_objcopy The location of the rust-objcopy binary. Can be a direct source or a filegroup containing one item. Label optional None rust_std The Rust standard library. Label required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label required rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt Deprecated : Instead see rustfmt_toolchain Label optional None staticlib_ext The extension for static libraries created from rustc. String required stdlib_linkflags Additional linker flags to use when Rust standard library is linked by a C++ linker (rustc will deal with these automatically). Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings required strip_level Rustc strip levels. For all potential options, see https://doc.rust-lang.org/rustc/codegen-options/index.html#strip Dictionary: String -> String optional {\"dbg\": \"none\", \"fastbuild\": \"none\", \"opt\": \"debuginfo\"} target_json Override the target_triple with a custom target specification. For more details see: https://doc.rust-lang.org/rustc/targets/custom.html String optional \"\" target_triple The platform triple for the toolchains target environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String optional \"\" version The version of the Rust compiler (e.g. 1.94.1). String optional \"\"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain","id":"139","title":"rust_toolchain"},"14":{"body":"","breadcrumbs":"Rules » rust » rust_library » rust_library.bzl","id":"14","title":"rust_library.bzl"},"140":{"body":"","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain.bzl","id":"140","title":"rustfmt_toolchain.bzl"},"141":{"body":"load(\"@rules_rust//rust:rustfmt_toolchain.bzl\", \"rustfmt_toolchain\") rustfmt_toolchain(name, rustc, rustc_lib, rustfmt) A toolchain for rustfmt ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label optional None rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt The location of the rustfmt binary. Can be a direct source or a filegroup containing one item. Label required","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain","id":"141","title":"rustfmt_toolchain"},"142":{"body":"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain.bzl","id":"142","title":"rust_analyzer_toolchain.bzl"},"143":{"body":"load(\"@rules_rust//rust:rust_analyzer_toolchain.bzl\", \"rust_analyzer_toolchain\") rust_analyzer_toolchain(name, proc_macro_srv, rust_analyzer, rustc, rustc_srcs, rustc_srcs_path, version) A toolchain for rust-analyzer . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proc_macro_srv The path to a rust_analyzer_proc_macro_srv binary. Label optional None rust_analyzer The path to a rust-analyzer binary. Label optional None rustc The path to a rustc binary. Label required rustc_srcs The source code of rustc. Label required rustc_srcs_path The direct path to rustc srcs relative to rustc_srcs package root. String optional \"library\" version The rust-analyzer version (e.g. 1.96.0). Optional. When set, consumers (e.g. the discover binary) can gate newer rust-analyzer features that older versions reject. Left empty for user-supplied toolchains where the version isn't known statically; consumers should treat the empty value as 'assume oldest supported'. String optional \"\"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain","id":"143","title":"rust_analyzer_toolchain"},"144":{"body":"","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup.bzl","id":"144","title":"rust_stdlib_filegroup.bzl"},"145":{"body":"load(\"@rules_rust//rust:rust_stdlib_filegroup.bzl\", \"rust_stdlib_filegroup\") rust_stdlib_filegroup(name, srcs) A dedicated filegroup-like rule for Rust stdlib artifacts. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs The list of targets/files that are components of the rust-stdlib file group List of labels required","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup","id":"145","title":"rust_stdlib_filegroup"},"146":{"body":"Module extensions for using rules_rust with bzlmod rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.repository_set(name, allocator_library, auth, auth_patterns, dev_components, edition, exec_compatible_with, exec_triple, extra_exec_rustc_flags, extra_rustc_flags, global_allocator_library, netrc, opt_level, rustfmt_version, sha256s, strip_level, target_compatible_with, target_settings, target_triple, urls, versions)\nrust.toolchain(aliases, allocator_library, dev_components, edition, extra_exec_rustc_flags, extra_exec_rustc_flags_triples, extra_rustc_flags, extra_rustc_flags_triples, extra_target_triples, global_allocator_library, opt_level, rust_analyzer_version, rustfmt_toolchain_triples, rustfmt_version, sha256s, strip_level, target_settings, urls, versions) Rust toolchain extension. TAG CLASSES","breadcrumbs":"Bzlmod » rust","id":"146","title":"rust"},"147":{"body":"Tags for defining rust repository sets (where toolchains are defined). Attributes Name Description Type Mandatory Default name Name of the repository_set - if you're looking to replace default toolchains you must use the exact name you're replacing. Name optional \"\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None auth Auth object compatible with repository_ctx.download to use when downloading files. Dictionary: String -> String optional {} auth_patterns Override mapping of hostnames to authorization patterns; mirrors the eponymous attribute from http_archive. Dictionary: String -> String optional {} dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" exec_compatible_with A list of constraints for the execution platform for this toolchain. List of labels optional [] exec_triple Exec triple for this repository_set. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. List of strings optional [] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None netrc .netrc file to use for authentication; mirrors the eponymous attribute from http_archive. String optional \"\" opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_compatible_with List of platform constraints this toolchain produces, for the particular target_triple this call is for. List of labels optional [] target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] target_triple target_triple to configure. String optional \"\" urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional []","breadcrumbs":"Bzlmod » repository_set","id":"147","title":"repository_set"},"148":{"body":"Tags for defining rust toolchains (where toolchain tools are fetched). Attributes Name Description Type Mandatory Default aliases Map of full toolchain repository name to an alias. If any repository is created by this extension matches a key in this dictionary, the name of the created repository will be remapped to the value instead. This may be required to work around path length limits on Windows. Dictionary: String -> String optional {} allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration List of strings optional [] extra_exec_rustc_flags_triples Extra flags to pass to rustc in exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] extra_rustc_flags_triples Extra flags to pass to rustc in non-exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_target_triples Additional Rust target triples to fetch and register toolchains for. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"wasm32-wasip2\"] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rust_analyzer_version The version of Rustc to pair with rust-analyzer. String optional \"\" rustfmt_toolchain_triples Like toolchain_triples, but for rustfmt toolchains. Mapping of rust target triple to repository name. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional [\"1.98.0\", \"nightly/2026-08-20\"]","breadcrumbs":"Bzlmod » toolchain","id":"148","title":"toolchain"},"149":{"body":"rust_host_tools = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust_host_tools\")\nrust_host_tools.host_tools(name, allocator_library, dev_components, edition, global_allocator_library, rustfmt_version, sha256s, urls, version) An extension which exposes Rust tools compatible with the current host platform. TAG CLASSES","breadcrumbs":"Bzlmod » rust_host_tools","id":"149","title":"rust_host_tools"},"15":{"body":"load(\"@rules_rust//rust:rust_library.bzl\", \"rust_library\") rust_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust library crate. Example: Suppose you have the following directory structure for a simple Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ greeter.rs lib.rs hello_lib/src/greeter.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/src/lib.rs: pub mod greeter; hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [ \"src/greeter.rs\", \"src/lib.rs\", ],\n) Build the library: $ bazel build //hello_lib\nINFO: Found 1 target...\nTarget //examples/rust/hello_lib:hello_lib up-to-date:\nbazel-bin/examples/rust/hello_lib/libhello_lib.rlib\nINFO: Elapsed time: 1.245s, Critical Path: 1.01s ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_library » rust_library","id":"15","title":"rust_library"},"150":{"body":"Attributes Name Description Type Mandatory Default name The name of the module to create Name optional \"rust_host_tools\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] version The version of Rust to use for tools executed on the Bazel host. String optional \"1.98.0\"","breadcrumbs":"Bzlmod » host_tools","id":"150","title":"host_tools"},"151":{"body":"crate_universe workspace ( crate_universe bzlmod ) is a tool built into rules_rust that can be used to fetch dependencies.","breadcrumbs":"External Crates » External Dependencies","id":"151","title":"External Dependencies"},"152":{"body":"Crate Universe is a set of Bazel rule for generating Rust targets using Cargo. This doc describes using crate_universe with bzlmod. If you're using a WORKSPACE file, please see the WORKSPACE equivalent of this doc . There are some examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Crate Universe","id":"152","title":"Crate Universe"},"153":{"body":"Setup Dependencies Cargo Workspace Direct Packages Binary Dependencies Vendored Dependencies Crate reference from_cargo from_specs","breadcrumbs":"External Crates » crate_universe » Table of Contents","id":"153","title":"Table of Contents"},"154":{"body":"To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.73.0\") You find the latest version on the release page . After adding rules_rust in your MODULE.bazel, set the following to begin using crate_universe: crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\n// # ... Dependencies\nuse_repo(crate, \"crates\")","breadcrumbs":"External Crates » crate_universe » Setup","id":"154","title":"Setup"},"155":{"body":"There are three different ways to declare dependencies in your MODULE. Cargo workspace Direct Dependencies Binary Dependencies Vendored Dependencies","breadcrumbs":"External Crates » crate_universe » Dependencies","id":"155","title":"Dependencies"},"156":{"body":"One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace. The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there. You find a complete example in the in the example folder . crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.from_cargo( name = \"crates\", cargo_lockfile = \"//:Cargo.lock\", manifests = [\"//:Cargo.toml\"],\n)\nuse_repo(crate, \"crates\") Note if using Private Crate Registries If you are using from_cargo and are pulling dependencies from a private crate registry such as Artifactory, make sure you set the CARGO_BAZEL_ISOLATED=false bazel build //... environmental. If not crates_universe will not be able to pull from your private registry. The generated crates_repository contains helper macros which make collecting dependencies for Bazel targets simpler. Notably, the all_crate_deps, aliases, and crate_edition macros ( see Dependencies API ) commonly allow the Cargo.toml files to be the single source of truth for dependencies. Since these macros come from the generated repository, the dependency labels, alias definitions, and editions they return will automatically update BUILD targets. In your BUILD files, you use these macros for a Rust library as shown below: load(\"@crates//:defs.bzl\", \"aliases\", \"all_crate_deps\", \"crate_edition\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"lib\", aliases = aliases(), edition = crate_edition(), deps = all_crate_deps( normal = True, ), proc_macro_deps = all_crate_deps( proc_macro = True, ),\n) rust_test( name = \"unit_test\", crate = \":lib\", aliases = aliases( normal_dev = True, proc_macro_dev = True, ), edition = crate_edition(), deps = all_crate_deps( normal_dev = True, ), proc_macro_deps = all_crate_deps( proc_macro_dev = True, ),\n) For a Rust binary that does not depend on any macro, use the following configuration in your build file: rust_binary( name = \"bin\", srcs = [\"src/main.rs\"], edition = crate_edition(), deps = all_crate_deps(normal = True),\n) You have to repin before your first build to ensure all Bazel targets for the macros are generated. Dependency syncing and updating is done in the repository rule which means it's done during the analysis phase of builds. As mentioned in the environments variable table above, the CARGO_BAZEL_REPIN (or REPIN) environment variables can be used to force the rule to update dependencies and potentially render a new lockfile. Given an instance of this repository rule named crates, the easiest way to repin dependencies is to run: CARGO_BAZEL_REPIN=1 bazel sync --only=crates This will result in all dependencies being updated for a project. The CARGO_BAZEL_REPIN environment variable can also be used to customize how dependencies are updated. For more details about repin, please refer to the documentation .","breadcrumbs":"External Crates » crate_universe » Cargo Workspaces","id":"156","title":"Cargo Workspaces"},"157":{"body":"In cases where Rust targets have heavy interactions with other Bazel targets ( Cc , Proto , etc.), maintaining Cargo.toml files may have diminishing returns as things like rust-analyzer begin to be confused about missing targets or environment variables defined only in Bazel. In situations like this, it may be desirable to have a \"Cargo free\" setup. You find an example in the in the example folder . crates_repository supports this through the packages attribute, as shown below. crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.spec(package = \"serde\", features = [\"derive\"], version = \"1.0\")\ncrate.spec(package = \"serde_json\", version = \"1.0\")\ncrate.spec(package = \"tokio\", default_features = False, features = [\"macros\", \"net\", \"rt-multi-thread\"], version = \"1.38\") crate.from_specs()\nuse_repo(crate, \"crates\") Consuming dependencies may be more ergonomic in this case through the aliases defined in the new repository. In your BUILD files, you use direct dependencies as shown below: rust_binary( name = \"bin\", crate_root = \"src/main.rs\", srcs = glob([ \"src/*.rs\", ]), deps = [ # External crates \"@crates//serde\", \"@crates//serde_json\", \"@crates//tokio\", ], visibility = [\"//visibility:public\"],\n) Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Direct Dependencies","id":"157","title":"Direct Dependencies"},"158":{"body":"With cargo you can install binary dependencies (bindeps) as well with cargo install command. We don't have such easy facilities available in bazel besides specifying it as a dependency. To mimic cargo's bindeps feature we use the unstable feature called artifact-dependencies which integrates well with bazel concepts. You could use the syntax specified in the above document to place it in Cargo.toml. For that you can consult the following example . This method has the following consequences: if you use shared dependency tree with your project these binary dependencies will interfere with yours (may conflict) you have to use nightly host_tools to generate dependencies because Alternatively you can specify this in a separate repo with cargo.from_specs syntax: bindeps = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") bindeps.spec(package = \"cargo-machete\", version = \"=0.7.0\", artifact = \"bin\")\nbindeps.annotation(crate = \"cargo-machete\", gen_all_binaries = True) bindeps.from_specs( name = \"bindeps\", host_tools = \"@rust_host_tools_nightly\",\n) use_repo(bindeps, \"bindeps\") You can run the specified binary dependency with the following command or create additional more complex rules on top of it. bazel run @bindeps//:cargo-machete__cargo-machete Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Binary Dependencies","id":"158","title":"Binary Dependencies"},"159":{"body":"In some cases, it is require that all external dependencies are vendored, meaning downloaded and stored in the workspace. This helps, for example, to conduct licence scans, apply custom patches, or to ensure full build reproducibility since no download error could possibly occur. You find a complete example in the in the example folder . For the setup, you need to add the skylib in addition to the rust rules to your MODULE.bazel. module( name = \"deps_vendored\", version = \"0.0.0\"\n)\n###############################################################################\n# B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/\n###############################################################################\n# https://github.com/bazelbuild/bazel-skylib/releases/\nbazel_dep(name = \"bazel_skylib\", version = \"1.8.2\") # https://github.com/bazelbuild/rules_rust/releases\nbazel_dep(name = \"rules_rust\", version = \"0.73.0\") ###############################################################################\n# T O O L C H A I N S\n############################################################################### # Rust toolchain\nRUST_EDITION = \"2021\"\nRUST_VERSION = \"1.80.1\" rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = RUST_EDITION, versions = [RUST_VERSION],\n)\nuse_repo(rust, \"rust_toolchains\")\nregister_toolchains(\"@rust_toolchains//:all\") ###############################################################################\n# R U S T C R A T E S\n###############################################################################\ncrate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") Note, it is important to load the crate_universe rules otherwise you will get an error as the rule set is needed in the vendored target. Assuming you have a package called basic in which you want to vendor dependencies, then you create a folder basic/3rdparty. The folder name can be arbitrary, but by convention, its either thirdparty or 3rdparty to indicate vendored dependencies. In the 3rdparty folder, you add a target crates_vendor to declare your dependencies to vendor. In the example, we vendor a specific version of bzip2. load(\"@rules_rust//crate_universe:defs.bzl\", \"crate\", \"crates_vendor\") crates_vendor( name = \"crates_vendor\", annotations = { \"bzip2-sys\": [crate.annotation( gen_build_script = True, )], }, cargo_lockfile = \"Cargo.Bazel.lock\", generate_build_scripts = False, mode = \"remote\", packages = { \"bzip2\": crate.spec( version = \"=0.3.3\", ), }, repository_name = \"basic\", tags = [\"manual\"],\n) Next, you have to run Cargo build to generate a Cargo.lock file with all resolved dependencies. Then, you rename Cargo.lock to Cargo.Bazel.lock and place it inside the basic/3rdparty folder. At this point, you have the following folder and files: basic |-- 3rdparty | |-- BUILD.bazel | |-- Cargo.Bazel.lock Now you can run the crates_vendor target: bazel run //basic/3rdparty:crates_vendor This generates a crate folders with all configurations for the vendored dependencies. basic |-- 3rdparty | |-- cratea | |-- BUILD.bazel | |-- Cargo.Bazel.lock Suppose you have an application in basic/src that is defined in basic/BUILD.bazel and that depends on a vendored dependency. You find a list of all available vendored dependencies in the BUILD file of the generated folder: basic/3rdparty/crates/BUILD.bazel You declare a vendored dependency in you target as following: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_sys\", srcs = [\"src/main.rs\"], deps = [\"//basic/3rdparty/crates:bzip2\"], visibility = [\"//visibility:public\"],\n) Note, the vendored dependency is not yet accessible because you have to define first how to load the vendored dependencies. For that, you first create a file sys_deps.bzl and add the following content: # rename the default name \"crate_repositories\" in case you import multiple vendored folders.\nload(\"//basic/3rdparty/crates:defs.bzl\", basic_crate_repositories = \"crate_repositories\") def sys_deps(): # Load the vendored dependencies basic_crate_repositories() This is straightforward, you import the generated crate_repositories from the crates folder, rename it to avoid name clashes in case you import from multiple vendored folders, and then just load the vendored dependencies. In a WORKSPACE configuration, you would just load and call sys_deps(), but in a MODULE configuration, you cannot do that. Instead, you create a new file WORKSPACE.bzlmod and add the following content. load(\"//:sys_deps.bzl\", \"sys_deps\")\nsys_deps() Now, you can build the project as usual. There are some more examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Vendored Dependencies","id":"159","title":"Vendored Dependencies"},"16":{"body":"","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group.bzl","id":"16","title":"rust_library_group.bzl"},"160":{"body":"crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\ncrate.annotation(deps, data, additive_build_file, additive_build_file_content, alias_rule, build_script_compile_data, build_script_data, build_script_data_glob, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_toolchains, build_script_tools, build_script_use_cc_toolchain, build_script_use_default_shell_env, compile_data, compile_data_glob, compile_data_glob_excludes, crate, crate_features, data_glob, disable_pipelining, extra_aliased_targets, gen_all_binaries, gen_binaries, gen_build_script, label_injections, link_deps, override_target_bin, override_target_build_script, override_target_lib, override_target_proc_macro, patch_args, patch_tool, patches, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, shallow_since, version)\ncrate.annotation_select(deps, data, build_script_compile_data, build_script_data, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_tools, compile_data, crate, crate_features, link_deps, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, triples, version)\ncrate.from_cargo(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, manifests, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.from_specs(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.render_config(build_file_template, crate_alias_template, crate_label_template, crate_repository_template, crates_module_template, default_alias_rule_bzl, default_alias_rule_name, default_package_name, generate_cargo_toml_env_vars, generate_rules_license_metadata, generate_target_compatible_with, incompatible_no_root_alias_targets, platforms_template, regen_command, repositories, vendor_mode)\ncrate.spec(artifact, branch, default_features, features, git, lib, package, package_alias, path, repositories, rev, tag, version)\ncrate.splicing_config(repositories, resolver_version) Crate universe module extensions. Environment Variables: variable usage CARGO_BAZEL_GENERATOR_SHA256 The sha256 checksum of the file located at CARGO_BAZEL_GENERATOR_URL CARGO_BAZEL_GENERATOR_URL The URL of a cargo-bazel binary. This variable takes precedence over attributes and can use file:// for local paths CARGO_BAZEL_ISOLATED An authoritative flag as to whether or not the CARGO_HOME environment variable should be isolated from the host configuration CARGO_BAZEL_REPIN An indicator that the dependencies represented by the rule should be regenerated. REPIN may also be used. See Repinning / Updating Dependencies for more details. CARGO_BAZEL_REPIN_ONLY A comma-delimited allowlist for rules to execute repinning. Can be useful if multiple instances of the repository rule are used in a Bazel workspace, but repinning should be limited to one of them. CARGO_BAZEL_TIMEOUT An integer value to override the default timeout setting when running the cargo-bazel binary. This value must be in seconds. TAG CLASSES","breadcrumbs":"External Crates » crate_universe » crate","id":"160","title":"crate"},"161":{"body":"A collection of extra attributes and settings for a particular crate. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] additive_build_file A file containing extra contents to write to the bottom of generated BUILD files. Label optional None additive_build_file_content Extra contents to write to the bottom of generated BUILD files. String optional \"\" alias_rule Alias rule to use instead of native.alias(). Overrides render_config 's 'default_alias_rule'. String optional \"\" build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_data_glob A list of glob patterns to add to a crate's cargo_build_script::data attribute List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_toolchains A list of labels to set on a crates's cargo_build_script::toolchains attribute. List of labels optional [] build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] build_script_use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_cc_toolchain build setting (defaults to enabled). String optional \"auto\" build_script_use_default_shell_env Whether or not to include the default shell environment for the build script action. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_default_shell_env build setting. String optional \"auto\" compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob A list of glob patterns to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob_excludes A list of glob patterns to be excllued from a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] data_glob A list of glob patterns to add to a crate's rust_library::data attribute. List of strings optional [] disable_pipelining If True, disables pipelining for library targets for this crate. Boolean optional False extra_aliased_targets A list of targets to add to the generated aliases in the root crate_universe repository. Dictionary: String -> String optional {} gen_all_binaries If true, generates rust_binary targets for all of the crates bins Boolean optional False gen_binaries As a list, the subset of the crate's bins that should get rust_binary targets produced. List of strings optional [] gen_build_script An authoritative flag to determine whether or not to produce cargo_build_script targets for the current crate. Supported values are 'on', 'off', and 'auto'. String optional \"auto\" label_injections A mapping of canonical repository labels to the apparent repository prefix used in the annotation's strings. This is necessary for cases where a build_script_data annotation is given and the new label is used in location expansion via build_script_env. E.g. build_script_data = [\"@xz//:lzma\"] and build_script_env = {\"LZMA_BIN\": \"$(execpath @xz//:lzma)\"}. This example would require label_injections = {\"@xz\": \"@xz\"} where the key resolves to a canonical repo and the value is the apparent repo prefix used throughout this annotation. Target portions (//pkg:target) on either side are ignored; the cargo-bazel generator rewrites the apparent repo prefix to its canonical form and leaves any user-written target verbatim. Dictionary: Label -> String optional {} link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] override_target_bin An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_build_script An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_lib An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_proc_macro An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None patch_args The patch_args attribute of a Bazel repository rule. See http_archive.patch_args List of strings optional [] patch_tool The patch_tool attribute of a Bazel repository rule. See http_archive.patch_tool String optional \"\" patches The patches attribute of a Bazel repository rule. See http_archive.patches List of labels optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] shallow_since An optional timestamp used for crates originating from a git repository instead of a crate registry. This flag optimizes fetching the source code. String optional \"\" version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation","id":"161","title":"annotation"},"162":{"body":"A constructor for a crate dependency with selectable attributes. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] triples A list of triples to apply the annotation to. List of strings required version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation_select","id":"162","title":"annotation_select"},"163":{"body":"Generates a repo @crates from a Cargo.toml / Cargo.lock pair. Attributes Name Description Type Mandatory Default name The name of the repo to generate Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None manifests A list of Cargo manifests (Cargo.toml files). List of labels optional [] skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_cargo","id":"163","title":"from_cargo"},"164":{"body":"Generates a repo @crates from the defined spec tags. Attributes Name Description Type Mandatory Default name The name of the repo to generate. Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_specs","id":"164","title":"from_specs"},"165":{"body":"Various settings used to configure rendered outputs. The template parameters each support a select number of format keys. A description of each key can be found below where the supported keys for each template can be found in the parameter docs key definition name The name of the crate. Eg tokio repository The rendered repository name for the crate. Directly relates to crate_repository_template. triple A platform triple. Eg x86_64-unknown-linux-gnu version The crate version. Eg 1.2.3 target The library or binary target of the crate file The basename of a file Attributes Name Description Type Mandatory Default build_file_template The base template to use for BUILD file names. The available format keys are [{name}, {version}`]. String optional \"//:BUILD.{name}-{version}.bazel\" crate_alias_template The base template to use for crate aliases. The available format keys are [{repository}, {name}, {version}, {target}]. Defaults to the per-alias subpackage layout (@{repository}//{name}-{version}); set to @{repository}//:{name}-{version} to point aliases() / all_crate_deps() at the legacy root-package aliases (only valid while incompatible_no_root_alias_targets is off). String optional \"@{repository}//{name}-{version}\" crate_label_template The base template to use for crate labels. The available format keys are [{repository}, {name}, {version}, {target}]. String optional \"@{repository}__{name}-{version}//:{target}\" crate_repository_template The base template to use for Crate label repository names. The available format keys are [{repository}, {name}, {version}]. String optional \"{repository}__{name}-{version}\" crates_module_template The pattern to use for the defs.bzl and BUILD.bazel file names used for the crates module. The available format keys are [{file}]. String optional \"//:{file}\" default_alias_rule_bzl Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. Label optional None default_alias_rule_name Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. String optional \"alias\" default_package_name The default package name to use in the rendered macros. This affects the auto package detection of things like all_crate_deps. String optional \"\" generate_cargo_toml_env_vars Whether to generate cargo_toml_env_vars targets. Boolean optional True generate_rules_license_metadata Whether to generate rules license metadata. Boolean optional False generate_target_compatible_with Whether to generate target_compatible_with annotations on the generated BUILD files. This catches a target_triple being targeted that isn't declared in supported_platform_triples. Boolean optional True incompatible_no_root_alias_targets Incompatibility flag. Suppresses the top-level alias() rules in the hub repository's root BUILD.bazel (e.g. @crate_index//:clap). Per-alias subpackages (e.g. @crate_index//clap) are always emitted, so flipping this flag on lets users keep consuming aliases through the subpackage path while the root version disappears. Boolean optional False platforms_template The base template to use for platform names. See platforms documentation . The available format keys are [{triple}]. String optional \"@rules_rust//rust/platform:{triple}\" regen_command An optional command to demonstrate how generated files should be regenerated. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] vendor_mode An optional configuration for rendering content to be rendered into repositories. String optional \"\"","breadcrumbs":"External Crates » crate_universe » render_config","id":"165","title":"render_config"},"166":{"body":"A constructor for a crate dependency. Attributes Name Description Type Mandatory Default artifact Set to 'bin' to pull in a binary crate as an artifact dependency. Requires a nightly Cargo. String optional \"\" branch The git branch of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" default_features Maps to the default-features flag. Boolean optional True features A list of features to use for the crate. List of strings optional [] git The Git url to use for the crate. Cannot be used with version or path. String optional \"\" lib If using artifact = 'bin', additionally setting lib = True declares a dependency on both the package's library and binary, as opposed to just the binary. Boolean optional False package The explicit name of the package. String required package_alias Alias for the package. String optional \"\" path The local path of the remote crate. Cannot be used with version or git. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this spec is applied to. Defaults to all repositories. List of strings optional [] rev The git revision of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. String optional \"\" tag The git tag of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" version The exact version of the crate. Cannot be used with git or path. String optional \"\"","breadcrumbs":"External Crates » crate_universe » spec","id":"166","title":"spec"},"167":{"body":"Various settings used to configure Cargo manifest splicing behavior. Attributes Name Description Type Mandatory Default repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] resolver_version The resolver version to use in generated Cargo manifests. This flag is only used when splicing a manifest from direct package definitions. See crates_repository::packages String optional \"2\"","breadcrumbs":"External Crates » crate_universe » splicing_config","id":"167","title":"splicing_config"},"168":{"body":"Rules Rust supports collecting code coverage data using bazel coverage, leveraging LLVM's source-based coverage instrumentation.","breadcrumbs":"Code Coverage » Code Coverage","id":"168","title":"Code Coverage"},"169":{"body":"bazel coverage //my_project/... This instruments all targets matching the default --instrumentation_filter and produces an LCOV report at bazel-out/_coverage/_coverage_report.dat.","breadcrumbs":"Code Coverage » Basic Usage","id":"169","title":"Basic Usage"},"17":{"body":"load(\"@rules_rust//rust:rust_library_group.bzl\", \"rust_library_group\") rust_library_group(name, deps) Functions as an alias for a set of dependencies. Specifically, the following are equivalent: rust_library_group( name = \"crate_group\", deps = [ \":crate1\", \":crate2\", ],\n) rust_library( name = \"foobar\", deps = [\":crate_group\"], ...\n) and rust_library( name = \"foobar\", deps = [ \":crate1\", \":crate2\", ], ...\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Other dependencies to forward through this crate group. List of labels optional []","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group","id":"17","title":"rust_library_group"},"170":{"body":"Rules Rust respects Bazel's standard --instrumentation_filter flag to control which targets get compiled with -Cinstrument-coverage. Only targets whose label matches the filter are instrumented, consistent with how coverage works for other languages (C++, Java).","breadcrumbs":"Code Coverage » Controlling Instrumentation","id":"170","title":"Controlling Instrumentation"},"171":{"body":"For projects with vendored or third-party dependencies, restrict instrumentation to workspace targets to avoid unnecessary recompilation: coverage --instrumentation_filter=^// To further exclude specific directories: coverage --instrumentation_filter=^//,-^//third_party","breadcrumbs":"Code Coverage » Recommended .bazelrc Settings","id":"171","title":"Recommended .bazelrc Settings"},"172":{"body":"When a rust_test target uses the crate attribute, Rust compiles the library source code directly into the test binary. Rules Rust automatically checks whether the underlying crate should be instrumented, so library code compiled into the test binary produces coverage data without needing --instrument_test_targets. Note: because the entire crate (including #[cfg(test)] code) is compiled as one unit, test-specific code in the crate will also be instrumented. This is a known inconsistency with the usual Bazel convention where test code is only instrumented when --instrument_test_targets is set.","breadcrumbs":"Code Coverage » rust_test with a crate attribute","id":"172","title":"rust_test with a crate attribute"},"173":{"body":"By default, Bazel excludes test targets from instrumentation. If you want coverage of the test code itself (not just the libraries it exercises), add: coverage --instrument_test_targets","breadcrumbs":"Code Coverage » --instrument_test_targets","id":"173","title":"--instrument_test_targets"},"174":{"body":"Flag Purpose --instrumentation_filter=<regex> Controls which targets are instrumented. Default: -/javatests[/:],-/test/java[/:] --instrument_test_targets Also instrument test targets. Not required for library coverage via rust_test with crate. --combined_report=lcov Produce a combined LCOV report (set by default with bazel coverage).","breadcrumbs":"Code Coverage » Flags Summary","id":"174","title":"Flags Summary"},"175":{"body":"rules_rust manages versions of things like rustc. If you want to manually run upstream tooling configured at the versions, plugins and such that rules_rust has configured, rules_rust exposes these as targets in @rules_rust//tools/upstream_wrapper: % bazel query @rules_rust//tools/upstream_wrapper\n@rules_rust//tools/upstream_wrapper:cargo\n@rules_rust//tools/upstream_wrapper:cargo_clippy\n@rules_rust//tools/upstream_wrapper:rustc\n@rules_rust//tools/upstream_wrapper:rustfmt You can run them via bazel run, e.g. bazel run @rules_rust//tools/upstream_wrapper:cargo -- check.","breadcrumbs":"Upstream Tooling » Upstream Tooling","id":"175","title":"Upstream Tooling"},"176":{"body":"","breadcrumbs":"IDE Integrations » IDE Integrations","id":"176","title":"IDE Integrations"},"177":{"body":"","breadcrumbs":"IDE Integrations » VSCode","id":"177","title":"VSCode"},"178":{"body":"The best intellisense integrations to date are documented for rust-analyzer . Please refer to this documentation for setup instructions.","breadcrumbs":"IDE Integrations » Intellisense","id":"178","title":"Intellisense"},"179":{"body":"rules_rust offers tooling to generate VSCode targets for running rust_binary and rust_test targets with a debugger in VSCode. Prerequisites Install CodeLLDB extension in VSCode. Generate Launch Configurations Generate VSCode launch.json for debugging all Rust targets in the current workspace: bazel run @rules_rust//tools/vscode:gen_launch_json To scope debug generated launch.json targets, query patterns can be passed: bazel run @rules_rust//tools/vscode:gen_launch_json -- //path/to/... Bazel targets should now be available for debugging via the \"Run and Debug\" menu.","breadcrumbs":"IDE Integrations » Debugging","id":"179","title":"Debugging"},"18":{"body":"","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config.bzl","id":"18","title":"rust_lint_config.bzl"},"180":{"body":"","breadcrumbs":"Extensions » Extensions","id":"180","title":"Extensions"},"181":{"body":"These rules are for using Bindgen to generate Rust bindings to C (and some C++) libraries.","breadcrumbs":"Extensions » bindgen » rules_rust_bindgen","id":"181","title":"rules_rust_bindgen"},"182":{"body":"rust_bindgen rust_bindgen_library rust_bindgen_toolchain","breadcrumbs":"Extensions » bindgen » Rules","id":"182","title":"Rules"},"183":{"body":"To use the Rust bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_bindgen\", version = \"{SEE_RELEASE_NOTES}\") rules_rust_bindgen does not automatically register a bindgen toolchain. You need to register either your own or the default toolchain by adding the following to your MODULE.bazel file: register_toolchains(\"@rules_rust_bindgen//:default_bindgen_toolchain\") The default toolchain builds libclang from source via the llvm-project bazel_dep. examples/bindgen_toolchain shows how to use a prebuilt libclang. Bindgen aims to be as hermetic as possible so will end up building libclang from llvm-project from source. If this is found to be undesirable, users should define their own repositories using something akin to crate_universe and define their own toolchains following the instructions for rust_bindgen_toolchain .","breadcrumbs":"Extensions » bindgen » Setup","id":"183","title":"Setup"},"184":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen\") rust_bindgen(name, bindgen_flags, cc_lib, clang_flags, header, merge_cc_lib_objects_into_rlib, wrap_static_fns) Generates a rust source file from a cc_library and a header. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. List of strings optional [] cc_lib The cc_library that contains the .h file. This is used to find the transitive includes. Label required clang_flags Flags to pass directly to the clang executable. List of strings optional [] header The .h file to generate bindings for. Label required merge_cc_lib_objects_into_rlib When True, objects from cc_lib will be copied into the rlib archive produced by the rust_library that depends on this rust_bindgen rule (using BuildInfo provider) Boolean optional True wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains). Boolean optional False","breadcrumbs":"Extensions » bindgen » rust_bindgen","id":"184","title":"rust_bindgen"},"185":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain(name, bindgen, clang, default_rustfmt, libclang, libstdcxx) The tools required for the rust_bindgen rule. This rule depends on the bindgen binary crate, and it in turn depends on both a clang binary and the clang library. These dependencies are provided by the @rules_rust_bindgen module extension when using Bzlmod. load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain( name = \"bindgen_toolchain_impl\", bindgen = \"//my/rust:bindgen\", clang = \"//my/clang:clang\", libclang = \"//my/clang:libclang.so\", libstdcxx = \"//my/cpp:libstdc++\",\n) toolchain( name = \"bindgen_toolchain\", toolchain = \"bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_bindgen//:toolchain_type\",\n) This toolchain will then need to be registered in the current WORKSPACE. For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen The label of a bindgen executable. Label optional None clang The label of a clang executable. Label optional None default_rustfmt If set, rust_bindgen targets will always format generated sources with rustfmt. Boolean optional True libclang A cc_library providing bindgen's runtime dependency on libclang. This attribute is required for hermeticity when bindgen is dynamically linked. If None, bindgen must be statically linked; else, system libraries will be used instead. Label optional None libstdcxx A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. Label optional None","breadcrumbs":"Extensions » bindgen » rust_bindgen_toolchain","id":"185","title":"rust_bindgen_toolchain"},"186":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_library\") rust_bindgen_library(name, header, cc_lib, bindgen_flags, bindgen_features, clang_flags, wrap_static_fns, **kwargs) Generates a rust source file for header, and builds a rust_library. Arguments are the same as rust_bindgen, and kwargs are passed directly to rust_library. PARAMETERS Name Description Default Value name A unique name for this target. none header The label of the .h file to generate bindings for. none cc_lib The label of the cc_library that contains the .h file. This is used to find the transitive includes. none bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. None bindgen_features The features attribute for the rust_bindgen target. None clang_flags Flags to pass directly to the clang executable. None wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains\", False kwargs Arguments to forward to the underlying rust_library rule. none","breadcrumbs":"Extensions » bindgen » rust_bindgen_library","id":"186","title":"rust_bindgen_library"},"187":{"body":"Bazel rules for mdBook .","breadcrumbs":"Extensions » mdbook » rules_rust_mdbook","id":"187","title":"rules_rust_mdbook"},"188":{"body":"mdbook mdbook_server mdbook_toolchain","breadcrumbs":"Extensions » mdbook » Rules","id":"188","title":"Rules"},"189":{"body":"bazel_dep(name = \"rules_rust_mdbook\", version = \"{SEE_RELEASE_NOTES}\")","breadcrumbs":"Extensions » mdbook » Setup","id":"189","title":"Setup"},"19":{"body":"load(\"@rules_rust//rust:rust_lint_config.bzl\", \"rust_lint_config\") rust_lint_config(name, clippy, rustc, rustc_check_cfg, rustdoc) Defines a group of lints that can be applied when building Rust targets. For example, you can define a single group of lints: load(\"@rules_rust//rust:defs.bzl\", \"rust_lint_config\") rust_lint_config( name = \"workspace_lints\", rustc = { \"unknown_lints\": \"allow\", \"unexpected_cfgs\": \"warn\", }, rustc_check_cfg = { \"bazel\": [], \"fuzzing\": [], \"mz_featutres\": [\"laser\", \"rocket\"], }, clippy = { \"box_default\": \"allow\", \"todo\": \"warn\", \"unused_async\": \"warn\", }, rustdoc = { \"unportable_markdown\": \"allow\", },\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required clippy Set of 'clippy' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc Set of 'rustc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc_check_cfg Set of 'cfg' names and list of values to expect. Dictionary: String -> List of strings optional {} rustdoc Set of 'rustdoc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {}","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config","id":"19","title":"rust_lint_config"},"190":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook\") mdbook(name, srcs, book, plugins) Rules to create book from markdown files using mdBook. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs All inputs to the book. List of labels optional [] book The book.toml file. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook","id":"190","title":"mdbook"},"191":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_server\") mdbook_server(name, book, hostname, port) Spawn an mdbook server for a given mdbook target. The server stages every input (including generated sources) into an isolated working directory before invoking mdbook serve, so the running book always reflects the bazel-built sources rather than the workspace checkout. For live-reload during development, add tags = [\"ibazel_notify_changes\"] and invoke with ibazel : mdbook_server( name = \"book_server\", book = \":book\", tags = [\"ibazel_notify_changes\"],\n) ibazel run //path/to:book_server ibazel will rebuild on source changes and signal the running server via stdin; the server re-stages the freshly built inputs and mdbook serve reloads any connected browsers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required book The mdbook target to serve. Label required hostname The default hostname to use (Can be overridden on the command line). String optional \"localhost\" port The default port to use (Can be overridden on the command line). String optional \"3000\"","breadcrumbs":"Extensions » mdbook » mdbook_server","id":"191","title":"mdbook_server"},"192":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_toolchain\") mdbook_toolchain(name, mdbook, plugins) A mdBook toolchain. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required mdbook A mdBook binary. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook_toolchain","id":"192","title":"mdbook_toolchain"},"193":{"body":"These build rules are used for building protobufs / gRPC in Rust with Bazel using Prost and Tonic","breadcrumbs":"Extensions » prost » rules_rust_prost","id":"193","title":"rules_rust_prost"},"194":{"body":"rust_prost_library rust_prost_toolchain","breadcrumbs":"Extensions » prost » Rules","id":"194","title":"Rules"},"195":{"body":"bazel_dep(name = \"rules_rust_prost\", version = \"{SEE_RELEASE_NOTES}\") The prost and tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. To setup the prost and tonic toolchain, please see the section Customizing prost and tonic Dependencies . For additional information about Bazel toolchains, see here . Customizing prost and tonic Dependencies These rules depend on the prost and tonic dependencies. To setup the necessary toolchain for these rules, you must define a toolchain with the prost , prost-types , tonic , protoc-gen-prost , and protoc-gen-tonic crates as well as the protoc binary. To get access to these crates, you can use the crate_universe repository rules. For example: load(\"//crate_universe:defs.bzl\", \"crate\", \"crates_repository\") crates_repository( name = \"crates_io\", annotations = { \"protoc-gen-prost\": [crate.annotation( gen_binaries = [\"protoc-gen-prost\"], patch_args = [ \"-p1\", ], patches = [ # Note: You will need to use this patch until a version greater than `0.2.2` of # `protoc-gen-prost` is released. \"@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch\", ], )], \"protoc-gen-tonic\": [crate.annotation( gen_binaries = [\"protoc-gen-tonic\"], )], }, cargo_lockfile = \"Cargo.Bazel.lock\", mode = \"remote\", packages = { \"prost\": crate.spec( version = \"0\", ), \"prost-types\": crate.spec( version = \"0\", ), \"protoc-gen-prost\": crate.spec( version = \"0\", ), \"protoc-gen-tonic\": crate.spec( version = \"0\", ), \"tonic\": crate.spec( version = \"0\", ), }, repository_name = \"rules_rust_prost\", tags = [\"manual\"],\n) You can then define a toolchain with the rust_prost_toolchain rule which uses the crates defined above. For example: load(\"@rules_rust//proto/prost:defs.bzl\", \"rust_prost_toolchain\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library_group\") rust_library_group( name = \"prost_runtime\", deps = [ \"@crates_io//prost\", ],\n) rust_library_group( name = \"tonic_runtime\", deps = [ \":prost_runtime\", \"@crates_io//tonic\", ],\n) rust_prost_toolchain( name = \"prost_toolchain_impl\", prost_plugin = \"@crates_io//protoc-gen-prost__protoc-gen-prost\", prost_runtime = \":prost_runtime\", prost_types = \"@crates_io//prost-types\", proto_compiler = \"@com_google_protobuf//:protoc\", tonic_plugin = \"@crates_io//protoc-gen-tonic__protoc-gen-tonic\", tonic_runtime = \":tonic_runtime\",\n) toolchain( name = \"prost_toolchain\", toolchain = \"prost_toolchain_impl\", toolchain_type = \"@rules_rust//proto/prost:toolchain_type\",\n) Lastly, you must register the toolchain in your MODULE.bazel file. For example: register_toolchains(\"//toolchains:prost_toolchain\")","breadcrumbs":"Extensions » prost » Setup","id":"195","title":"Setup"},"196":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\") rust_prost_library(name, proto) A rule for generating a Rust library using Prost. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proto A proto_library target for which to generate Rust gencode. Label required","breadcrumbs":"Extensions » prost » rust_prost_library","id":"196","title":"rust_prost_library"},"197":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_toolchain\") rust_prost_toolchain(name, compile_well_known_types, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag, prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin, tonic_plugin_flag, tonic_runtime) Rust Prost toolchain rule. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required compile_well_known_types Corresponds to prost_build's compile_well_known_types option. If set to False, well-known-types will not be compiled by prost, and instead rely on the provided Prost types crate. Boolean optional True include_transitive_deps Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. Boolean optional False prost_opts Additional options to add to Prost. List of strings optional [] prost_plugin The Prost protoc plugin (e.g. protoc-gen-prost) to invoke. Label required prost_plugin_flag Prost plugin flag format. (e.g. --plugin=protoc-gen-prost=%s) String optional \"--plugin=protoc-gen-prost=%s\" prost_runtime The Prost runtime crates to use. Label required prost_types The Prost types crates to use. Label required proto_compiler The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. Label optional None tonic_opts Additional options to add to Tonic. List of strings optional [] tonic_plugin The Tonic protoc plugin (e.g. protoc-gen-tonic) to invoke. Label optional None tonic_plugin_flag Tonic plugin flag format. (e.g. --plugin=protoc-gen-tonic=%s)) String optional \"--plugin=protoc-gen-tonic=%s\" tonic_runtime The Tonic runtime crates to use. Label optional None","breadcrumbs":"Extensions » prost » rust_prost_toolchain","id":"197","title":"rust_prost_toolchain"},"198":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_transform\") rust_prost_transform(name, deps, srcs, crate_name, prost_opts, tonic_opts) A rule for transforming the outputs of ProstGenProto actions. This rule is used by adding it to the data attribute of proto_library targets. E.g. load(\"@rules_proto//proto:defs.bzl\", \"proto_library\")\nload(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\", \"rust_prost_transform\") rust_prost_transform( name = \"a_transform\", srcs = [ \"a_src.rs\", ],\n) proto_library( name = \"a_proto\", srcs = [ \"a.proto\", ], data = [ \":a_transform\", ],\n) rust_prost_library( name = \"a_rs_proto\", proto = \":a_proto\",\n) The rust_prost_library will spawn an action on the a_proto target which consumes the a_transform rule to provide a means of granularly modifying a proto library for ProstGenProto actions with minimal impact to other consumers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Additional dependencies to add to the compiled crate. List of labels optional [] srcs Additional source files to include in generated Prost source code. List of labels optional [] crate_name The name of the crate generated by Prost. This is used to override the default name which is the name of the proto_library target. String optional \"\" prost_opts Additional options to add to Prost. List of strings optional [] tonic_opts Additional options to add to Tonic. List of strings optional []","breadcrumbs":"Extensions » prost » rust_prost_transform","id":"198","title":"rust_prost_transform"},"199":{"body":"","breadcrumbs":"Extensions » pyo3 » rules_rust_pyo3","id":"199","title":"rules_rust_pyo3"},"2":{"body":"To use a particular version of the Rust compiler, pass that version to the toolchain method of the rust extension, like this: rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = \"2024\", versions = [ \"1.85.0\" ],\n) As well as an exact version, versions can accept nightly/{iso_date} and beta/{iso_date} strings for toolchains from different release channels, as in rust.toolchain( edition = \"2021\", versions = [ \"nightly/1.85.0\" ],\n) By default, a stable and nightly toolchain will be registered if no toolchain method is called (and thus no specific versions are registered). However, if only 1 version is passed and it is from the nightly or beta release channels (i.e. not stable), then the following build setting flag must be present, either on the command line or set in the project's .bazelrc file: build --@rules_rust//rust/toolchain/channel=nightly Failure to do so will result in rules attempting to match a stable toolchain when one was not registered, thus raising an error.","breadcrumbs":"Introduction » Specifying Rust version","id":"2","title":"Specifying Rust version"},"20":{"body":"rust_cdylib_library load(\"@rules_rust//rust:rust_cdylib_library.bzl\", \"rust_cdylib_library\") rust_cdylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_cdylib_library » rust_cdylib_library","id":"20","title":"rust_cdylib_library"},"200":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_toolchain\") pyo3_toolchain(name) Define a toolchain which generates config data for the PyO3 for producing extension modules on any target platform. Note that this toolchain expects the pyo3 crate to be built with the following features: abi3 abi3-py3* (e.g abi3-py311) extension-module When using rules_rust's crate_universe , this data can be plubmed into the target using the following snippet. annotations = { \"pyo3-build-config\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ], \"pyo3-ffi\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ],\n}, ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required","breadcrumbs":"Extensions » pyo3 » pyo3_toolchain","id":"200","title":"pyo3_toolchain"},"201":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"rust_pyo3_toolchain\") rust_pyo3_toolchain(name, pyo3, pyo3_introspection) Define a toolchain for PyO3 Rust dependencies which power internal rules. This toolchain is how the rules know which version of pyo3 to link against. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required pyo3 The PyO3 library. Label required pyo3_introspection The PyO3 introspection library. Label required","breadcrumbs":"Extensions » pyo3 » rust_pyo3_toolchain","id":"201","title":"rust_pyo3_toolchain"},"202":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_extension\") pyo3_extension(*, name, srcs, aliases, compile_data, crate_features, crate_root, data, deps, edition, imports, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, stubs, version, compilation_mode, module_name, **kwargs) Define a PyO3 python extension module. This target is consumed just as a py_library would be. PARAMETERS Name Description Default Value name The name of the target. none srcs List of Rust .rs source files used to build the library. For more details see rust_shared_library . none aliases Remap crates to a new name or moniker for linkage to this target. For more details see rust_shared_library . {} compile_data List of files used by this rule at compile time. For more details see rust_shared_library . [] crate_features List of features to enable for this crate. For more details see rust_shared_library . [] crate_root The file that will be passed to rustc to be used for building this crate. For more details see rust_shared_library . None data List of files used by this rule at compile time and runtime. For more details see rust_shared_library . [] deps List of other libraries to be linked to this library target. For more details see rust_shared_library . [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. For more details see rust_shared_library . None imports List of import directories to be added to the PYTHONPATH. For more details see py_library.imports . [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. For more details see rust_shared_library . [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. For more details see rust_shared_library . {} rustc_env_files Files containing additional environment variables to set for rustc. For more details see rust_shared_library . [] rustc_flags List of compiler flags passed to rustc. For more details see rust_shared_library . [] stubs Whether or not to generate stubs (.pyi file) for the module. None version A version to inject in the cargo environment variable. For more details see rust_shared_library . None compilation_mode The compilation_mode value to build the extension for. If set to \"current\", the current configuration will be used. \"opt\" module_name A full dotted Python module path implemented by this extension (e.g. foo.bar). None kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » pyo3 » pyo3_extension","id":"202","title":"pyo3_extension"},"203":{"body":"Bazel rules for generating wasm modules for Javascript using wasm-bindgen .","breadcrumbs":"Extensions » wasm_bindgen » rules_rust_wasm_bindgen","id":"203","title":"rules_rust_wasm_bindgen"},"204":{"body":"rust_wasm_bindgen rust_wasm_bindgen_toolchain","breadcrumbs":"Extensions » wasm_bindgen » Rules","id":"204","title":"Rules"},"205":{"body":"To begin using the wasm-bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_wasm_bindgen\", version = \"{SEE_RELEASE_NOTES}\") This should enable users to start using the rust_wasm_bindgen rule. However, it's common to want to control the version of wasm-bindgen in the workspace instead of relying on the one provided by rules_rust. In this case, users should use the rust_wasm_bindgen_toolchain rule to define their own toolchains to register.","breadcrumbs":"Extensions » wasm_bindgen » Setup","id":"205","title":"Setup"},"206":{"body":"Rules for doing so can be found at rules_js_rust_wasm_bindgen","breadcrumbs":"Extensions » wasm_bindgen » Interfacing with Javascript rules","id":"206","title":"Interfacing with Javascript rules"},"207":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen\") rust_wasm_bindgen(name, bindgen_flags, out_name, target, target_arch, wasm_file) Generates javascript and typescript bindings for a webassembly module using wasm-bindgen . An example of this rule in use can be seen at @rules_rust//examples/wasm ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. List of strings optional [] out_name Set a custom output filename (Without extension. Defaults to target name). String optional \"\" target The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. String optional \"bundler\" target_arch The target architecture to use for the wasm-bindgen command line option. String optional \"wasm32\" wasm_file The .wasm crate to generate bindings for. Label required","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen","id":"207","title":"rust_wasm_bindgen"},"208":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain(name, browser, browser_type, wasm_bindgen_cli, wasm_bindgen_test, wasm_bindgen_test_runner, webdriver, webdriver_args, webdriver_json) The tools required for the rust_wasm_bindgen rule. In cases where users want to control or change the version of wasm-bindgen used by rust_wasm_bindgen , a unique toolchain can be created as in the example below: load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain( wasm_bindgen_cli = \"//3rdparty/crates:wasm_bindgen_cli__bin\",\n) toolchain( name = \"wasm_bindgen_toolchain\", toolchain = \"wasm_bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_wasm_bindgen//:toolchain_type\",\n) Now that you have your own toolchain, you need to register it by inserting the following statement in your WORKSPACE file: register_toolchains(\"//my/toolchains:wasm_bindgen_toolchain\") For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required browser The browser entrypoint. Label optional None browser_type The type of browser provided. String optional \"\" wasm_bindgen_cli The label of a wasm-bindgen-cli executable. Label optional None wasm_bindgen_test The label of a wasm-bindgen-test crate. Label optional None wasm_bindgen_test_runner The label of a wasm-bindgen-test-runner binary. Label optional None webdriver The webdriver to use. Label optional None webdriver_args Arguments to pass to the webdriver binary. List of strings optional [] webdriver_json The webdriver.json config file for wasm-bindgen-test. Label optional None","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_toolchain","id":"208","title":"rust_wasm_bindgen_toolchain"},"209":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"RustWasmBindgenInfo\") RustWasmBindgenInfo(js, root, snippets, ts, wasm) Info about wasm-bindgen outputs. FIELDS Name Description js Depset[File]: The Javascript files produced by wasm-bindgen. root str: The path to the root of the wasm-bindgen --out-dir directory. snippets File: The snippets directory produced by wasm-bindgen. ts Depset[File]: The Typescript files produced by wasm-bindgen. wasm File: The .wasm file generated by wasm-bindgen.","breadcrumbs":"Extensions » wasm_bindgen » RustWasmBindgenInfo","id":"209","title":"RustWasmBindgenInfo"},"21":{"body":"rust_dylib_library load(\"@rules_rust//rust:rust_dylib_library.bzl\", \"rust_dylib_library\") rust_dylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, link_std_dylib, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a shared library using the unstable Rust ABI. This library can be depended on by other Rust targets via --extern, making it suitable for splitting a Rust project into separately compiled dynamic libraries. Note that the Rust ABI is not stable across compiler versions. This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. Note : When dynamic libraries are listed as dependencies for other Rust binaries they can induce errors from multiply defined symbols, causing linker errors in rustc. Some libraries in the dependency graph may need to be converted to dynamic libraries, and/or have the standard library dynamically linked (link_std_dylib) to avoid this. These rules do not attempt to resolve these linking issues automatically. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this library.Default is true. This is typically required for Rust ABI dylibs so that the stdlib is shared with the binary that loads them, avoiding duplicate symbols. Boolean optional True lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_dylib_library » rust_dylib_library","id":"21","title":"rust_dylib_library"},"210":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_test\") rust_wasm_bindgen_test(*, name, aliases, compile_data, crate_features, data, edition, env, env_inherit, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, target_arch, version, wasm, tags, **kwargs) \"A test rule for running wasm-bindgen tests .\" PARAMETERS Name Description Default Value name A unique name for this target. none aliases Remap crates to a new name or moniker for linkage to this target. {} compile_data List of files used by this rule at compile time. [] crate_features List of features to enable for this crate. [] data List of files used by this rule at compile time and runtime. [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. None env Specifies additional environment variables to set when the test is executed by bazel test. {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. {} rustc_env_files Files containing additional environment variables to set for rustc. [] rustc_flags List of compiler flags passed to rustc. [] target_arch The target architecture to use for the wasm-bindgen command line option. None version A version to inject in the cargo environment variable. \"0.0.0\" wasm The wasm target to test. None tags Tags to apply to the target. [] kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_test","id":"210","title":"rust_wasm_bindgen_test"},"22":{"body":"","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro.bzl","id":"22","title":"rust_proc_macro.bzl"},"23":{"body":"load(\"@rules_rust//rust:rust_proc_macro.bzl\", \"rust_proc_macro\") rust_proc_macro(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust proc-macro crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro","id":"23","title":"rust_proc_macro"},"24":{"body":"","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library.bzl","id":"24","title":"rust_shared_library.bzl"},"25":{"body":"load(\"@rules_rust//rust:rust_shared_library.bzl\", \"rust_shared_library\") rust_shared_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library","id":"25","title":"rust_shared_library"},"26":{"body":"","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library.bzl","id":"26","title":"rust_static_library.bzl"},"27":{"body":"load(\"@rules_rust//rust:rust_static_library.bzl\", \"rust_static_library\") rust_static_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, link_deps, lint_config, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust static library. This static library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce an archive that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library","id":"27","title":"rust_static_library"},"28":{"body":"","breadcrumbs":"Rules » rust » rust_test » rust_test.bzl","id":"28","title":"rust_test.bzl"},"29":{"body":"load(\"@rules_rust//rust:rust_test.bzl\", \"rust_test\") rust_test(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate, crate_features, crate_name, crate_root, edition, env, env_inherit, experimental_use_cc_common_link, link_deps, link_std_dylib, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, use_libtest_harness, version, zself_profile_events) Builds a Rust test crate. Examples: Suppose you have the following directory structure for a Rust library crate with unit test code in the library sources: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) -> String { format!(\"{} {}\", &self.greeting, thing) }\n} #[cfg(test)]\nmod test { use super::Greeter; #[test] fn test_greeting() { let hello = Greeter::new(\"Hi\"); assert_eq!(\"Hi Rust\", hello.greet(\"Rust\")); }\n} To build and run the tests, simply add a rust_test rule with no srcs and only depends on the hello_lib rust_library target via the crate attribute: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"hello_lib_test\", crate = \":hello_lib\", # You may add other deps that are specific to the test configuration deps = [\"//some/dev/dep\"],\n) Run the test with bazel test //hello_lib:hello_lib_test.","breadcrumbs":"Rules » rust » rust_test » rust_test","id":"29","title":"rust_test"},"3":{"body":"The oldest version of Bazel the main branch is tested against is 7.4.1. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support. We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.","breadcrumbs":"Introduction » Supported bazel versions","id":"3","title":"Supported bazel versions"},"30":{"body":"Integration tests that live in the tests directory , they are essentially built as separate crates. Suppose you have the following directory structure where greeting.rs is an integration test for the hello_lib library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs tests/ greeting.rs hello_lib/tests/greeting.rs: extern crate hello_lib; use hello_lib; #[test]\nfn test_greeting() { let hello = greeter::Greeter::new(\"Hello\"); assert_eq!(\"Hello world\", hello.greeting(\"world\"));\n} To build the greeting.rs integration test, simply add a rust_test target with greeting.rs in srcs and a dependency on the hello_lib target: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Run the test with bazel test //hello_lib:greeting_test. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate Target inline tests declared in the given crateThese tests are typically those that would be held out under #[cfg(test)] declarations. Label optional None crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the test is executed by bazel test. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution. Dictionary: String -> String optional {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. List of strings optional [] experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this test.Default is false. This is often required when testing a target that depends on a Rust ABI dylib. Boolean optional False lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None use_libtest_harness Whether to use libtest. For targets using this flag, individual tests can be run by using the --test_arg flag. E.g. bazel test //src:rust_test --test_arg=foo::test::test_fn. Boolean optional True version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_test » Example: test directory","id":"30","title":"Example: test directory"},"31":{"body":"","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite.bzl","id":"31","title":"rust_test_suite.bzl"},"32":{"body":"load(\"@rules_rust//rust:rust_test_suite.bzl\", \"rust_test_suite\") rust_test_suite(name, srcs, shared_srcs, **kwargs) A rule for creating a test suite for a set of rust_test targets. This rule can be used for setting up typical rust integration tests . Given the following directory structure: [crate]/ BUILD.bazel src/ lib.rs main.rs tests/ integrated_test_a.rs integrated_test_b.rs integrated_test_c.rs patterns/ fibonacci_test.rs helpers/ mod.rs The rule can be used to generate rust_test targets for each source file under tests and a test_suite which encapsulates all tests. load(\"//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rust_test_suite\") rust_library( name = \"math_lib\", srcs = [\"src/lib.rs\"],\n) rust_binary( name = \"math_bin\", srcs = [\"src/main.rs\"],\n) rust_test_suite( name = \"integrated_tests_suite\", srcs = glob([\"tests/**\"]), shared_srcs=glob([\"tests/helpers/**\"]), deps = [\":math_lib\"],\n) PARAMETERS Name Description Default Value name The name of the test_suite. none srcs All test sources, typically glob([\"tests/**/*.rs\"]). none shared_srcs Optional argument for sources shared among tests, typically helper functions. [] kwargs Additional keyword arguments for the underlying rust_test targets. The tags argument is also passed to the generated test_suite target. none","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite","id":"32","title":"rust_test_suite"},"33":{"body":"Clippy is a tool for catching common mistakes in Rust code and improving it. An expansive list of lints and the justification can be found in their documentation .","breadcrumbs":"Rules » clippy » Clippy","id":"33","title":"Clippy"},"34":{"body":"Simply add the following to the .bazelrc file in the root of your workspace: build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect\nbuild --output_groups=+clippy_checks This will enable clippy on all Rust targets . Note that targets tagged with no-clippy will not perform clippy checks. To use a local clippy.toml, add the following flag to your .bazelrc. Note that due to the upstream implementation of clippy, this file must be named either .clippy.toml or clippy.toml. Using a custom config file requires Rust 1.34.0 or newer. build --@rules_rust//rust/settings:clippy.toml=//:clippy.toml","breadcrumbs":"Rules » clippy » Setup","id":"34","title":"Setup"},"35":{"body":"rust_clippy — Rule that runs clippy-driver against a Rust target and fails the build on lint findings. Attach one per target for explicit gating. rust_clippy_aspect — Aspect form of the above. Attach in .bazelrc (as shown in Setup) to run clippy across every Rust target in the build. rust_clippy_test — Test rule that reports clippy findings as test failures, useful in CI where a failing test is more visible than a failing build.","breadcrumbs":"Rules » clippy » Rules","id":"35","title":"Rules"},"36":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy.bzl","id":"36","title":"rust_clippy.bzl"},"37":{"body":"load(\"@rules_rust//rust:rust_clippy.bzl\", \"rust_clippy\") rust_clippy(name, deps) Executes the clippy checker on a specific target. Similar to rust_clippy_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust clippy can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_clippy\") rust_clippy( name = \"hello_library_clippy\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ],\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run clippy on. List of labels optional []","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy","id":"37","title":"rust_clippy"},"38":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect.bzl","id":"38","title":"rust_clippy_aspect.bzl"},"39":{"body":"load(\"@rules_rust//rust:rust_clippy_aspect.bzl\", \"rust_clippy_aspect\") rust_clippy_aspect() Executes the clippy checker on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be analyzed with clippy using the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=clippy_checks //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect","id":"39","title":"rust_clippy_aspect"},"4":{"body":"We aim to support Linux and macOS. We do not have sufficient maintainer expertise to support Windows. Most things probably work, but we have had to disable many tests in CI because we lack the expertise to fix them. We welcome contributions to help improve its support.","breadcrumbs":"Introduction » Supported platforms","id":"4","title":"Supported platforms"},"40":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test.bzl","id":"40","title":"rust_clippy_test.bzl"},"41":{"body":"load(\"@rules_rust//rust:rust_clippy_test.bzl\", \"rust_clippy_test\") rust_clippy_test(name, platform, targets, transitive) A test rule that runs clippy over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The clippy actions run during the build phase, so a clippy failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the clippy_checks output group, so bazel build //x:my_clippy_test --output_groups=clippy_checks drives the clippy actions without running the test. When capture_clippy_output or clippy_output_diagnostics is set globally clippy exits 0 even on real issues; in that case the runner inspects the captured stderr / JSON diagnostics and reports the verdict. An optional platform attribute transitions targets to the given platform before running clippy. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_clippy_test\", \"rust_library\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rust_clippy_test( name = \"clippy_app_only_test\", targets = [\":app\"],\n) rust_clippy_test( name = \"clippy_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_clippy, no_lint, nolint, or noclippy are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run clippy on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test","id":"41","title":"rust_clippy_test"},"42":{"body":"Rustfmt is a tool for formatting Rust code according to style guidelines. By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process . A complete list of all configuration options can be found in the Rustfmt GitHub Pages .","breadcrumbs":"Rules » rustfmt » Rustfmt","id":"42","title":"Rustfmt"},"43":{"body":"Formatting your Rust targets' source code requires no setup outside of loading rules_rust in your workspace. Simply run bazel run @rules_rust//:rustfmt to format source code. The runner accepts two sets of arguments separated by a trailing --: bazel run @rules_rust//:rustfmt -- <runner args> -- <rustfmt args> Arguments before the separator scope which packages/targets are formatted (e.g. //my/pkg/...). Arguments after the separator are forwarded directly to rustfmt. To pass only rustfmt flags, use an empty runner arg list: bazel run @rules_rust//:rustfmt -- -- --check In addition to this formatter, a simple check can be performed using the rustfmt_aspect aspect by running: bazel build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect --output_groups=rustfmt_checks Add the following to a .bazelrc file to enable this check during the build phase: build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect\nbuild --output_groups=+rustfmt_checks It's recommended to only enable this aspect in your CI environment so formatting issues do not impact users' ability to rapidly iterate on changes. The rustfmt_aspect also uses a --@rules_rust//rust/settings:rustfmt.toml setting which determines the configuration file used by the formatter (@rules_rust//tools/rustfmt) and the aspect. This flag can be added to your .bazelrc file to ensure a consistent config file is used whenever rustfmt is run: build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml","breadcrumbs":"Rules » rustfmt » Setup","id":"43","title":"Setup"},"44":{"body":"rustfmt_aspect — Aspect that runs rustfmt --check on every Rust target in the build. Attach in .bazelrc (as shown in Setup) to gate CI on formatting. rustfmt_test — Test rule that reports rustfmt findings as a test failure for a specific target.","breadcrumbs":"Rules » rustfmt » Rules","id":"44","title":"Rules"},"45":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect.bzl","id":"45","title":"rustfmt_aspect.bzl"},"46":{"body":"load(\"@rules_rust//rust:rustfmt_aspect.bzl\", \"rustfmt_aspect\") rustfmt_aspect() This aspect is used to gather information about a crate for use in rustfmt and perform rustfmt checks Output Groups: rustfmt_checks: Executes rustfmt --check on the specified target. The build setting @rules_rust//rust/settings:rustfmt.toml is used to control the Rustfmt configuration settings used at runtime. This aspect is executed on any target which provides the CrateInfo provider. However users may tag a target with no-rustfmt or no-format to have it skipped. Additionally, generated source files are also ignored by this aspect. ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect","id":"46","title":"rustfmt_aspect"},"47":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test.bzl","id":"47","title":"rustfmt_test.bzl"},"48":{"body":"load(\"@rules_rust//rust:rustfmt_test.bzl\", \"rustfmt_test\") rustfmt_test(name, platform, targets, transitive) A test rule that runs rustfmt --check over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The rustfmt actions run during the build phase, so a formatting failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the rustfmt_checks output group, so bazel build //x:my_fmt_test --output_groups=rustfmt_checks drives the rustfmt actions without running the test. An optional platform attribute transitions targets to the given platform before running rustfmt. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rustfmt_test\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rustfmt_test( name = \"fmt_app_only_test\", targets = [\":app\"]\n) rustfmt_test( name = \"fmt_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_format, no_rustfmt, or norustfmt are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run rustfmt --check on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test","id":"48","title":"rustfmt_test"},"49":{"body":"Rustdoc is Rust's built-in documentation generator. It reads the /// and //! doc comments in your source and produces browsable HTML — the same tooling that generates the standard library docs and every crate on docs.rs .","breadcrumbs":"Rules » rustdoc » Rustdoc","id":"49","title":"Rustdoc"},"5":{"body":"rust : standard rust rules for building and testing libraries and binaries. rustdoc : rules for generating and testing rust documentation. clippy : rules for running clippy . rustfmt : rules for running rustfmt . cargo : Rules dedicated to Cargo compatibility. ie: build.rs scripts . crate_universe : Rules for generating Bazel targets for external crate dependencies.","breadcrumbs":"Rules » Rules","id":"5","title":"Rules"},"50":{"body":"rust_doc — Build HTML documentation for a rust_library, rust_binary, or rust_proc_macro target. Output is a directory tree suitable for hosting on a static site. rust_doc_test — Compile and run the code samples embedded in a crate's doc comments as tests, matching Cargo's cargo test --doc behavior.","breadcrumbs":"Rules » rustdoc » Rules","id":"50","title":"Rules"},"51":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc.bzl","id":"51","title":"rust_doc.bzl"},"52":{"body":"load(\"@rules_rust//rust:rust_doc.bzl\", \"rust_doc\") rust_doc(name, crate, crate_features, html_after_content, html_before_content, html_in_header, markdown_css, rustc_flags, rustdoc_flags) Generates code documentation. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs To build rustdoc documentation for the hello_lib crate, define a rust_doc rule that depends on the the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc( name = \"hello_lib_doc\", crate = \":hello_lib\",\n) Running bazel build //hello_lib:hello_lib_doc will build a zip file containing the documentation for the hello_lib library crate generated by rustdoc. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required crate The label of the target to generate code documentation for.rust_doc can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] html_after_content File to add in <body>, after content. Label optional None html_before_content File to add in <body>, before content. Label optional None html_in_header File to add to <head>. Label optional None markdown_css CSS files to include via <link> in a rendered Markdown file. List of labels optional [] rustc_flags Deprecated : use rustdoc_flags instead List of strings optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc","id":"52","title":"rust_doc"},"53":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test.bzl","id":"53","title":"rust_doc_test.bzl"},"54":{"body":"load(\"@rules_rust//rust:rust_doc_test.bzl\", \"rust_doc_test\") rust_doc_test(name, deps, crate, crate_features, proc_macro_deps, rustdoc_flags) Runs Rust documentation tests. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/\nWORKSPACE\nhello_lib/ BUILD src/ lib.rs To run documentation tests for the hello_lib crate, define a rust_doc_test target that depends on the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc_test( name = \"hello_lib_doc_test\", crate = \":hello_lib\",\n) Running bazel test //hello_lib:hello_lib_doc_test will run all documentation tests for the hello_lib library crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other libraries to be linked to this library target.These can be either other rust_library targets or cc_library targets if linking a native library. List of labels optional [] crate The label of the target to generate code documentation for. rust_doc_test can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test","id":"54","title":"rust_doc_test"},"55":{"body":"Rules for interoperating with tooling from the Cargo ecosystem — most importantly, Cargo build.rs scripts . These rules let a Bazel build consume the same crate-side conventions that Cargo uses (build scripts, generated env vars, [lints] tables) without switching build systems.","breadcrumbs":"Rules » cargo » Cargo","id":"55","title":"Cargo"},"56":{"body":"cargo_build_script — Compile and run a crate's build.rs at build time, then feed the emitted cargo:* directives (env vars, link args, rerun-if-changed inputs) into consumers of the crate. cargo_env — Helper that returns Cargo's standard CARGO_* env-var dict, used by rules that need to reproduce Cargo's compilation environment. extract_cargo_lints — Read the [lints] table from a Cargo.toml and produce a rust_lint_config target from it, so Cargo-defined lints apply to Bazel-built crates.","breadcrumbs":"Rules » cargo » Rules","id":"56","title":"Rules"},"57":{"body":"","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script.bzl","id":"57","title":"cargo_build_script.bzl"},"58":{"body":"load(\"@rules_rust//cargo:cargo_build_script.bzl\", \"cargo_build_script\") cargo_build_script(*, name, edition, crate_name, crate_root, root_path, srcs, crate_features, version, deps, link_deps, proc_macro_deps, build_script_env, build_script_env_files, emit_warnings, use_cc_toolchain, use_default_shell_env, data, compile_data, tools, links, rundir, rustc_env, rustc_env_files, rustc_flags, visibility, tags, aliases, pkg_name, **kwargs) Compile and execute a rust build script to generate build attributes This rules take the same arguments as rust_binary. Example: Suppose you have a crate with a cargo build script build.rs: [workspace]/ hello_lib/ BUILD build.rs src/ lib.rs Then you want to use the build script in the following: hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_build_script\") # This will run the build script from the root of the workspace, and\n# collect the outputs.\ncargo_build_script( name = \"build_script\", srcs = [\"build.rs\"], # Optional environment variables passed during build.rs compilation rustc_env = { \"CARGO_PKG_VERSION\": \"0.1.2\", }, # Optional environment variables passed during build.rs execution. # Note that as the build script's working directory is not execroot, # execpath/location will return an absolute path, instead of a relative # one. build_script_env = { \"SOME_TOOL_OR_FILE\": \"$(execpath @tool//:binary)\" }, # Optional data/tool dependencies data = [\"@tool//:binary\"],\n) rust_library( name = \"hello_lib\", srcs = [ \"src/lib.rs\", ], deps = [\":build_script\"],\n) The hello_lib target will be build with the flags and the environment variables declared by the build script in addition to the file generated by it. PARAMETERS Name Description Default Value name The name for the underlying rule. This should be the name of the package being compiled, optionally with a suffix of _bs. Otherwise, you can set the package name via pkg_name. none edition The rust edition to use for the internal binary crate. None crate_name Crate name to use for build script. None crate_root The file that will be passed to rustc to be used for building this crate. None root_path The path to the crate root within a directory artifact passed in srcs. None srcs Source files of the crate to build. Passing source files here can be used to trigger rebuilds when changes are made. [] crate_features A list of features to enable for the build script. [] version The semantic version (semver) of the crate. None deps The build-dependencies of the crate. [] link_deps The subset of the (normal) dependencies of the crate that have the links attribute and therefore provide environment variables to this build script. [] proc_macro_deps List of rust_proc_macro targets used to build the script. [] build_script_env Environment variables for build scripts. {} build_script_env_files Files containing additional environment variables to set when running the build script. [] emit_warnings Whether to forward cargo::warning= lines from the build script to stderr. Honored only when @rules_rust//cargo/settings:emit_build_script_warnings is auto (the default); set the flag to on or off to override every target. True use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script.When enabled, the resolved cc_toolchain's all_files are added to the action inputs and the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables are populated from that toolchain (matching Cargo's normal behavior). Disabling this can significantly shrink build script action input trees (particularly with hermetic sysroots) but breaks any build script that needs to compile C/C++ code. If unset the global setting @rules_rust//cargo/settings:use_cc_toolchain will be used to determine this value. None use_default_shell_env Whether or not to include the default shell environment for the build script action. If unset the global setting @rules_rust//cargo/settings:use_default_shell_env will be used to determine this value. None data Files needed by the build script. [] compile_data Files needed for the compilation of the build script. [] tools Tools (executables) needed by the build script. [] links Name of the native library this crate links against. None rundir A directory to cd to before the cargo_build_script is run. This should be a path relative to the exec root.The default behaviour (and the behaviour if rundir is set to the empty string) is to change to the relative path corresponding to the cargo manifest directory, which replicates the normal behaviour of cargo so it is easy to write compatible build scripts.If set to ., the cargo build script will run in the exec root. None rustc_env Environment variables to set in rustc when compiling the build script. {} rustc_env_files Files containing additional environment variables to set for rustc when building the build script. [] rustc_flags List of compiler flags passed to rustc. [] visibility Visibility to apply to the generated build script output. None tags (list of str, optional): Tags to apply to the generated build script output. None aliases Remap crates to a new name or moniker for linkage to this target. These are other rust_library targets and will be presented as the new name given. None pkg_name Override the package name used for the build script. This is useful if the build target name gets too long otherwise. None kwargs Forwards to the underlying rust_binary rule. An exception is the compatible_with attribute, which shouldn't be forwarded to the rust_binary, as the rust_binary is only built and used in exec mode. We propagate the compatible_with attribute to the _build_script_run target. none","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script","id":"58","title":"cargo_build_script"},"59":{"body":"","breadcrumbs":"Rules » cargo » cargo_env » cargo_env.bzl","id":"59","title":"cargo_env.bzl"},"6":{"body":"rust_analyzer : rules for generating rust-project.json files for rust-analyzer","breadcrumbs":"Rules » Experimental rules","id":"6","title":"Experimental rules"},"60":{"body":"load(\"@rules_rust//cargo:cargo_env.bzl\", \"cargo_env\") cargo_env(env) A helper for generating platform specific environment variables load(\"@rules_rust//rust:defs.bzl\", \"rust_common\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_bootstrap_repository\", \"cargo_env\") cargo_bootstrap_repository( name = \"bootstrapped_bin\", cargo_lockfile = \"//:Cargo.lock\", cargo_toml = \"//:Cargo.toml\", srcs = [\"//:resolver_srcs\"], version = rust_common.default_version, binary = \"my-crate-binary\", env = { \"x86_64-unknown-linux-gnu\": cargo_env({ \"FOO\": \"BAR\", }), }, env_label = { \"aarch64-unknown-linux-musl\": cargo_env({ \"DOC\": \"//:README.md\", }), }\n) PARAMETERS Name Description Default Value env A map of environment variables none RETURNS str: A json encoded string of the environment variables","breadcrumbs":"Rules » cargo » cargo_env » cargo_env","id":"60","title":"cargo_env"},"61":{"body":"","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints.bzl","id":"61","title":"extract_cargo_lints.bzl"},"62":{"body":"load(\"@rules_rust//cargo:extract_cargo_lints.bzl\", \"extract_cargo_lints\") extract_cargo_lints(name, manifest, workspace) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required manifest Cargo.toml to read lints from. Label required workspace Workspace Cargo.toml that the manifest Cargo.toml inherits from. Label optional None","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints","id":"62","title":"extract_cargo_lints"},"63":{"body":"rules_rust ships a one-shot installer that configures rust-analyzer to use the project's Bazel toolchain. After setup, rust-analyzer, the proc-macro server, and rustfmt all come from Bazel — no host Rust install required.","breadcrumbs":"Rules » rust_analyzer » Rust Analyzer","id":"63","title":"Rust Analyzer"},"64":{"body":"Pick your editor below. Each runs the same setup tool with a different subcommand — setup is re-runnable any time.","breadcrumbs":"Rules » rust_analyzer » Quick start","id":"64","title":"Quick start"},"65":{"body":"Install the rust-analyzer extension . bazel run @rules_rust//tools/rust_analyzer:setup -- vscode Reload the VSCode window. .vscode/settings.json is always written; a *.code-workspace at the workspace root is picked up too. Existing user keys and comments survive re-runs, so .vscode/settings.json and .code-workspace are safe to commit. Add the launcher dir to .gitignore: .vscode/.rules_rust_analyzer/ Re-run setup after a toolchain change (rustup update, MODULE.bazel edit, bazel clean --expunge).","breadcrumbs":"Rules » rust_analyzer » VSCode","id":"65","title":"VSCode"},"66":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- neovim Prints an nvim-lspconfig Lua snippet to stdout. Paste it into your init.lua (or pipe to a file you require). Restart Neovim. For rustaceanvim users: pass the printed cmd and settings table through its server option (vim.g.rustaceanvim = { server = { cmd = ..., settings = ... } }).","breadcrumbs":"Rules » rust_analyzer » Neovim","id":"66","title":"Neovim"},"67":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- helix Prints a languages.toml snippet. Paste it into <workspace>/.helix/languages.toml. Restart Helix.","breadcrumbs":"Rules » rust_analyzer » Helix","id":"67","title":"Helix"},"68":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- print Prints a generic JSON snippet using the rust-analyzer.* keys VSCode uses. coc.nvim reads them via coc-settings.json (open with :CocConfig); vim-lsp / ALE / LanguageClient-neovim accept the same keys via plugin-specific config files.","breadcrumbs":"Rules » rust_analyzer » Other editors (coc.nvim, vim-lsp, ALE, etc.)","id":"68","title":"Other editors (coc.nvim, vim-lsp, ALE, etc.)"},"69":{"body":"Re-runnable at any time. Global flags work on any subcommand. Flag Effect --skip-proc-macro-server Don't manage the proc-macro key. --skip-rustfmt Don't manage the formatter key (use host rustfmt). --per-package-workspaces / --no-per-package-workspaces Opt this developer in/out of per-package workspace splitting (see below). --clippy / --no-clippy Opt this developer in/out of running clippy on save and streaming its diagnostics alongside rustc's. --clean Delete <launcher-dir>/cache/ before running the rest of setup. See Troubleshooting. The --clippy and --per-package-workspaces toggles are per-user : they mutate <launcher-dir>/user_config.json (gitignored) instead of the shared committed settings file. Two developers on the same workspace can hold different preferences without touching the checked-in configuration. Editing user_config.json by hand works too. The vscode subcommand adds: Flag Effect --settings-json <path> Override the settings.json output. Defaults to <workspace>/.vscode/settings.json. --code-workspace <path> .code-workspace file to also update. Required when the workspace root has more than one. --no-code-workspace Skip the .code-workspace write. --settings-key <key> Nest managed keys under this key inside the .code-workspace (default: settings). --dry-run Print each would-be-written file to stdout. --replace Overwrite managed keys instead of merging. Sibling folders / tasks / extensions in a .code-workspace survive.","breadcrumbs":"Rules » rust_analyzer » Flags","id":"69","title":"Flags"},"7":{"body":"rust_bindgen : rules for generating C++ bindings. rust_prost : rules for generating protobuf and gRPC stubs using prost . rust_pyo3 : Bazel rules for PyO3 . rust_wasm_bindgen : rules for generating WebAssembly bindings.","breadcrumbs":"Rules » 3rd party rules","id":"7","title":"3rd party rules"},"70":{"body":"â–¶ Run Tests / â–¶ Run Test codelens on every #[cfg(test)] mod and individual #[test]. On-save squiggles from rustc diagnostics. Matches cargo check — errors anywhere in the dep graph surface at their actual file paths. Format-on-save via the Bazel-toolchain rustfmt. Workspace reload on watched BUILD / MODULE.bazel changes.","breadcrumbs":"Rules » rust_analyzer » What you get","id":"70","title":"What you get"},"71":{"body":"","breadcrumbs":"Rules » rust_analyzer » Troubleshooting","id":"71","title":"Troubleshooting"},"72":{"body":"Restart rust-analyzer (or save a BUILD file). If that doesn't fix it, re-run setup with --clean to nuke the discovery cache: bazel run @rules_rust//tools/rust_analyzer:setup -- --clean vscode Works with any subcommand (vscode / neovim / helix / print).","breadcrumbs":"Rules » rust_analyzer » Symbols / deps look wrong","id":"72","title":"Symbols / deps look wrong"},"73":{"body":"Check <workspace>/.rules_rust_analyzer/flycheck.log.","breadcrumbs":"Rules » rust_analyzer » Diagnostics stopped appearing","id":"73","title":"Diagnostics stopped appearing"},"74":{"body":"Re-run setup.","breadcrumbs":"Rules » rust_analyzer » After bazel clean --expunge or toolchain changes","id":"74","title":"After bazel clean --expunge or toolchain changes"},"75":{"body":"setup does not manage rust-analyzer.files.excludeDirs. If your workspace has stub Cargo.toml files that aren't meant to be auto-loaded (common in rules_rust itself under examples/, crate_universe/, etc.), rust-analyzer still finds them and logs errors. Silence them by adding the directory names to settings.json yourself — your entries survive future setup runs: \"rust-analyzer.files.excludeDirs\": [\"examples\", \"some_other_dir\"] Trade-off: files.excludeDirs also hides those sources from rust-analyzer's virtual filesystem, so files under those directories won't get IDE features even if they're part of a Bazel-discovered crate. Only exclude directories whose sources you're willing to lose IDE support on.","breadcrumbs":"Rules » rust_analyzer » Noisy cargo metadata errors on startup","id":"75","title":"Noisy cargo metadata errors on startup"},"76":{"body":"By default the whole project is treated as a single workspace. For monorepos where indexing the whole graph is too slow, pass --per-package-workspaces. Discover then scopes to the saved file's package + deps; rust-analyzer reloads when you jump to a different package. Caveat: dependents of the package you're working on aren't indexed, so \"find usages\" can miss callers in other packages. Switch any time by re-running setup with or without the flag.","breadcrumbs":"Rules » rust_analyzer » Workspace splitting","id":"76","title":"Workspace splitting"},"77":{"body":"The â–¶ Debug codelens VSCode renders next to #[test] functions does not work for Bazel projects. Use .vscode/launch.json + F5 instead: bazel run @rules_rust//tools/vscode:gen_launch_json Install CodeLLDB first. Set a breakpoint inside the test and run the target — one launch config covers every test in that binary.","breadcrumbs":"Rules » rust_analyzer » Debugging","id":"77","title":"Debugging"},"78":{"body":"The unpretty rules expose rustc's -Zunpretty=<mode> flag as a Bazel action. Given a Rust target, they emit an alternate textual representation of it — the fully macro-expanded source, the HIR, the MIR CFG, etc. — useful for inspecting what the compiler sees after macro expansion, lowering, or optimization. Because -Zunpretty is a nightly-only compiler flag, these rules require a nightly rust_toolchain to be registered.","breadcrumbs":"Rules » unpretty » Unpretty","id":"78","title":"Unpretty"},"79":{"body":"rust_unpretty — Rule form. Explicitly declare an unpretty target that emits the chosen representation for a specific crate. rust_unpretty_aspect — Aspect form. Attach at the command line (--aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect --output_groups=+rust_unpretty) to emit the representation for every Rust target in the build without adding rule instances.","breadcrumbs":"Rules » unpretty » Rules","id":"79","title":"Rules"},"8":{"body":"The core Rust rules for building and testing libraries, binaries, and procedural macros. Each rule is documented on its own page; this page is an overview of what each rule does and when to use it. All rules are loadable from @rules_rust//rust:defs.bzl or from their individual .bzl file (e.g. @rules_rust//rust:rust_binary.bzl). Loading from the individual file is preferred for new code.","breadcrumbs":"Rules » rust » Rust rules","id":"8","title":"Rust rules"},"80":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty.bzl","id":"80","title":"rust_unpretty.bzl"},"81":{"body":"load(\"@rules_rust//rust:rust_unpretty.bzl\", \"rust_unpretty\") rust_unpretty(name, deps, mode) Executes rust unpretty on a specific target. Similar to rust_unpretty_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust expand can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_unpretty\") rust_unpretty( name = \"hello_library_expand\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ], mode = \"expanded\",\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run unpretty on. List of labels optional [] mode The value to pass to --unpretty String optional \"expanded\"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty","id":"81","title":"rust_unpretty"},"82":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect.bzl","id":"82","title":"rust_unpretty_aspect.bzl"},"83":{"body":"load(\"@rules_rust//rust:rust_unpretty_aspect.bzl\", \"rust_unpretty_aspect\") rust_unpretty_aspect() Executes Rust expand on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be expanded with the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect \\ --output_groups=rust_unpretty_expanded \\ //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect","id":"83","title":"rust_unpretty_aspect"},"84":{"body":"Flags which control granular behavior of various Rust rules.","breadcrumbs":"Settings » Settings","id":"84","title":"Settings"},"85":{"body":"Definitions for all @rules_rust//rust settings","breadcrumbs":"Settings » Rust Settings » Rust settings","id":"85","title":"Rust settings"},"86":{"body":"--@rules_rust//rust/settings:always_enable_metadata_output_groups A flag to enable the always_enable_metadata_output_groups setting. If this flag is true, all rules will support the metadata and rustc_rmeta_output output groups.","breadcrumbs":"Settings » Rust Settings » always_enable_metadata_output_groups","id":"86","title":"always_enable_metadata_output_groups"},"87":{"body":"--@rules_rust//rust/settings:capture_clippy_output Control whether to print clippy output or store it to a file, using the configured error_format.","breadcrumbs":"Settings » Rust Settings » capture_clippy_output","id":"87","title":"capture_clippy_output"},"88":{"body":"--@rules_rust//rust/settings:clippy_error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » clippy_error_format","id":"88","title":"clippy_error_format"},"89":{"body":"--@rules_rust//rust/settings:clippy_flag Add a custom clippy flag from the command line with --@rules_rust//rust/settings:clippy_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » clippy_flag","id":"89","title":"clippy_flag"},"9":{"body":"The rules below are the primary entry points for compiling Rust code. They map directly to the crate types Cargo produces. rust_binary — Build a Rust executable (--crate-type=bin). rust_library — Build an rlib (--crate-type=lib) that other Rust targets can depend on. rust_static_library — Build a staticlib (--crate-type=staticlib) for linking Rust code into a C/C++ binary. rust_cdylib_library — Build a cdylib (--crate-type=cdylib) for use as a shared library from C/C++ or other languages. rust_dylib_library — Build a dylib (--crate-type=dylib) for use as a shared library with the unstable Rust ABI. rust_shared_library — Convenience alias over rust_cdylib_library. rust_proc_macro — Build a procedural macro crate (--crate-type=proc-macro) that other Rust targets can consume as a compile-time plugin. rust_test — Compile and run a Rust test binary. Can wrap a rust_library/rust_binary (via crate = ...) to run its inline #[test]s, or compile a standalone test binary from its own srcs.","breadcrumbs":"Rules » rust » Core rules","id":"9","title":"Core rules"},"90":{"body":"--@rules_rust//rust/settings:clippy_flags This setting may be used to pass extra options to clippy from the command line. It applies across all targets.","breadcrumbs":"Settings » Rust Settings » clippy_flags","id":"90","title":"clippy_flags"},"91":{"body":"--@rules_rust//rust/settings:clippy_output_diagnostics A flag to enable the clippy_output_diagnostics setting. If this flag is true, rules_rust will save clippy json output (suitable for consumption by rust-analyzer) in a file, available from the clippy_output output group. This is the clippy equivalent of rustc_output_diagnostics.","breadcrumbs":"Settings » Rust Settings » clippy_output_diagnostics","id":"91","title":"clippy_output_diagnostics"},"92":{"body":"--@rules_rust//rust/settings:clippy_toml This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html Note that this setting is actually called clippy.toml.","breadcrumbs":"Settings » Rust Settings » clippy_toml","id":"92","title":"clippy_toml"},"93":{"body":"--@rules_rust//rust/settings:codegen_units The default value for --codegen-units which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to perform it's default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units","breadcrumbs":"Settings » Rust Settings » codegen_units","id":"93","title":"codegen_units"},"94":{"body":"--@rules_rust//rust/settings:collect_cfgs Enable collection of cfg flags with results stored in CrateInfo.cfgs.","breadcrumbs":"Settings » Rust Settings » collect_cfgs","id":"94","title":"collect_cfgs"},"95":{"body":"--@rules_rust//rust/settings:default_allocator_library A flag that determines the default allocator library for rust_toolchain targets.","breadcrumbs":"Settings » Rust Settings » default_allocator_library","id":"95","title":"default_allocator_library"},"96":{"body":"--@rules_rust//rust/settings:error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » error_format","id":"96","title":"error_format"},"97":{"body":"--@rules_rust//rust/settings:experimental_compile_rustdoc_tests A flag to control whether rust_doc_test compiles doc tests during the build phase. When enabled and the toolchain channel is \"nightly\", rust_doc_test will compile doc test binaries using rustdoc --test --no-run during bazel build and only execute them during bazel test. This requires a nightly Rust toolchain because --no-run depends on -Zunstable-options. When enabled with a non-nightly toolchain, the existing behavior is silently used.","breadcrumbs":"Settings » Rust Settings » experimental_compile_rustdoc_tests","id":"97","title":"experimental_compile_rustdoc_tests"},"98":{"body":"--@rules_rust//rust/settings:experimental_link_std_dylib A flag to control whether to link libstd dynamically.","breadcrumbs":"Settings » Rust Settings » experimental_link_std_dylib","id":"98","title":"experimental_link_std_dylib"},"99":{"body":"--@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols A flag used to select allocator libraries implemented in rust that are compatible with the rustc allocator symbol mangling. The symbol mangling mechanism relies on unstable language features and requires a nightly rustc from 2025-04-05 or later. Rustc generates references to internal allocator symbols when building rust libraries. At link time, rustc generates the definitions of these symbols. When rustc is not used as the final linker, we need to generate the definitions ourselves. This happens for example when a rust_library is used as a dependency of a rust_binary, or when the experimental_use_cc_common_link setting is used. For older versions of rustc, the allocator symbol definitions can be provided via the rust_toolchain's allocator_library or global_allocator_library attributes, with sample targets like @rules_rust//ffi/cc/allocator_library and @rules_rust//ffi/cc/global_allocator_library. Recent versions of rustc started mangling these allocator symbols (https://github.com/rust-lang/rust/pull/127173). The mangling uses a scheme that is specific to the exact version of the compiler. This makes the cc allocator library definitions ineffective. When rustc builds a staticlib it provides the mapping definitions. We rely on this and build an empty staticlib as a basis for the allocator definitions. Since the new symbol definitions are written in rust, we cannot just attach them as attributes on the rust_toolchain as the old cc versions, as that would create a build graph cycle (we need a rust_toolchain to build a rust_library, so the allocator library cannot be a rust_library directly). The bootstrapping cycle can be avoided by defining a separate internal \"initial\" rust toolchain specifically for building the rust allocator libraries, and use a transition to attach the generated libraries to the \"main\" rust toolchain. But that duplicates the whole sub-graph of the build around the rust toolchains, repository and supporting tools used for them. Instead, we define a new custom rust_allocator_library rule, which exposes the result of building the rust allocator libraries via a provider, which can be consumed by the rust build actions. We attach an instance of this as a common attribute to the rust rule set. PARAMETERS Name Description Options name - \"experimental_use_allocator_libraries_with_mangled_symbols\"","breadcrumbs":"Settings » Rust Settings » experimental_use_allocator_libraries_with_mangled_symbols","id":"99","title":"experimental_use_allocator_libraries_with_mangled_symbols"}},"length":211,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"df":12,"docs":{"13":{"tf":2.23606797749979},"139":{"tf":2.8284271247461903},"15":{"tf":2.0},"195":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.0},"30":{"tf":2.449489742783178},"41":{"tf":1.0},"93":{"tf":1.0}}},"1":{".":{"0":{"1":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{".":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"13":{"tf":1.0}}},"4":{"5":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{".":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":10,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":3.1622776601683795},"15":{"tf":3.0},"2":{"tf":1.0},"20":{"tf":3.605551275463989},"21":{"tf":2.8284271247461903},"23":{"tf":2.8284271247461903},"25":{"tf":3.605551275463989},"27":{"tf":2.8284271247461903},"30":{"tf":3.605551275463989}}},"2":{"0":{"1":{"5":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"167":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":1,"docs":{"139":{"tf":1.0}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":2.0}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"_":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"7":{".":{"4":{".":{"1":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":1,"docs":{"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{}},"a":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":4,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"3":{"df":1,"docs":{"200":{"tf":1.7320508075688772}}},"df":6,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.4142135623730951},"2":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"78":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":26,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":4.0},"162":{"tf":3.4641016151377544},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"205":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"185":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"183":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"l":{"df":1,"docs":{"68":{"tf":1.0}},"i":{"a":{"df":7,"docs":{"148":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.8284271247461903},"166":{"tf":1.0},"17":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"c":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"102":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{},"w":{"df":16,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":2.0},"78":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"165":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"z":{"df":16,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"157":{"tf":1.0},"178":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"75":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"df":2,"docs":{"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":27,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"207":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"56":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"148":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"=":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"%":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"143":{"tf":1.0},"159":{"tf":1.0}}}}},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":5.477225575051661},"162":{"tf":4.69041575982343},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"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":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"130":{"tf":1.0},"161":{"tf":2.8284271247461903},"165":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"179":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"139":{"tf":2.449489742783178},"165":{"tf":2.23606797749979},"168":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":2.0}}},"df":1,"docs":{"99":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"170":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":66,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"r":{"c":{"df":5,"docs":{"2":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":18,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"205":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"133":{"tf":1.0},"167":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"135":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"208":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"a":{"/":{"2":{"0":{"2":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"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":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":34,"docs":{"124":{"tf":1.0},"13":{"tf":3.1622776601683795},"136":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"141":{"tf":1.4142135623730951},"143":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"192":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"5":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"y":{".":{"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":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":5,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"207":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":2.23606797749979}},"s":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"/":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":2,"docs":{"190":{"tf":2.0},"191":{"tf":2.23606797749979}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":22,"docs":{"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"x":{"_":{"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":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"166":{"tf":2.23606797749979},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"191":{"tf":1.0},"208":{"tf":2.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":66,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":4.795831523312719},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":4.242640687119285},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":4.242640687119285},"200":{"tf":1.0},"202":{"tf":2.0},"21":{"tf":4.0},"210":{"tf":1.0},"23":{"tf":3.872983346207417},"25":{"tf":4.242640687119285},"27":{"tf":4.123105625617661},"29":{"tf":1.7320508075688772},"30":{"tf":4.242640687119285},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":5.916079783099616},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"41":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"'":{"df":6,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"159":{"tf":2.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"1":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":2,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{")":{"'":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":2.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":33,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.6457513110645907},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"165":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"100":{"tf":1.0},"13":{"tf":2.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":2.0},"30":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"184":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"157":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.7320508075688772},"170":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":13,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"172":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"i":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":4,"docs":{"124":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.6457513110645907},"186":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"208":{"tf":1.0}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"5":{"tf":1.4142135623730951},"69":{"tf":2.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"d":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"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":{"68":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":29,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"70":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"d":{"b":{"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"/":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"63":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"160":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"t":{"df":7,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"141":{"tf":1.0},"15":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.449489742783178},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"9":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"42":{"tf":1.0}}},"x":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"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":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}},"df":6,"docs":{"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"157":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"158":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"129":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"21":{"tf":2.6457513110645907},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"159":{"tf":1.0},"172":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"135":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"161":{"tf":4.898979485566356},"162":{"tf":4.358898943540674},"165":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"157":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":2.23606797749979}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"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":1,"docs":{"13":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"159":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":2.0},"15":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":11,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}}}}}}}}}},"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":56,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":3.4641016151377544},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.8284271247461903},"157":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":3.605551275463989},"162":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":3.1622776601683795},"166":{"tf":3.0},"17":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"20":{"tf":3.1622776601683795},"200":{"tf":1.0},"202":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":2.23606797749979},"30":{"tf":3.605551275463989},"32":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":2.6457513110645907},"54":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":3.3166247903554},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"/":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"y":{":":{":":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"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":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"128":{"tf":1.0},"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"32":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"x":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"34":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"t":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"178":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"'":{"/":{"'":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"/":{"'":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"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":1,"docs":{"139":{"tf":2.0}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"179":{"tf":2.0},"77":{"tf":1.0}},"g":{"df":2,"docs":{"13":{"tf":1.0},"179":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}}}}},"df":67,"docs":{"118":{"tf":1.4142135623730951},"124":{"tf":1.0},"13":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"p":{"df":29,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":3.605551275463989},"157":{"tf":1.7320508075688772},"158":{"tf":2.8284271247461903},"159":{"tf":3.7416573867739413},"160":{"tf":1.4142135623730951},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"166":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.23606797749979},"195":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"201":{"tf":1.0},"21":{"tf":2.8284271247461903},"23":{"tf":2.0},"25":{"tf":2.23606797749979},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"76":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"133":{"tf":1.0},"157":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}}},"v":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"13":{"tf":2.0},"139":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"r":{">":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"65":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":3.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"167":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":19,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.23606797749979},"132":{"tf":1.0},"15":{"tf":2.23606797749979},"163":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"32":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"143":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"165":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"97":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"8":{"tf":1.0}}}}}}}},"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"202":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.4142135623730951},"116":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":2.0},"185":{"tf":1.0},"21":{"tf":2.23606797749979},"30":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":25,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"8":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":2.23606797749979},"32":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"55":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"13":{"tf":2.0},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"156":{"tf":2.0},"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":2.0},"202":{"tf":2.0},"21":{"tf":2.0},"210":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"139":{"tf":1.0},"165":{"tf":1.7320508075688772}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"b":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"df":14,"docs":{"103":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"165":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"d":{"df":10,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}}},"v":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.0},"210":{"tf":2.449489742783178},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":2.6457513110645907},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.1622776601683795},"60":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"t":{"c":{"df":5,"docs":{"115":{"tf":1.0},"139":{"tf":2.0},"157":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"41":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":9,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":33,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"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":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"161":{"tf":1.0}}}},"u":{"d":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"58":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"149":{"tf":1.0},"175":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}},"r":{"a":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"108":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"89":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"161":{"tf":1.7320508075688772},"90":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"5":{"df":1,"docs":{"77":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}},"s":{"df":24,"docs":{"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":26,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"=":{"\"":{"$":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":62,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":4.795831523312719},"132":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":4.69041575982343},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.8284271247461903},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"186":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":4.47213595499958},"202":{"tf":2.449489742783178},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.23606797749979},"21":{"tf":4.69041575982343},"210":{"tf":1.7320508075688772},"23":{"tf":4.47213595499958},"25":{"tf":4.47213595499958},"27":{"tf":4.47213595499958},"30":{"tf":4.47213595499958},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"43":{"tf":2.0},"46":{"tf":1.0},"52":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"91":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"145":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":67,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":3.4641016151377544},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":2.0},"17":{"tf":1.0},"183":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}}},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"202":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"156":{"tf":1.0},"19":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"115":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":2.6457513110645907},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"35":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"157":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"202":{"tf":1.0}},"i":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"3":{"tf":1.0},"78":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"75":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":3.7416573867739413},"197":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":51,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.23606797749979},"163":{"tf":2.8284271247461903},"164":{"tf":2.8284271247461903},"165":{"tf":2.6457513110645907},"167":{"tf":1.0},"179":{"tf":2.0},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":3.1622776601683795}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":19,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"/":{"*":{"*":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":2,"docs":{"157":{"tf":1.0},"161":{"tf":2.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":2.0},"15":{"tf":2.23606797749979},"29":{"tf":2.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":2.0}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"c":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":3,"docs":{"159":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":2.0},"186":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":11,"docs":{"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"13":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}},"p":{"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"156":{"tf":1.0},"32":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"191":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"147":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"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":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"159":{"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":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"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":{},"t":{"df":0,"docs":{},"i":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"i":{".":{"df":10,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"11":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"34":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"202":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"102":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"209":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":12,"docs":{"13":{"tf":2.23606797749979},"15":{"tf":2.0},"185":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"46":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"159":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"139":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"178":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"d":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":4,"docs":{"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"195":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"156":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"41":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"y":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":3.1622776601683795},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"201":{"tf":1.0}},"n":{"df":3,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"186":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"115":{"tf":1.7320508075688772},"13":{"tf":4.123105625617661},"139":{"tf":4.898979485566356},"141":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"15":{"tf":3.605551275463989},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":4.898979485566356},"162":{"tf":3.605551275463989},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.6457513110645907},"17":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":2.449489742783178},"198":{"tf":1.4142135623730951},"20":{"tf":4.0},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":3.0},"21":{"tf":3.605551275463989},"23":{"tf":3.4641016151377544},"25":{"tf":4.0},"27":{"tf":3.7416573867739413},"30":{"tf":4.123105625617661},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":2.449489742783178},"54":{"tf":2.0},"62":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"z":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"1":{"2":{"7":{"1":{"7":{"3":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"170":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"165":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"169":{"tf":1.0},"174":{"tf":1.0}}}}},"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":1,"docs":{"139":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"165":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"'":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":2,"docs":{"183":{"tf":1.7320508075688772},"185":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":3.7416573867739413},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":3.4641016151377544},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":3.7416573867739413},"201":{"tf":1.4142135623730951},"202":{"tf":2.0},"21":{"tf":4.123105625617661},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":3.7416573867739413},"27":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"58":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"y":{".":{"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":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"139":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"160":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":27,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"k":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":23,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"25":{"tf":2.6457513110645907},"27":{"tf":2.0},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"124":{"tf":2.0},"13":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.123105625617661},"21":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":4.358898943540674},"132":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":3.605551275463989},"148":{"tf":3.4641016151377544},"15":{"tf":4.358898943540674},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":6.855654600401044},"162":{"tf":5.830951894845301},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":4.358898943540674},"202":{"tf":2.8284271247461903},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":4.47213595499958},"210":{"tf":2.23606797749979},"23":{"tf":4.123105625617661},"25":{"tf":4.358898943540674},"27":{"tf":4.358898943540674},"30":{"tf":4.47213595499958},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":2.0},"52":{"tf":2.449489742783178},"54":{"tf":2.8284271247461903},"58":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"30":{"tf":1.0}}}}},"l":{"d":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":2.23606797749979}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"168":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":2.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"(":{"\"":{"/":{"/":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":18,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"'":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"159":{"tf":2.23606797749979},"21":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"34":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"t":{"df":15,"docs":{"122":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":3.4641016151377544},"141":{"tf":1.4142135623730951},"15":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"164":{"tf":2.6457513110645907}},"e":{"'":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"139":{"tf":2.0}}}},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"m":{"a":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.7320508075688772}},"e":{"_":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":20,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"13":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"175":{"tf":1.0},"69":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":43,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":2.0}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"58":{"tf":1.0},"62":{"tf":1.7320508075688772}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"190":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"115":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"188":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.23606797749979},"192":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":2.449489742783178},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178}},"t":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"179":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"184":{"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":{}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"165":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"76":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":7,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0}},"e":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"205":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":3.7416573867739413},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"z":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}}}},"df":65,"docs":{"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":3.7416573867739413},"132":{"tf":1.0},"139":{"tf":2.6457513110645907},"141":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"15":{"tf":3.1622776601683795},"150":{"tf":2.0},"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.7416573867739413},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"184":{"tf":2.0},"185":{"tf":2.449489742783178},"186":{"tf":1.7320508075688772},"19":{"tf":2.449489742783178},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":2.0},"195":{"tf":2.23606797749979},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":3.1622776601683795},"20":{"tf":3.0},"200":{"tf":2.0},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"29":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"32":{"tf":2.449489742783178},"34":{"tf":1.0},"37":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"48":{"tf":2.8284271247461903},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":3.7416573867739413},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"75":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"e":{"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":{"161":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}},"r":{"c":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":18,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":22,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"y":{"/":{"1":{".":{"8":{"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"2":{"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"6":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"o":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":32,"docs":{"124":{"tf":1.0},"13":{"tf":2.6457513110645907},"139":{"tf":4.242640687119285},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"161":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":2.6457513110645907},"197":{"tf":1.7320508075688772},"20":{"tf":2.449489742783178},"202":{"tf":2.8284271247461903},"208":{"tf":2.449489742783178},"21":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"30":{"tf":2.6457513110645907},"32":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":3.872983346207417},"60":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":12,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"58":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"179":{"tf":1.0},"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"df":26,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"=":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":11,"docs":{"13":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":5.916079783099616},"139":{"tf":5.916079783099616},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":4.58257569495584},"148":{"tf":4.358898943540674},"15":{"tf":5.0},"150":{"tf":3.0},"161":{"tf":7.14142842854285},"162":{"tf":4.69041575982343},"163":{"tf":3.4641016151377544},"164":{"tf":3.3166247903554},"165":{"tf":4.242640687119285},"166":{"tf":3.4641016151377544},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":2.23606797749979},"19":{"tf":2.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":3.4641016151377544},"198":{"tf":2.6457513110645907},"20":{"tf":5.291502622129181},"207":{"tf":2.23606797749979},"208":{"tf":2.8284271247461903},"21":{"tf":5.0990195135927845},"210":{"tf":1.0},"23":{"tf":4.795831523312719},"25":{"tf":5.291502622129181},"27":{"tf":5.0990195135927845},"30":{"tf":5.744562646538029},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":2.23606797749979},"52":{"tf":2.6457513110645907},"54":{"tf":2.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"t":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"a":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"133":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"=":{"+":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}}}},"p":{"1":{"df":1,"docs":{"195":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":2.0},"76":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"166":{"tf":1.0}}},"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"160":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"154":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":2.0},"186":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":2.0}}}}},"t":{"df":1,"docs":{"75":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":34,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"15":{"tf":2.8284271247461903},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"23":{"tf":2.8284271247461903},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"66":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"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":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"179":{"tf":1.0}}}}},"df":27,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"13":{"tf":2.449489742783178},"132":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":2.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"147":{"tf":1.0},"161":{"tf":2.0},"165":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"c":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"d":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":2.23606797749979},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"133":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":16,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"48":{"tf":2.449489742783178},"60":{"tf":1.0}},"s":{"/":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{":":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":2.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"191":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"2":{"tf":1.0},"63":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.4142135623730951},"21":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":2.0},"197":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":3.872983346207417},"196":{"tf":1.0},"197":{"tf":3.0},"198":{"tf":1.7320508075688772},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}}}},"c":{"df":2,"docs":{"195":{"tf":3.1622776601683795},"197":{"tf":2.23606797749979}}},"df":3,"docs":{"157":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"161":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":2.0},"29":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"y":{"3":{"1":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}},"_":{"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":{"202":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}},"o":{"3":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"200":{"tf":2.0},"201":{"tf":2.449489742783178},"202":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"202":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"191":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"133":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}},"s":{"(":{"\"":{"/":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"161":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"165":{"tf":1.0}}}},"df":3,"docs":{"115":{"tf":1.0},"143":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"1":{"tf":2.0},"139":{"tf":1.7320508075688772},"154":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"159":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"52":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0}}}},"l":{"a":{"c":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"161":{"tf":2.6457513110645907},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":3.1622776601683795},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":3.1622776601683795},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"183":{"tf":1.0},"195":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"165":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"}":{"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":54,"docs":{"126":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"v":{"df":16,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":2.449489742783178},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":1,"docs":{"69":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"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":2,"docs":{"160":{"tf":1.0},"166":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"f":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":18,"docs":{"115":{"tf":1.0},"13":{"tf":2.0},"143":{"tf":1.0},"15":{"tf":2.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":2.0},"209":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"34":{"tf":1.0},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}},"df":78,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.7320508075688772},"120":{"tf":1.0},"13":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"_":{"c":{"c":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"+":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"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":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"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":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"134":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"c":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"c":{"c":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"113":{"tf":1.0},"139":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}},"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"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":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"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":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"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":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"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":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":49,"docs":{"104":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"179":{"tf":2.0},"191":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"48":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"101":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"208":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"210":{"tf":1.0},"46":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":4,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"136":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":27,"docs":{"100":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"83":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"182":{"tf":1.0},"186":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"139":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"139":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"54":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"139":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"139":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"17":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"7":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":3.605551275463989},"25":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.0},"145":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"156":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":19,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"'":{"df":2,"docs":{"69":{"tf":1.0},"78":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"=":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.1622776601683795},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.358898943540674},"141":{"tf":2.0},"143":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":2.6457513110645907},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.8284271247461903},"202":{"tf":2.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.6457513110645907},"30":{"tf":2.8284271247461903},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"70":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":2.8284271247461903}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":78,"docs":{"0":{"tf":1.0},"11":{"tf":2.6457513110645907},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":3.1622776601683795},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":4.358898943540674},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":2.449489742783178},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":2.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"21":{"tf":3.3166247903554},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"29":{"tf":1.7320508075688772},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.6457513110645907},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":17,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"185":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"j":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"186":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"185":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"179":{"tf":1.0},"43":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.0}}},".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":19,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":4.898979485566356}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"161":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":29,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"191":{"tf":2.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"t":{"df":71,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":3.1622776601683795},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":2.6457513110645907},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":3.605551275463989},"162":{"tf":2.6457513110645907},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":2.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.8284271247461903},"25":{"tf":3.0},"27":{"tf":2.8284271247461903},"30":{"tf":3.1622776601683795},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"58":{"tf":3.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"df":6,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"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":{}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"32":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"183":{"tf":1.0}},"n":{"df":4,"docs":{"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"161":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"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":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"i":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"161":{"tf":2.0},"183":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"164":{"tf":1.0},"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"107":{"tf":1.0},"139":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"158":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"r":{"c":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":30,"docs":{"13":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":3.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"21":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"25":{"tf":2.6457513110645907},"27":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":3.1622776601683795},"32":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":9,"docs":{"13":{"tf":3.3166247903554},"15":{"tf":3.3166247903554},"20":{"tf":3.3166247903554},"21":{"tf":3.3166247903554},"23":{"tf":3.3166247903554},"25":{"tf":3.3166247903554},"27":{"tf":3.3166247903554},"29":{"tf":1.0},"30":{"tf":3.1622776601683795}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"d":{"df":12,"docs":{"114":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"170":{"tf":1.0},"21":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"115":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"i":{"c":{"df":14,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":2,"docs":{"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"209":{"tf":1.0},"29":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":34,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":5.0990195135927845},"143":{"tf":1.4142135623730951},"147":{"tf":4.358898943540674},"148":{"tf":4.69041575982343},"15":{"tf":3.3166247903554},"150":{"tf":2.449489742783178},"161":{"tf":6.782329983125268},"162":{"tf":5.477225575051661},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.3166247903554},"167":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"191":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":3.1622776601683795},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"21":{"tf":3.1622776601683795},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"52":{"tf":2.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":3,"docs":{"202":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":2.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"168":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"75":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":2.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"185":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":17,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"165":{"tf":1.0}}}}}}}},"df":89,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"15":{"tf":3.4641016151377544},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":2.0},"161":{"tf":3.3166247903554},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.449489742783178},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":2.23606797749979},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":2.0},"20":{"tf":3.1622776601683795},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":3.3166247903554},"210":{"tf":2.6457513110645907},"23":{"tf":3.0},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.0},"30":{"tf":3.872983346207417},"32":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"41":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"48":{"tf":3.7416573867739413},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":3.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"62":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{".":{"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":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"]":{"df":1,"docs":{"9":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}}}}}},"df":26,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":1.7320508075688772},"210":{"tf":2.6457513110645907},"29":{"tf":2.8284271247461903},"3":{"tf":1.4142135623730951},"30":{"tf":4.123105625617661},"32":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":2.0},"70":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.0},"81":{"tf":1.0}}}}}},"s":{"/":{"*":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"171":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":20,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"157":{"tf":1.0},"165":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951}}}}}}}}},"df":4,"docs":{"193":{"tf":1.0},"195":{"tf":3.4641016151377544},"197":{"tf":2.23606797749979},"198":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"/":{"/":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"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":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"185":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0}}}}}},"df":40,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"139":{"tf":3.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.8284271247461903},"148":{"tf":3.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":3.0},"197":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":28,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"64":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":2.6457513110645907},"48":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"125":{"tf":1.4142135623730951},"158":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":1,"docs":{"139":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":28,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.6457513110645907},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"69":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":46,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":2.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":35,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"172":{"tf":1.0},"29":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"160":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"160":{"tf":1.0},"76":{"tf":1.0}}}},"df":100,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":5.196152422706632},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":4.69041575982343},"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.0},"15":{"tf":4.123105625617661},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":3.0},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":2.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":5.0},"200":{"tf":1.4142135623730951},"202":{"tf":2.6457513110645907},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":4.358898943540674},"210":{"tf":2.23606797749979},"23":{"tf":4.0},"25":{"tf":5.0},"27":{"tf":4.358898943540674},"29":{"tf":1.0},"30":{"tf":5.0990195135927845},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"46":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.3166247903554},"63":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"135":{"tf":1.4142135623730951},"143":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":28,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":2.8284271247461903},"130":{"tf":1.0},"139":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"165":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":25,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":3.3166247903554},"133":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":3.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"30":{"tf":3.4641016151377544},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.0},"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":4.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":43,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"139":{"tf":2.0},"143":{"tf":2.23606797749979},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"154":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":2.6457513110645907},"2":{"tf":2.8284271247461903},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"99":{"tf":2.0}},"}":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":28,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"157":{"tf":1.0},"159":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"179":{"tf":2.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"159":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.0},"173":{"tf":1.0},"175":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"19":{"tf":3.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"1":{"df":3,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"3":{"2":{"df":4,"docs":{"148":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"207":{"tf":1.0}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":3.0},"210":{"tf":2.23606797749979}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"207":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"58":{"tf":1.7320508075688772},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"76":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"170":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"191":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":39,"docs":{"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"171":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"69":{"tf":3.4641016151377544},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},">":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"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":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"161":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"z":{"/":{"/":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"z":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":10,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"78":{"tf":1.0}}},"y":{"=":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"breadcrumbs":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":16,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"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},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":31,"docs":{"180":{"tf":1.4142135623730951},"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":1.0},"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},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":87,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"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.4142135623730951},"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},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"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.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":15,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"172":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":71,"docs":{"0":{"tf":1.0},"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.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.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},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"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},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"171":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"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.0},"145":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"125":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"title":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":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":{"127":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"152":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"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":{"15":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"25":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"27":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"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":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"171":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"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":["index.html#rules-rust","index.html#setup","index.html#specifying-rust-version","index.html#supported-bazel-versions","index.html#supported-platforms","rules.html#rules","rules.html#experimental-rules","rules.html#3rd-party-rules","rust.html#rust-rules","rust.html#core-rules","rust.html#additional-rules","rust.html#related-pages","rust_binary.html#rust_binarybzl","rust_binary.html#rust_binary","rust_library.html#rust_librarybzl","rust_library.html#rust_library","rust_library_group.html#rust_library_groupbzl","rust_library_group.html#rust_library_group","rust_lint_config.html#rust_lint_configbzl","rust_lint_config.html#rust_lint_config","rust_cdylib_library.html#rust_cdylib_library","rust_dylib_library.html#rust_dylib_library","rust_proc_macro.html#rust_proc_macrobzl","rust_proc_macro.html#rust_proc_macro","rust_shared_library.html#rust_shared_librarybzl","rust_shared_library.html#rust_shared_library","rust_static_library.html#rust_static_librarybzl","rust_static_library.html#rust_static_library","rust_test.html#rust_testbzl","rust_test.html#rust_test","rust_test.html#example-test-directory","rust_test_suite.html#rust_test_suitebzl","rust_test_suite.html#rust_test_suite","clippy.html#clippy","clippy.html#setup","clippy.html#rules","rust_clippy.html#rust_clippybzl","rust_clippy.html#rust_clippy","rust_clippy_aspect.html#rust_clippy_aspectbzl","rust_clippy_aspect.html#rust_clippy_aspect","rust_clippy_test.html#rust_clippy_testbzl","rust_clippy_test.html#rust_clippy_test","rustfmt.html#rustfmt","rustfmt.html#setup","rustfmt.html#rules","rustfmt_aspect.html#rustfmt_aspectbzl","rustfmt_aspect.html#rustfmt_aspect","rustfmt_test.html#rustfmt_testbzl","rustfmt_test.html#rustfmt_test","rustdoc.html#rustdoc","rustdoc.html#rules","rust_doc.html#rust_docbzl","rust_doc.html#rust_doc","rust_doc_test.html#rust_doc_testbzl","rust_doc_test.html#rust_doc_test","cargo.html#cargo","cargo.html#rules","cargo_build_script.html#cargo_build_scriptbzl","cargo_build_script.html#cargo_build_script","cargo_env.html#cargo_envbzl","cargo_env.html#cargo_env","extract_cargo_lints.html#extract_cargo_lintsbzl","extract_cargo_lints.html#extract_cargo_lints","rust_analyzer.html#rust-analyzer","rust_analyzer.html#quick-start","rust_analyzer.html#vscode","rust_analyzer.html#neovim","rust_analyzer.html#helix","rust_analyzer.html#other-editors-cocnvim-vim-lsp-ale-etc","rust_analyzer.html#flags","rust_analyzer.html#what-you-get","rust_analyzer.html#troubleshooting","rust_analyzer.html#symbols--deps-look-wrong","rust_analyzer.html#diagnostics-stopped-appearing","rust_analyzer.html#after-bazel-clean---expunge-or-toolchain-changes","rust_analyzer.html#noisy-cargo-metadata-errors-on-startup","rust_analyzer.html#workspace-splitting","rust_analyzer.html#debugging","unpretty.html#unpretty","unpretty.html#rules","rust_unpretty.html#rust_unprettybzl","rust_unpretty.html#rust_unpretty","rust_unpretty_aspect.html#rust_unpretty_aspectbzl","rust_unpretty_aspect.html#rust_unpretty_aspect","settings.html#settings","rust_settings.html#rust-settings","rust_settings.html#always_enable_metadata_output_groups","rust_settings.html#capture_clippy_output","rust_settings.html#clippy_error_format","rust_settings.html#clippy_flag","rust_settings.html#clippy_flags","rust_settings.html#clippy_output_diagnostics","rust_settings.html#clippy_toml","rust_settings.html#codegen_units","rust_settings.html#collect_cfgs","rust_settings.html#default_allocator_library","rust_settings.html#error_format","rust_settings.html#experimental_compile_rustdoc_tests","rust_settings.html#experimental_link_std_dylib","rust_settings.html#experimental_use_allocator_libraries_with_mangled_symbols","rust_settings.html#experimental_use_cc_common_link","rust_settings.html#experimental_use_coverage_metadata_files","rust_settings.html#experimental_use_global_allocator","rust_settings.html#experimental_use_sh_toolchain_for_bootstrap_process_wrapper","rust_settings.html#extra_exec_rustc_env","rust_settings.html#extra_exec_rustc_flag","rust_settings.html#extra_exec_rustc_flags","rust_settings.html#extra_rustc_env","rust_settings.html#extra_rustc_flag","rust_settings.html#extra_rustc_flags","rust_settings.html#incompatible_change_clippy_error_format","rust_settings.html#incompatible_do_not_include_data_in_compile_data","rust_settings.html#incompatible_do_not_include_transitive_data_in_compile_inputs","rust_settings.html#lto","rust_settings.html#no_std","rust_settings.html#per_crate_rustc_flag","rust_settings.html#pipelined_compilation","rust_settings.html#rename_first_party_crates","rust_settings.html#require_explicit_unstable_features","rust_settings.html#rustc_output_diagnostics","rust_settings.html#rustfmt_toml","rust_settings.html#skip_fission_for_rust","rust_settings.html#third_party_dir","rust_settings.html#toolchain_generated_sysroot","rust_settings.html#toolchain_linker_preference","rust_settings.html#unpretty","rust_settings.html#zself_profile_events","cargo_settings.html#cargo-settings","cargo_settings.html#cargo_manifest_dir_filename_suffixes_to_retain","cargo_settings.html#debug_std_streams_output_group","cargo_settings.html#emit_build_script_warnings","cargo_settings.html#experimental_symlink_execroot","cargo_settings.html#out_dir_volatile_file_basenames","cargo_settings.html#use_cc_toolchain","cargo_settings.html#use_default_shell_env","rust_toolchains.html#toolchains","rust_toolchains.html#toolchain-rules","rust_toolchains.html#data-rules","rust_toolchain.html#rust_toolchainbzl","rust_toolchain.html#rust_toolchain","rustfmt_toolchain.html#rustfmt_toolchainbzl","rustfmt_toolchain.html#rustfmt_toolchain","rust_analyzer_toolchain.html#rust_analyzer_toolchainbzl","rust_analyzer_toolchain.html#rust_analyzer_toolchain","rust_stdlib_filegroup.html#rust_stdlib_filegroupbzl","rust_stdlib_filegroup.html#rust_stdlib_filegroup","rust_bzlmod.html#rust","rust_bzlmod.html#repository_set","rust_bzlmod.html#toolchain","rust_bzlmod.html#rust_host_tools","rust_bzlmod.html#host_tools","external_crates.html#external-dependencies","crate_universe_bzlmod.html#crate-universe","crate_universe_bzlmod.html#table-of-contents","crate_universe_bzlmod.html#setup","crate_universe_bzlmod.html#dependencies","crate_universe_bzlmod.html#cargo-workspaces","crate_universe_bzlmod.html#direct-dependencies","crate_universe_bzlmod.html#binary-dependencies","crate_universe_bzlmod.html#vendored-dependencies","crate_universe_bzlmod.html#crate","crate_universe_bzlmod.html#annotation","crate_universe_bzlmod.html#annotation_select","crate_universe_bzlmod.html#from_cargo","crate_universe_bzlmod.html#from_specs","crate_universe_bzlmod.html#render_config","crate_universe_bzlmod.html#spec","crate_universe_bzlmod.html#splicing_config","coverage.html#code-coverage","coverage.html#basic-usage","coverage.html#controlling-instrumentation","coverage.html#recommended-bazelrc-settings","coverage.html#rust_test-with-a-crate-attribute","coverage.html#--instrument_test_targets","coverage.html#flags-summary","upstream_tooling.html#upstream-tooling","ide_integrations.html#ide-integrations","ide_integrations.html#vscode","ide_integrations.html#intellisense","ide_integrations.html#debugging","extensions.html#extensions","rust_bindgen.html#rules_rust_bindgen","rust_bindgen.html#rules","rust_bindgen.html#setup","rust_bindgen.html#rust_bindgen","rust_bindgen.html#rust_bindgen_toolchain","rust_bindgen.html#rust_bindgen_library","rust_mdbook.html#rules_rust_mdbook","rust_mdbook.html#rules","rust_mdbook.html#setup","rust_mdbook.html#mdbook","rust_mdbook.html#mdbook_server","rust_mdbook.html#mdbook_toolchain","rust_prost.html#rules_rust_prost","rust_prost.html#rules","rust_prost.html#setup","rust_prost.html#rust_prost_library","rust_prost.html#rust_prost_toolchain","rust_prost.html#rust_prost_transform","rust_pyo3.html#rules_rust_pyo3","rust_pyo3.html#pyo3_toolchain","rust_pyo3.html#rust_pyo3_toolchain","rust_pyo3.html#pyo3_extension","rust_wasm_bindgen.html#rules_rust_wasm_bindgen","rust_wasm_bindgen.html#rules","rust_wasm_bindgen.html#setup","rust_wasm_bindgen.html#interfacing-with-javascript-rules","rust_wasm_bindgen.html#rust_wasm_bindgen","rust_wasm_bindgen.html#rust_wasm_bindgen_toolchain","rust_wasm_bindgen.html#rustwasmbindgeninfo","rust_wasm_bindgen.html#rust_wasm_bindgen_test"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":3,"title":2},"1":{"body":30,"breadcrumbs":2,"title":1},"10":{"body":53,"breadcrumbs":4,"title":2},"100":{"body":12,"breadcrumbs":4,"title":1},"101":{"body":16,"breadcrumbs":4,"title":1},"102":{"body":31,"breadcrumbs":4,"title":1},"103":{"body":14,"breadcrumbs":4,"title":1},"104":{"body":31,"breadcrumbs":4,"title":1},"105":{"body":14,"breadcrumbs":4,"title":1},"106":{"body":26,"breadcrumbs":4,"title":1},"107":{"body":31,"breadcrumbs":4,"title":1},"108":{"body":12,"breadcrumbs":4,"title":1},"109":{"body":27,"breadcrumbs":4,"title":1},"11":{"body":51,"breadcrumbs":4,"title":2},"110":{"body":19,"breadcrumbs":4,"title":1},"111":{"body":8,"breadcrumbs":4,"title":1},"112":{"body":9,"breadcrumbs":4,"title":1},"113":{"body":12,"breadcrumbs":4,"title":1},"114":{"body":24,"breadcrumbs":4,"title":1},"115":{"body":55,"breadcrumbs":4,"title":1},"116":{"body":31,"breadcrumbs":4,"title":1},"117":{"body":28,"breadcrumbs":4,"title":1},"118":{"body":35,"breadcrumbs":4,"title":1},"119":{"body":8,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"120":{"body":12,"breadcrumbs":4,"title":1},"121":{"body":13,"breadcrumbs":4,"title":1},"122":{"body":19,"breadcrumbs":4,"title":1},"123":{"body":9,"breadcrumbs":4,"title":1},"124":{"body":49,"breadcrumbs":4,"title":1},"125":{"body":25,"breadcrumbs":4,"title":1},"126":{"body":18,"breadcrumbs":4,"title":1},"127":{"body":3,"breadcrumbs":5,"title":2},"128":{"body":10,"breadcrumbs":4,"title":1},"129":{"body":15,"breadcrumbs":4,"title":1},"13":{"body":926,"breadcrumbs":4,"title":1},"130":{"body":47,"breadcrumbs":4,"title":1},"131":{"body":10,"breadcrumbs":4,"title":1},"132":{"body":49,"breadcrumbs":4,"title":1},"133":{"body":79,"breadcrumbs":4,"title":1},"134":{"body":8,"breadcrumbs":4,"title":1},"135":{"body":59,"breadcrumbs":2,"title":1},"136":{"body":36,"breadcrumbs":3,"title":2},"137":{"body":13,"breadcrumbs":3,"title":2},"138":{"body":0,"breadcrumbs":3,"title":1},"139":{"body":869,"breadcrumbs":3,"title":1},"14":{"body":0,"breadcrumbs":4,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":54,"breadcrumbs":3,"title":1},"142":{"body":0,"breadcrumbs":3,"title":1},"143":{"body":101,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":33,"breadcrumbs":3,"title":1},"146":{"body":53,"breadcrumbs":2,"title":1},"147":{"body":290,"breadcrumbs":2,"title":1},"148":{"body":327,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":701,"breadcrumbs":4,"title":1},"150":{"body":126,"breadcrumbs":2,"title":1},"151":{"body":10,"breadcrumbs":4,"title":2},"152":{"body":30,"breadcrumbs":5,"title":2},"153":{"body":14,"breadcrumbs":5,"title":2},"154":{"body":32,"breadcrumbs":4,"title":1},"155":{"body":14,"breadcrumbs":4,"title":1},"156":{"body":246,"breadcrumbs":5,"title":2},"157":{"body":117,"breadcrumbs":5,"title":2},"158":{"body":119,"breadcrumbs":5,"title":2},"159":{"body":337,"breadcrumbs":5,"title":2},"16":{"body":0,"breadcrumbs":4,"title":1},"160":{"body":213,"breadcrumbs":4,"title":1},"161":{"body":626,"breadcrumbs":4,"title":1},"162":{"body":252,"breadcrumbs":4,"title":1},"163":{"body":232,"breadcrumbs":4,"title":1},"164":{"body":223,"breadcrumbs":4,"title":1},"165":{"body":370,"breadcrumbs":4,"title":1},"166":{"body":167,"breadcrumbs":4,"title":1},"167":{"body":46,"breadcrumbs":4,"title":1},"168":{"body":16,"breadcrumbs":4,"title":2},"169":{"body":13,"breadcrumbs":4,"title":2},"17":{"body":49,"breadcrumbs":4,"title":1},"170":{"body":24,"breadcrumbs":4,"title":2},"171":{"body":21,"breadcrumbs":5,"title":3},"172":{"body":56,"breadcrumbs":5,"title":3},"173":{"body":16,"breadcrumbs":3,"title":1},"174":{"body":28,"breadcrumbs":4,"title":2},"175":{"body":36,"breadcrumbs":4,"title":2},"176":{"body":0,"breadcrumbs":4,"title":2},"177":{"body":0,"breadcrumbs":3,"title":1},"178":{"body":12,"breadcrumbs":3,"title":1},"179":{"body":52,"breadcrumbs":3,"title":1},"18":{"body":0,"breadcrumbs":4,"title":1},"180":{"body":0,"breadcrumbs":2,"title":1},"181":{"body":9,"breadcrumbs":3,"title":1},"182":{"body":3,"breadcrumbs":3,"title":1},"183":{"body":65,"breadcrumbs":3,"title":1},"184":{"body":111,"breadcrumbs":3,"title":1},"185":{"body":143,"breadcrumbs":3,"title":1},"186":{"body":107,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":4,"breadcrumbs":3,"title":1},"19":{"body":111,"breadcrumbs":4,"title":1},"190":{"body":46,"breadcrumbs":3,"title":1},"191":{"body":111,"breadcrumbs":3,"title":1},"192":{"body":34,"breadcrumbs":3,"title":1},"193":{"body":11,"breadcrumbs":3,"title":1},"194":{"body":2,"breadcrumbs":3,"title":1},"195":{"body":205,"breadcrumbs":3,"title":1},"196":{"body":30,"breadcrumbs":3,"title":1},"197":{"body":170,"breadcrumbs":3,"title":1},"198":{"body":125,"breadcrumbs":3,"title":1},"199":{"body":0,"breadcrumbs":3,"title":1},"2":{"body":82,"breadcrumbs":4,"title":3},"20":{"body":718,"breadcrumbs":4,"title":1},"200":{"body":93,"breadcrumbs":3,"title":1},"201":{"body":43,"breadcrumbs":3,"title":1},"202":{"body":237,"breadcrumbs":3,"title":1},"203":{"body":9,"breadcrumbs":3,"title":1},"204":{"body":2,"breadcrumbs":3,"title":1},"205":{"body":40,"breadcrumbs":3,"title":1},"206":{"body":4,"breadcrumbs":5,"title":3},"207":{"body":90,"breadcrumbs":3,"title":1},"208":{"body":134,"breadcrumbs":3,"title":1},"209":{"body":51,"breadcrumbs":3,"title":1},"21":{"body":721,"breadcrumbs":4,"title":1},"210":{"body":159,"breadcrumbs":3,"title":1},"22":{"body":0,"breadcrumbs":4,"title":1},"23":{"body":590,"breadcrumbs":4,"title":1},"24":{"body":0,"breadcrumbs":4,"title":1},"25":{"body":717,"breadcrumbs":4,"title":1},"26":{"body":0,"breadcrumbs":4,"title":1},"27":{"body":650,"breadcrumbs":4,"title":1},"28":{"body":0,"breadcrumbs":4,"title":1},"29":{"body":136,"breadcrumbs":4,"title":1},"3":{"body":35,"breadcrumbs":4,"title":3},"30":{"body":817,"breadcrumbs":6,"title":3},"31":{"body":0,"breadcrumbs":4,"title":1},"32":{"body":111,"breadcrumbs":4,"title":1},"33":{"body":14,"breadcrumbs":3,"title":1},"34":{"body":48,"breadcrumbs":3,"title":1},"35":{"body":47,"breadcrumbs":3,"title":1},"36":{"body":0,"breadcrumbs":4,"title":1},"37":{"body":74,"breadcrumbs":4,"title":1},"38":{"body":0,"breadcrumbs":4,"title":1},"39":{"body":48,"breadcrumbs":4,"title":1},"4":{"body":24,"breadcrumbs":3,"title":2},"40":{"body":0,"breadcrumbs":4,"title":1},"41":{"body":195,"breadcrumbs":4,"title":1},"42":{"body":29,"breadcrumbs":3,"title":1},"43":{"body":123,"breadcrumbs":3,"title":1},"44":{"body":25,"breadcrumbs":3,"title":1},"45":{"body":0,"breadcrumbs":4,"title":1},"46":{"body":52,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":4,"title":1},"48":{"body":177,"breadcrumbs":4,"title":1},"49":{"body":20,"breadcrumbs":3,"title":1},"5":{"body":38,"breadcrumbs":2,"title":1},"50":{"body":31,"breadcrumbs":3,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":183,"breadcrumbs":4,"title":1},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":161,"breadcrumbs":4,"title":1},"55":{"body":30,"breadcrumbs":3,"title":1},"56":{"body":51,"breadcrumbs":3,"title":1},"57":{"body":0,"breadcrumbs":4,"title":1},"58":{"body":514,"breadcrumbs":4,"title":1},"59":{"body":0,"breadcrumbs":4,"title":1},"6":{"body":8,"breadcrumbs":3,"title":2},"60":{"body":61,"breadcrumbs":4,"title":1},"61":{"body":0,"breadcrumbs":4,"title":1},"62":{"body":32,"breadcrumbs":4,"title":1},"63":{"body":25,"breadcrumbs":4,"title":2},"64":{"body":14,"breadcrumbs":4,"title":2},"65":{"body":49,"breadcrumbs":3,"title":1},"66":{"body":31,"breadcrumbs":3,"title":1},"67":{"body":11,"breadcrumbs":3,"title":1},"68":{"body":34,"breadcrumbs":8,"title":6},"69":{"body":159,"breadcrumbs":3,"title":1},"7":{"body":22,"breadcrumbs":4,"title":3},"70":{"body":36,"breadcrumbs":2,"title":0},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":26,"breadcrumbs":6,"title":4},"73":{"body":2,"breadcrumbs":5,"title":3},"74":{"body":3,"breadcrumbs":7,"title":5},"75":{"body":71,"breadcrumbs":7,"title":5},"76":{"body":46,"breadcrumbs":4,"title":2},"77":{"body":32,"breadcrumbs":3,"title":1},"78":{"body":40,"breadcrumbs":3,"title":1},"79":{"body":29,"breadcrumbs":3,"title":1},"8":{"body":32,"breadcrumbs":4,"title":2},"80":{"body":0,"breadcrumbs":4,"title":1},"81":{"body":84,"breadcrumbs":4,"title":1},"82":{"body":0,"breadcrumbs":4,"title":1},"83":{"body":46,"breadcrumbs":4,"title":1},"84":{"body":7,"breadcrumbs":2,"title":1},"85":{"body":3,"breadcrumbs":5,"title":2},"86":{"body":13,"breadcrumbs":4,"title":1},"87":{"body":11,"breadcrumbs":4,"title":1},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":4,"title":2},"90":{"body":11,"breadcrumbs":4,"title":1},"91":{"body":24,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":29,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":9,"breadcrumbs":4,"title":1},"97":{"body":47,"breadcrumbs":4,"title":1},"98":{"body":7,"breadcrumbs":4,"title":1},"99":{"body":197,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"This repository provides rules for building Rust projects with Bazel .","breadcrumbs":"Introduction » Rules Rust","id":"0","title":"Rules Rust"},"1":{"body":"The rules are released, and releases can be found on the GitHub Releases page . We recommend using the latest release from that page. To use rules_rust in a project, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.74.0\") Don't forget to substitute in your desired release's version number.","breadcrumbs":"Introduction » Setup","id":"1","title":"Setup"},"10":{"body":"Non-core rules that ship in the same ruleset: rust_library_group — Group several rust_library targets so they can be depended on as a single unit without generating an intermediate rlib. rust_lint_config — Declare a reusable set of rustc, clippy, and rustdoc lint levels that can be attached to other rules via their lint_config attribute. rust_test_suite — Convenience macro that expands into one rust_test per source file, sharing a common set of dependencies. Useful for tests/**.rs layouts that mirror Cargo's integration-test directory.","breadcrumbs":"Rules » rust » Additional rules","id":"10","title":"Additional rules"},"100":{"body":"--@rules_rust//rust/settings:experimental_use_cc_common_link A flag to control whether to link rust_binary and rust_test targets using cc_common.link instead of rustc.","breadcrumbs":"Settings » Rust Settings » experimental_use_cc_common_link","id":"100","title":"experimental_use_cc_common_link"},"101":{"body":"--@rules_rust//rust/settings:experimental_use_coverage_metadata_files A flag to have coverage tooling added as coverage_common.instrumented_files_info.metadata_files instead of reporting tools like llvm-cov and llvm-profdata as runfiles to each test.","breadcrumbs":"Settings » Rust Settings » experimental_use_coverage_metadata_files","id":"101","title":"experimental_use_coverage_metadata_files"},"102":{"body":"--@rules_rust//rust/settings:experimental_use_global_allocator A flag to indicate that a global allocator is in use when using --@rules_rust//rust/settings:experimental_use_cc_common_link Users need to specify this flag because rustc generates different set of symbols at link time when a global allocator is in use. When the linking is not done by rustc, the rust_toolchain itself provides the appropriate set of symbols.","breadcrumbs":"Settings » Rust Settings » experimental_use_global_allocator","id":"102","title":"experimental_use_global_allocator"},"103":{"body":"--@rules_rust//rust/settings:experimental_use_sh_toolchain_for_bootstrap_process_wrapper A flag to control whether the shell path from a shell toolchain (@bazel_tools//tools/sh:toolchain_type) is embedded into the bootstrap process wrapper for the .sh file.","breadcrumbs":"Settings » Rust Settings » experimental_use_sh_toolchain_for_bootstrap_process_wrapper","id":"103","title":"experimental_use_sh_toolchain_for_bootstrap_process_wrapper"},"104":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in exec configuration. It applies to tools built and run during the build process, such as proc-macros and build scripts. This can be useful for enabling features that are needed during tool compilation.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_env","id":"104","title":"extra_exec_rustc_env"},"105":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flag Add additional rustc_flags in the exec configuration from the command line with --@rules_rust//rust/settings:extra_exec_rustc_flag. Multiple uses are accumulated and appended after the extra_exec_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flag","id":"105","title":"extra_exec_rustc_flag"},"106":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flags This setting may be used to pass extra options to rustc from the command line in exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flags","id":"106","title":"extra_exec_rustc_flags"},"107":{"body":"--@rules_rust//rust/settings:extra_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in non-exec configuration. It applies across all targets whereas environment variables set in a specific rule apply only to that target. This can be useful for setting build-wide env flags such as RUSTC_BOOTSTRAP=1.","breadcrumbs":"Settings » Rust Settings » extra_rustc_env","id":"107","title":"extra_rustc_env"},"108":{"body":"--@rules_rust//rust/settings:extra_rustc_flag Add additional rustc_flag from the command line with --@rules_rust//rust/settings:extra_rustc_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flag","id":"108","title":"extra_rustc_flag"},"109":{"body":"--@rules_rust//rust/settings:extra_rustc_flags This setting may be used to pass extra options to rustc from the command line in non-exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flags","id":"109","title":"extra_rustc_flags"},"11":{"body":"Rules that layer on top of the core rules live on their own pages: rustdoc — Generate and test Rust documentation. clippy — Run Clippy over Rust targets. rustfmt — Run rustfmt over Rust targets. unpretty — Emit rustc -Zunpretty=... output for a crate. cargo — cargo_build_script and related Cargo-compatibility rules. rust_analyzer — Generate a rust-project.json file for the rust-analyzer IDE server. Rust Toolchains — Declare and register Rust toolchains.","breadcrumbs":"Rules » rust » Related pages","id":"11","title":"Related pages"},"110":{"body":"--@rules_rust//rust/settings:incompatible_change_clippy_error_format A flag to enable the clippy_error_format setting. If this flag is true, Clippy uses the format set in clippy_error_format to format its diagnostics; otherwise, it uses the format set in error_format.","breadcrumbs":"Settings » Rust Settings » incompatible_change_clippy_error_format","id":"110","title":"incompatible_change_clippy_error_format"},"111":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_data_in_compile_data A flag to control whether to include data files in compile_data.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_data_in_compile_data","id":"111","title":"incompatible_do_not_include_data_in_compile_data"},"112":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_transitive_data_in_compile_inputs A flag to control whether transitive data dependencies are included in compile inputs.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_transitive_data_in_compile_inputs","id":"112","title":"incompatible_do_not_include_transitive_data_in_compile_inputs"},"113":{"body":"--@rules_rust//rust/settings:lto A build setting which specifies the link time optimization mode used when building Rust code.","breadcrumbs":"Settings » Rust Settings » lto","id":"113","title":"lto"},"114":{"body":"--@rules_rust//rust/settings:no_std This setting may be used to enable builds without the standard library. Currently only no_std + alloc is supported, which can be enabled with setting the value to \"alloc\". In the future we could add support for additional modes, e.g \"core\", \"alloc,collections\".","breadcrumbs":"Settings » Rust Settings » no_std","id":"114","title":"no_std"},"115":{"body":"--@rules_rust//rust/settings:per_crate_rustc_flag Add additional rustc_flag to matching crates from the command line with --@rules_rust//rust/settings:per_crate_rustc_flag. The expected flag format is prefix_filter@flag, where any crate with a label or execution path starting with the prefix filter will be built with the given flag. The label matching uses the canonical form of the label (i.e //package:label_name). The execution path is the relative path to your workspace directory including the base name (including extension) of the crate root. This flag is not applied to the exec configuration (proc-macros, cargo_build_script, etc). Multiple uses are accumulated.","breadcrumbs":"Settings » Rust Settings » per_crate_rustc_flag","id":"115","title":"per_crate_rustc_flag"},"116":{"body":"--@rules_rust//rust/settings:pipelined_compilation When set, this flag causes rustc to emit *.rmeta files and use them for rlib -> rlib dependencies. While this involves one extra (short) rustc invocation to build the rmeta file, it allows library dependencies to be unlocked much sooner, increasing parallelism during compilation.","breadcrumbs":"Settings » Rust Settings » pipelined_compilation","id":"116","title":"pipelined_compilation"},"117":{"body":"--@rules_rust//rust/settings:rename_first_party_crates A flag controlling whether to rename first-party crates such that their names encode the Bazel package and target name, instead of just the target name. First-party vs. third-party crates are identified using the value of @rules_rust//settings:third_party_dir.","breadcrumbs":"Settings » Rust Settings » rename_first_party_crates","id":"117","title":"rename_first_party_crates"},"118":{"body":"--@rules_rust//rust/settings:require_explicit_unstable_features A flag controlling whether unstable features should be disallowed by default If true, an empty -Zallow-features= will be added to the rustc command line whenever no other -Zallow-features= is present in the rustc flags. The effect is to disallow all unstable features by default, with the possibility to explicitly re-enable them selectively using -Zallow-features=....","breadcrumbs":"Settings » Rust Settings » require_explicit_unstable_features","id":"118","title":"require_explicit_unstable_features"},"119":{"body":"--@rules_rust//rust/settings:rustc_output_diagnostics This setting may be changed from the command line to generate rustc diagnostics.","breadcrumbs":"Settings » Rust Settings » rustc_output_diagnostics","id":"119","title":"rustc_output_diagnostics"},"12":{"body":"","breadcrumbs":"Rules » rust » rust_binary » rust_binary.bzl","id":"12","title":"rust_binary.bzl"},"120":{"body":"--@rules_rust//rust/settings:rustfmt_toml This setting is used by the rustfmt rules. See https://bazelbuild.github.io/rules_rust/rust_fmt.html Note that this setting is actually called rustfmt.toml.","breadcrumbs":"Settings » Rust Settings » rustfmt_toml","id":"120","title":"rustfmt_toml"},"121":{"body":"--@rules_rust//rust/settings:skip_fission_for_rust A flag to skip split debug info (Fission) for Rust objects when using a non-nightly toolchain.","breadcrumbs":"Settings » Rust Settings » skip_fission_for_rust","id":"121","title":"skip_fission_for_rust"},"122":{"body":"--@rules_rust//rust/settings:third_party_dir A flag specifying the location of vendored third-party rust crates within this repository that must not be renamed when rename_first_party_crates is enabled. Must be specified as a Bazel package, e.g. \"//some/location/in/repo\".","breadcrumbs":"Settings » Rust Settings » third_party_dir","id":"122","title":"third_party_dir"},"123":{"body":"--@rules_rust//rust/settings:toolchain_generated_sysroot A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain.","breadcrumbs":"Settings » Rust Settings » toolchain_generated_sysroot","id":"123","title":"toolchain_generated_sysroot"},"124":{"body":"--@rules_rust//rust/settings:toolchain_linker_preference A flag to control which linker is preferred for linking Rust binaries. Accepts three values: \"rust\": Use rust_toolchain.linker always (e.g., rust-lld). This uses rustc to invoke the linker directly. \"cc\": Use the linker provided by the configured cc_toolchain. This uses rustc to invoke the C++ toolchain's linker (e.g., clang, gcc, link.exe). \"none\": Default to cc being the preference and falling back to rust if no cc_toolchain is available.","breadcrumbs":"Settings » Rust Settings » toolchain_linker_preference","id":"124","title":"toolchain_linker_preference"},"125":{"body":"--@rules_rust//rust/settings:unpretty A build setting to control the output of RustUnpretty* actions Supported values are: ast-tree,expanded ast-tree expanded,hygiene expanded,identified expanded hir-tree hir,identified hir,typed hir mir-cfg mir normal","breadcrumbs":"Settings » Rust Settings » unpretty","id":"125","title":"unpretty"},"126":{"body":"--@rules_rust//rust/settings:zself_profile_events Passes -Zself-profile and -Zself-profile-events flags to rustc, requires a nightly toolchain. PARAMETERS Name Description Options name - \"zself_profile_events\"","breadcrumbs":"Settings » Rust Settings » zself_profile_events","id":"126","title":"zself_profile_events"},"127":{"body":"Definitions for all @rules_rust//cargo settings","breadcrumbs":"Settings » Cargo Settings » Cargo settings","id":"127","title":"Cargo settings"},"128":{"body":"--@rules_rust//cargo/settings:cargo_manifest_dir_filename_suffixes_to_retain A flag which determines what files are retained in CARGO_MANIFEST_DIR directories that are created in CargoBuildScriptRun actions.","breadcrumbs":"Settings » Cargo Settings » cargo_manifest_dir_filename_suffixes_to_retain","id":"128","title":"cargo_manifest_dir_filename_suffixes_to_retain"},"129":{"body":"--@rules_rust//cargo/settings:debug_std_streams_output_group A flag which adds a streams output group to cargo_build_script targets that contain the raw stderr and stdout streams from the build script.","breadcrumbs":"Settings » Cargo Settings » debug_std_streams_output_group","id":"129","title":"debug_std_streams_output_group"},"13":{"body":"load(\"@rules_rust//rust:rust_binary.bzl\", \"rust_binary\") rust_binary(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, binary_name, compile_data, crate_features, crate_name, crate_root, crate_type, edition, env, experimental_use_cc_common_link, link_deps, link_std_dylib, linker_script, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust binary crate. Example: Suppose you have the following directory structure for a Rust project with a library crate, hello_lib, and a binary crate, hello_world that uses the hello_lib library: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_world/ BUILD src/ main.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) hello_world/src/main.rs: extern crate hello_lib; fn main() { let hello = hello_lib::Greeter::new(\"Hello\"); hello.greet(\"world\");\n} hello_world/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_world\", srcs = [\"src/main.rs\"], deps = [\"//hello_lib\"],\n) Build and run hello_world: $ bazel run //hello_world\nINFO: Found 1 target...\nTarget //examples/rust/hello_world:hello_world up-to-date:\nbazel-bin/examples/rust/hello_world/hello_world\nINFO: Elapsed time: 1.308s, Critical Path: 1.22s INFO: Running command line: bazel-bin/examples/rust/hello_world/hello_world\nHello world On Windows, a PDB file containing debugging information is available under the key pdb_file in OutputGroupInfo. Similarly on macOS, a dSYM folder is available under the key dsym_folder in OutputGroupInfo. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False binary_name Override the resulting binary file name. By default, the binary file will be named using the name attribute on this rule, however sometimes that is not deseriable. String optional \"\" compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None crate_type Crate type that will be passed to rustc to be used for building this crate.This option is a temporary workaround and should be used only when building for WebAssembly targets (//rust/platform:wasi and //rust/platform:wasm). String optional \"bin\" edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the target is executed by bazel run. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution.Execpath returns absolute path, and in order to be able to construct the absolute path we need to wrap the test binary in a launcher. Using a launcher comes with complications, such as more complicated debugger attachment. Dictionary: String -> String optional {} experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this binary.Default is false. This is often required when building a binary that depends on a Rust ABI dylib. Boolean optional False linker_script Link script to forward into linker via rustc options. Label optional None lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional -1 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_binary » rust_binary","id":"13","title":"rust_binary"},"130":{"body":"--@rules_rust//cargo/settings:emit_build_script_warnings A flag which controls whether cargo_build_script warnings (cargo::warning=) are printed to stderr. Supported values: on: emit warnings for every cargo_build_script target, overriding any per-target emit_warnings = False. auto (default): respect the per-target emit_warnings attribute. crate_universe-generated targets set it to False, so registry/git crates stay quiet (matching Cargo); first-party targets emit by default. off: silence warnings build-wide.","breadcrumbs":"Settings » Cargo Settings » emit_build_script_warnings","id":"130","title":"emit_build_script_warnings"},"131":{"body":"--@rules_rust//cargo/settings:experimental_symlink_execroot A flag for which causes cargo_build_script to symlink the execroot of the action to the CARGO_MANIFEST_DIR where the scripts are run.","breadcrumbs":"Settings » Cargo Settings » experimental_symlink_execroot","id":"131","title":"experimental_symlink_execroot"},"132":{"body":"--@rules_rust//cargo/settings:out_dir_volatile_file_basenames A flag which determines what file basenames are removed from OUT_DIR by cargo_build_script actions to make the _bs.out_dir TreeArtifact deterministic. Files whose names appear in this list, as well as files with a .d or .pc extension, are deleted from OUT_DIR after the build script runs and before Bazel captures the directory. Files like config.log and Makefile embed the Bazel sandbox path, so their content changes on every action invocation, causing cache misses for all downstream rustc compilations.","breadcrumbs":"Settings » Cargo Settings » out_dir_volatile_file_basenames","id":"132","title":"out_dir_volatile_file_basenames"},"133":{"body":"--@rules_rust//cargo/settings:use_cc_toolchain A flag which controls the global default of whether cargo_build_script targets should pull in the resolved cc_toolchain. When enabled (the default), each cargo_build_script action gets the resolved cc_toolchain's all_files added to its inputs and picks up the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables derived from that toolchain. This matches Cargo's behavior and is required for build scripts that shell out to a C/C++ compiler (e.g. those using cc-rs or cmake-rs). When disabled, the cc_toolchain is omitted from cargo_build_script actions. This can significantly reduce action input sizes when using a hermetic sysroot but breaks any build script that needs to compile C/C++ code. Individual targets may override this default via the cargo_build_script.use_cc_toolchain attribute.","breadcrumbs":"Settings » Cargo Settings » use_cc_toolchain","id":"133","title":"use_cc_toolchain"},"134":{"body":"--@rules_rust//cargo/settings:use_default_shell_env A flag which controls the global default of ctx.actions.run.use_default_shell_env for cargo_build_script targets.","breadcrumbs":"Settings » Cargo Settings » use_default_shell_env","id":"134","title":"use_default_shell_env"},"135":{"body":"A Rust build in Bazel selects its compiler, standard library, and companion tools through a set of registered Bazel toolchains . rules_rust ships one toolchain type per companion tool so that Rust, rust-analyzer, and rustfmt can be resolved independently. Most users register toolchains via the rust module extension (see Bzlmod ) rather than declaring these rules directly. The rules below exist for users who need to define custom toolchains — for example, to point at a locally built rustc or to add a target triple that the extension doesn't cover.","breadcrumbs":"Toolchains » Toolchains","id":"135","title":"Toolchains"},"136":{"body":"rust_toolchain — Declare a Rust compilation toolchain: the rustc binary, standard library, linker, and per-target compilation settings. rustfmt_toolchain — Declare a toolchain providing the rustfmt binary used by rustfmt rules. rust_analyzer_toolchain — Declare a toolchain providing the rust-analyzer binary and proc-macro server used by the rust_analyzer integration.","breadcrumbs":"Toolchains » Toolchain rules","id":"136","title":"Toolchain rules"},"137":{"body":"rust_stdlib_filegroup — Group the files of a Rust standard library archive into a target that can be attached to a rust_toolchain via the rust_std attribute.","breadcrumbs":"Toolchains » Data rules","id":"137","title":"Data rules"},"138":{"body":"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain.bzl","id":"138","title":"rust_toolchain.bzl"},"139":{"body":"load(\"@rules_rust//rust:rust_toolchain.bzl\", \"rust_toolchain\") rust_toolchain(name, allocator_library, binary_ext, cargo, cargo_clippy, channel, clippy_driver, debug_info, default_edition, dylib_ext, env, exec_triple, experimental_use_allocator_libraries_with_mangled_symbols, experimental_use_cc_common_link, extra_exec_rustc_flags, extra_rustc_flags, extra_rustc_flags_for_crate_types, global_allocator_library, iso_date, link_std_dylib, linker, linker_preference, linker_type, llvm_cov, llvm_lib, llvm_profdata, llvm_tools, lto, opt_level, per_crate_rustc_flags, require_explicit_unstable_features, rust_doc, rust_objcopy, rust_std, rustc, rustc_lib, rustfmt, staticlib_ext, stdlib_linkflags, strip_level, target_json, target_triple, version) Declares a Rust toolchain for use. This is for declaring a custom toolchain, eg. for configuring a particular version of rust or supporting a new platform. Example: Suppose the core rust team has ported the compiler to a new target CPU, called cpuX. This support can be used in Bazel by defining a new toolchain definition and declaration: load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') rust_toolchain( name = \"rust_cpuX_impl\", binary_ext = \"\", dylib_ext = \".so\", exec_triple = \"cpuX-unknown-linux-gnu\", rust_doc = \"@rust_cpuX//:rustdoc\", rust_std = \"@rust_cpuX//:rust_std\", rustc = \"@rust_cpuX//:rustc\", rustc_lib = \"@rust_cpuX//:rustc_lib\", staticlib_ext = \".a\", stdlib_linkflags = [\"-lpthread\", \"-ldl\"], target_triple = \"cpuX-unknown-linux-gnu\",\n) toolchain( name = \"rust_cpuX\", exec_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], target_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], toolchain = \":rust_cpuX_impl\",\n) Then, either add the label of the toolchain rule to register_toolchains in the WORKSPACE, or pass it to the \"--extra_toolchains\" flag for Bazel, and it will be used. To use a platform-specific linker, you can use a select() in the linker attribute: rust_toolchain( name = \"rust_toolchain_impl\", # ... other attributes ... linker = select({ \"@platforms//os:linux\": \"//tools:rust-lld-linux\", \"@platforms//os:windows\": \"//tools:rust-lld-windows\", \"//conditions:default\": \"//tools:rust-lld\", }),\n) The select() is evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional \"@rules_rust//rust/settings:default_allocator_library\" binary_ext The extension for binaries created from rustc. String required cargo The location of the cargo binary. Can be a direct source or a filegroup containing one item. Label optional None cargo_clippy The location of the cargo_clippy binary. Can be a direct source or a filegroup containing one item. Label optional None channel The Rust release channel (stable, nightly, or beta). String optional \"\" clippy_driver The location of the clippy-driver binary. Can be a direct source or a filegroup containing one item. Label optional None debug_info Rustc debug info levels per compilation mode (keyed by dbg, fastbuild, opt). Dictionary: String -> String optional {\"dbg\": \"2\", \"fastbuild\": \"0\", \"opt\": \"0\"} default_edition The edition to use for rust_* rules that don't specify an edition. If absent, every rule is required to specify its edition attribute. String optional \"\" dylib_ext The extension for dynamic libraries created from rustc. String required env Environment variables to set in actions. Dictionary: String -> String optional {} exec_triple The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String required experimental_use_allocator_libraries_with_mangled_symbols Whether to use rust-based allocator libraries with mangled symbols. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting //rust/settings:experimental_use_allocator_libraries_with_mangled_symbols. 0 means do not use. In that case, rules_rust will try to use the c-based allocator libraries that don't support symbol mangling. 1 means use the rust-based allocator libraries. Integer optional -1 experimental_use_cc_common_link Label to a boolean build setting that controls whether cc_common.link is used to link rust binaries. Label optional \"@rules_rust//rust/settings:experimental_use_cc_common_link\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags_for_crate_types Extra flags to pass to rustc based on crate type Dictionary: String -> List of strings optional {} global_allocator_library Target that provides allocator functions for when a global allocator is present. Label optional \"@rules_rust//rust/private/cc:global_allocator_library\" iso_date The ISO date of the nightly or beta release (e.g. 2026-03-26). Empty for stable releases. String optional \"\" link_std_dylib Whether to link libstd dynamically. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting @rules_rust//rust/settings:experimental_link_std_dylib. 0 means do not link libstd dynamically. 1 means link libstd dynamically. Integer optional -1 linker The label to an explicit linker to use (e.g. rust-lld, ld, link-ld.exe, etc.). Linker binaries must be runnable in the exec configuration, so cfg = \"exec\" is used. To choose a linker based on the target platform, use a select() when providing this attribute. The select() will be evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. Label optional None linker_preference The preferred linker to use. If unspecified, cc is preferred and rust is used as a fallback whenever linker is provided. String optional \"\" linker_type The type of linker invocation: 'direct' (ld, rust-lld) or 'indirect' (via compiler like clang/gcc). If unset, defaults based on linker_preference. String optional \"\" llvm_cov The location of the llvm-cov binary. Can be a direct source or a filegroup containing one item. If None, rust code is not instrumented for coverage. Label optional None llvm_lib The location of the libLLVM shared object files. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_profdata The location of the llvm-profdata binary. Can be a direct source or a filegroup containing one item. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_tools LLVM tools that are shipped with the Rust toolchain. Label optional None lto Label to an LTO setting whether which can enable custom LTO settings Label optional \"@rules_rust//rust/settings:lto\" opt_level Rustc optimization levels. Dictionary: String -> String optional {\"dbg\": \"0\", \"fastbuild\": \"0\", \"opt\": \"3\"} per_crate_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] require_explicit_unstable_features Label to a boolean build setting that controls whether all uses of unstable Rust features must be explicitly opted in to using -Zallow-features=.... Label optional \"@rules_rust//rust/settings:require_explicit_unstable_features\" rust_doc The location of the rustdoc binary. Can be a direct source or a filegroup containing one item. Label required rust_objcopy The location of the rust-objcopy binary. Can be a direct source or a filegroup containing one item. Label optional None rust_std The Rust standard library. Label required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label required rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt Deprecated : Instead see rustfmt_toolchain Label optional None staticlib_ext The extension for static libraries created from rustc. String required stdlib_linkflags Additional linker flags to use when Rust standard library is linked by a C++ linker (rustc will deal with these automatically). Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings required strip_level Rustc strip levels. For all potential options, see https://doc.rust-lang.org/rustc/codegen-options/index.html#strip Dictionary: String -> String optional {\"dbg\": \"none\", \"fastbuild\": \"none\", \"opt\": \"debuginfo\"} target_json Override the target_triple with a custom target specification. For more details see: https://doc.rust-lang.org/rustc/targets/custom.html String optional \"\" target_triple The platform triple for the toolchains target environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String optional \"\" version The version of the Rust compiler (e.g. 1.94.1). String optional \"\"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain","id":"139","title":"rust_toolchain"},"14":{"body":"","breadcrumbs":"Rules » rust » rust_library » rust_library.bzl","id":"14","title":"rust_library.bzl"},"140":{"body":"","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain.bzl","id":"140","title":"rustfmt_toolchain.bzl"},"141":{"body":"load(\"@rules_rust//rust:rustfmt_toolchain.bzl\", \"rustfmt_toolchain\") rustfmt_toolchain(name, rustc, rustc_lib, rustfmt) A toolchain for rustfmt ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label optional None rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt The location of the rustfmt binary. Can be a direct source or a filegroup containing one item. Label required","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain","id":"141","title":"rustfmt_toolchain"},"142":{"body":"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain.bzl","id":"142","title":"rust_analyzer_toolchain.bzl"},"143":{"body":"load(\"@rules_rust//rust:rust_analyzer_toolchain.bzl\", \"rust_analyzer_toolchain\") rust_analyzer_toolchain(name, proc_macro_srv, rust_analyzer, rustc, rustc_srcs, rustc_srcs_path, version) A toolchain for rust-analyzer . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proc_macro_srv The path to a rust_analyzer_proc_macro_srv binary. Label optional None rust_analyzer The path to a rust-analyzer binary. Label optional None rustc The path to a rustc binary. Label required rustc_srcs The source code of rustc. Label required rustc_srcs_path The direct path to rustc srcs relative to rustc_srcs package root. String optional \"library\" version The rust-analyzer version (e.g. 1.96.0). Optional. When set, consumers (e.g. the discover binary) can gate newer rust-analyzer features that older versions reject. Left empty for user-supplied toolchains where the version isn't known statically; consumers should treat the empty value as 'assume oldest supported'. String optional \"\"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain","id":"143","title":"rust_analyzer_toolchain"},"144":{"body":"","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup.bzl","id":"144","title":"rust_stdlib_filegroup.bzl"},"145":{"body":"load(\"@rules_rust//rust:rust_stdlib_filegroup.bzl\", \"rust_stdlib_filegroup\") rust_stdlib_filegroup(name, srcs) A dedicated filegroup-like rule for Rust stdlib artifacts. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs The list of targets/files that are components of the rust-stdlib file group List of labels required","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup","id":"145","title":"rust_stdlib_filegroup"},"146":{"body":"Module extensions for using rules_rust with bzlmod rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.repository_set(name, allocator_library, auth, auth_patterns, dev_components, edition, exec_compatible_with, exec_triple, extra_exec_rustc_flags, extra_rustc_flags, global_allocator_library, netrc, opt_level, rustfmt_version, sha256s, strip_level, target_compatible_with, target_settings, target_triple, urls, versions)\nrust.toolchain(aliases, allocator_library, dev_components, edition, extra_exec_rustc_flags, extra_exec_rustc_flags_triples, extra_rustc_flags, extra_rustc_flags_triples, extra_target_triples, global_allocator_library, opt_level, rust_analyzer_version, rustfmt_toolchain_triples, rustfmt_version, sha256s, strip_level, target_settings, urls, versions) Rust toolchain extension. TAG CLASSES","breadcrumbs":"Bzlmod » rust","id":"146","title":"rust"},"147":{"body":"Tags for defining rust repository sets (where toolchains are defined). Attributes Name Description Type Mandatory Default name Name of the repository_set - if you're looking to replace default toolchains you must use the exact name you're replacing. Name optional \"\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None auth Auth object compatible with repository_ctx.download to use when downloading files. Dictionary: String -> String optional {} auth_patterns Override mapping of hostnames to authorization patterns; mirrors the eponymous attribute from http_archive. Dictionary: String -> String optional {} dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" exec_compatible_with A list of constraints for the execution platform for this toolchain. List of labels optional [] exec_triple Exec triple for this repository_set. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. List of strings optional [] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None netrc .netrc file to use for authentication; mirrors the eponymous attribute from http_archive. String optional \"\" opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_compatible_with List of platform constraints this toolchain produces, for the particular target_triple this call is for. List of labels optional [] target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] target_triple target_triple to configure. String optional \"\" urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional []","breadcrumbs":"Bzlmod » repository_set","id":"147","title":"repository_set"},"148":{"body":"Tags for defining rust toolchains (where toolchain tools are fetched). Attributes Name Description Type Mandatory Default aliases Map of full toolchain repository name to an alias. If any repository is created by this extension matches a key in this dictionary, the name of the created repository will be remapped to the value instead. This may be required to work around path length limits on Windows. Dictionary: String -> String optional {} allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration List of strings optional [] extra_exec_rustc_flags_triples Extra flags to pass to rustc in exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] extra_rustc_flags_triples Extra flags to pass to rustc in non-exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_target_triples Additional Rust target triples to fetch and register toolchains for. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"wasm32-wasip2\"] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rust_analyzer_version The version of Rustc to pair with rust-analyzer. String optional \"\" rustfmt_toolchain_triples Like toolchain_triples, but for rustfmt toolchains. Mapping of rust target triple to repository name. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional [\"1.98.0\", \"nightly/2026-08-20\"]","breadcrumbs":"Bzlmod » toolchain","id":"148","title":"toolchain"},"149":{"body":"rust_host_tools = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust_host_tools\")\nrust_host_tools.host_tools(name, allocator_library, dev_components, edition, global_allocator_library, rustfmt_version, sha256s, urls, version) An extension which exposes Rust tools compatible with the current host platform. TAG CLASSES","breadcrumbs":"Bzlmod » rust_host_tools","id":"149","title":"rust_host_tools"},"15":{"body":"load(\"@rules_rust//rust:rust_library.bzl\", \"rust_library\") rust_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust library crate. Example: Suppose you have the following directory structure for a simple Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ greeter.rs lib.rs hello_lib/src/greeter.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/src/lib.rs: pub mod greeter; hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [ \"src/greeter.rs\", \"src/lib.rs\", ],\n) Build the library: $ bazel build //hello_lib\nINFO: Found 1 target...\nTarget //examples/rust/hello_lib:hello_lib up-to-date:\nbazel-bin/examples/rust/hello_lib/libhello_lib.rlib\nINFO: Elapsed time: 1.245s, Critical Path: 1.01s ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_library » rust_library","id":"15","title":"rust_library"},"150":{"body":"Attributes Name Description Type Mandatory Default name The name of the module to create Name optional \"rust_host_tools\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] version The version of Rust to use for tools executed on the Bazel host. String optional \"1.98.0\"","breadcrumbs":"Bzlmod » host_tools","id":"150","title":"host_tools"},"151":{"body":"crate_universe workspace ( crate_universe bzlmod ) is a tool built into rules_rust that can be used to fetch dependencies.","breadcrumbs":"External Crates » External Dependencies","id":"151","title":"External Dependencies"},"152":{"body":"Crate Universe is a set of Bazel rule for generating Rust targets using Cargo. This doc describes using crate_universe with bzlmod. If you're using a WORKSPACE file, please see the WORKSPACE equivalent of this doc . There are some examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Crate Universe","id":"152","title":"Crate Universe"},"153":{"body":"Setup Dependencies Cargo Workspace Direct Packages Binary Dependencies Vendored Dependencies Crate reference from_cargo from_specs","breadcrumbs":"External Crates » crate_universe » Table of Contents","id":"153","title":"Table of Contents"},"154":{"body":"To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.74.0\") You find the latest version on the release page . After adding rules_rust in your MODULE.bazel, set the following to begin using crate_universe: crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\n// # ... Dependencies\nuse_repo(crate, \"crates\")","breadcrumbs":"External Crates » crate_universe » Setup","id":"154","title":"Setup"},"155":{"body":"There are three different ways to declare dependencies in your MODULE. Cargo workspace Direct Dependencies Binary Dependencies Vendored Dependencies","breadcrumbs":"External Crates » crate_universe » Dependencies","id":"155","title":"Dependencies"},"156":{"body":"One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace. The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there. You find a complete example in the in the example folder . crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.from_cargo( name = \"crates\", cargo_lockfile = \"//:Cargo.lock\", manifests = [\"//:Cargo.toml\"],\n)\nuse_repo(crate, \"crates\") Note if using Private Crate Registries If you are using from_cargo and are pulling dependencies from a private crate registry such as Artifactory, make sure you set the CARGO_BAZEL_ISOLATED=false bazel build //... environmental. If not crates_universe will not be able to pull from your private registry. The generated crates_repository contains helper macros which make collecting dependencies for Bazel targets simpler. Notably, the all_crate_deps, aliases, and crate_edition macros ( see Dependencies API ) commonly allow the Cargo.toml files to be the single source of truth for dependencies. Since these macros come from the generated repository, the dependency labels, alias definitions, and editions they return will automatically update BUILD targets. In your BUILD files, you use these macros for a Rust library as shown below: load(\"@crates//:defs.bzl\", \"aliases\", \"all_crate_deps\", \"crate_edition\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"lib\", aliases = aliases(), edition = crate_edition(), deps = all_crate_deps( normal = True, ), proc_macro_deps = all_crate_deps( proc_macro = True, ),\n) rust_test( name = \"unit_test\", crate = \":lib\", aliases = aliases( normal_dev = True, proc_macro_dev = True, ), edition = crate_edition(), deps = all_crate_deps( normal_dev = True, ), proc_macro_deps = all_crate_deps( proc_macro_dev = True, ),\n) For a Rust binary that does not depend on any macro, use the following configuration in your build file: rust_binary( name = \"bin\", srcs = [\"src/main.rs\"], edition = crate_edition(), deps = all_crate_deps(normal = True),\n) You have to repin before your first build to ensure all Bazel targets for the macros are generated. Dependency syncing and updating is done in the repository rule which means it's done during the analysis phase of builds. As mentioned in the environments variable table above, the CARGO_BAZEL_REPIN (or REPIN) environment variables can be used to force the rule to update dependencies and potentially render a new lockfile. Given an instance of this repository rule named crates, the easiest way to repin dependencies is to run: CARGO_BAZEL_REPIN=1 bazel sync --only=crates This will result in all dependencies being updated for a project. The CARGO_BAZEL_REPIN environment variable can also be used to customize how dependencies are updated. For more details about repin, please refer to the documentation .","breadcrumbs":"External Crates » crate_universe » Cargo Workspaces","id":"156","title":"Cargo Workspaces"},"157":{"body":"In cases where Rust targets have heavy interactions with other Bazel targets ( Cc , Proto , etc.), maintaining Cargo.toml files may have diminishing returns as things like rust-analyzer begin to be confused about missing targets or environment variables defined only in Bazel. In situations like this, it may be desirable to have a \"Cargo free\" setup. You find an example in the in the example folder . crates_repository supports this through the packages attribute, as shown below. crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.spec(package = \"serde\", features = [\"derive\"], version = \"1.0\")\ncrate.spec(package = \"serde_json\", version = \"1.0\")\ncrate.spec(package = \"tokio\", default_features = False, features = [\"macros\", \"net\", \"rt-multi-thread\"], version = \"1.38\") crate.from_specs()\nuse_repo(crate, \"crates\") Consuming dependencies may be more ergonomic in this case through the aliases defined in the new repository. In your BUILD files, you use direct dependencies as shown below: rust_binary( name = \"bin\", crate_root = \"src/main.rs\", srcs = glob([ \"src/*.rs\", ]), deps = [ # External crates \"@crates//serde\", \"@crates//serde_json\", \"@crates//tokio\", ], visibility = [\"//visibility:public\"],\n) Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Direct Dependencies","id":"157","title":"Direct Dependencies"},"158":{"body":"With cargo you can install binary dependencies (bindeps) as well with cargo install command. We don't have such easy facilities available in bazel besides specifying it as a dependency. To mimic cargo's bindeps feature we use the unstable feature called artifact-dependencies which integrates well with bazel concepts. You could use the syntax specified in the above document to place it in Cargo.toml. For that you can consult the following example . This method has the following consequences: if you use shared dependency tree with your project these binary dependencies will interfere with yours (may conflict) you have to use nightly host_tools to generate dependencies because Alternatively you can specify this in a separate repo with cargo.from_specs syntax: bindeps = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") bindeps.spec(package = \"cargo-machete\", version = \"=0.7.0\", artifact = \"bin\")\nbindeps.annotation(crate = \"cargo-machete\", gen_all_binaries = True) bindeps.from_specs( name = \"bindeps\", host_tools = \"@rust_host_tools_nightly\",\n) use_repo(bindeps, \"bindeps\") You can run the specified binary dependency with the following command or create additional more complex rules on top of it. bazel run @bindeps//:cargo-machete__cargo-machete Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Binary Dependencies","id":"158","title":"Binary Dependencies"},"159":{"body":"In some cases, it is require that all external dependencies are vendored, meaning downloaded and stored in the workspace. This helps, for example, to conduct licence scans, apply custom patches, or to ensure full build reproducibility since no download error could possibly occur. You find a complete example in the in the example folder . For the setup, you need to add the skylib in addition to the rust rules to your MODULE.bazel. module( name = \"deps_vendored\", version = \"0.0.0\"\n)\n###############################################################################\n# B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/\n###############################################################################\n# https://github.com/bazelbuild/bazel-skylib/releases/\nbazel_dep(name = \"bazel_skylib\", version = \"1.8.2\") # https://github.com/bazelbuild/rules_rust/releases\nbazel_dep(name = \"rules_rust\", version = \"0.74.0\") ###############################################################################\n# T O O L C H A I N S\n############################################################################### # Rust toolchain\nRUST_EDITION = \"2021\"\nRUST_VERSION = \"1.80.1\" rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = RUST_EDITION, versions = [RUST_VERSION],\n)\nuse_repo(rust, \"rust_toolchains\")\nregister_toolchains(\"@rust_toolchains//:all\") ###############################################################################\n# R U S T C R A T E S\n###############################################################################\ncrate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") Note, it is important to load the crate_universe rules otherwise you will get an error as the rule set is needed in the vendored target. Assuming you have a package called basic in which you want to vendor dependencies, then you create a folder basic/3rdparty. The folder name can be arbitrary, but by convention, its either thirdparty or 3rdparty to indicate vendored dependencies. In the 3rdparty folder, you add a target crates_vendor to declare your dependencies to vendor. In the example, we vendor a specific version of bzip2. load(\"@rules_rust//crate_universe:defs.bzl\", \"crate\", \"crates_vendor\") crates_vendor( name = \"crates_vendor\", annotations = { \"bzip2-sys\": [crate.annotation( gen_build_script = True, )], }, cargo_lockfile = \"Cargo.Bazel.lock\", generate_build_scripts = False, mode = \"remote\", packages = { \"bzip2\": crate.spec( version = \"=0.3.3\", ), }, repository_name = \"basic\", tags = [\"manual\"],\n) Next, you have to run Cargo build to generate a Cargo.lock file with all resolved dependencies. Then, you rename Cargo.lock to Cargo.Bazel.lock and place it inside the basic/3rdparty folder. At this point, you have the following folder and files: basic |-- 3rdparty | |-- BUILD.bazel | |-- Cargo.Bazel.lock Now you can run the crates_vendor target: bazel run //basic/3rdparty:crates_vendor This generates a crate folders with all configurations for the vendored dependencies. basic |-- 3rdparty | |-- cratea | |-- BUILD.bazel | |-- Cargo.Bazel.lock Suppose you have an application in basic/src that is defined in basic/BUILD.bazel and that depends on a vendored dependency. You find a list of all available vendored dependencies in the BUILD file of the generated folder: basic/3rdparty/crates/BUILD.bazel You declare a vendored dependency in you target as following: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_sys\", srcs = [\"src/main.rs\"], deps = [\"//basic/3rdparty/crates:bzip2\"], visibility = [\"//visibility:public\"],\n) Note, the vendored dependency is not yet accessible because you have to define first how to load the vendored dependencies. For that, you first create a file sys_deps.bzl and add the following content: # rename the default name \"crate_repositories\" in case you import multiple vendored folders.\nload(\"//basic/3rdparty/crates:defs.bzl\", basic_crate_repositories = \"crate_repositories\") def sys_deps(): # Load the vendored dependencies basic_crate_repositories() This is straightforward, you import the generated crate_repositories from the crates folder, rename it to avoid name clashes in case you import from multiple vendored folders, and then just load the vendored dependencies. In a WORKSPACE configuration, you would just load and call sys_deps(), but in a MODULE configuration, you cannot do that. Instead, you create a new file WORKSPACE.bzlmod and add the following content. load(\"//:sys_deps.bzl\", \"sys_deps\")\nsys_deps() Now, you can build the project as usual. There are some more examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Vendored Dependencies","id":"159","title":"Vendored Dependencies"},"16":{"body":"","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group.bzl","id":"16","title":"rust_library_group.bzl"},"160":{"body":"crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\ncrate.annotation(deps, data, additive_build_file, additive_build_file_content, alias_rule, build_script_compile_data, build_script_data, build_script_data_glob, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_toolchains, build_script_tools, build_script_use_cc_toolchain, build_script_use_default_shell_env, compile_data, compile_data_glob, compile_data_glob_excludes, crate, crate_features, data_glob, disable_pipelining, extra_aliased_targets, gen_all_binaries, gen_binaries, gen_build_script, label_injections, link_deps, override_target_bin, override_target_build_script, override_target_lib, override_target_proc_macro, patch_args, patch_tool, patches, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, shallow_since, version)\ncrate.annotation_select(deps, data, build_script_compile_data, build_script_data, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_tools, compile_data, crate, crate_features, link_deps, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, triples, version)\ncrate.from_cargo(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, manifests, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.from_specs(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.render_config(build_file_template, crate_alias_template, crate_label_template, crate_repository_template, crates_module_template, default_alias_rule_bzl, default_alias_rule_name, default_package_name, generate_cargo_toml_env_vars, generate_rules_license_metadata, generate_target_compatible_with, incompatible_no_root_alias_targets, platforms_template, regen_command, repositories, vendor_mode)\ncrate.spec(artifact, branch, default_features, features, git, lib, package, package_alias, path, repositories, rev, tag, version)\ncrate.splicing_config(repositories, resolver_version) Crate universe module extensions. Environment Variables: variable usage CARGO_BAZEL_GENERATOR_SHA256 The sha256 checksum of the file located at CARGO_BAZEL_GENERATOR_URL CARGO_BAZEL_GENERATOR_URL The URL of a cargo-bazel binary. This variable takes precedence over attributes and can use file:// for local paths CARGO_BAZEL_ISOLATED An authoritative flag as to whether or not the CARGO_HOME environment variable should be isolated from the host configuration CARGO_BAZEL_REPIN An indicator that the dependencies represented by the rule should be regenerated. REPIN may also be used. See Repinning / Updating Dependencies for more details. CARGO_BAZEL_REPIN_ONLY A comma-delimited allowlist for rules to execute repinning. Can be useful if multiple instances of the repository rule are used in a Bazel workspace, but repinning should be limited to one of them. CARGO_BAZEL_TIMEOUT An integer value to override the default timeout setting when running the cargo-bazel binary. This value must be in seconds. TAG CLASSES","breadcrumbs":"External Crates » crate_universe » crate","id":"160","title":"crate"},"161":{"body":"A collection of extra attributes and settings for a particular crate. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] additive_build_file A file containing extra contents to write to the bottom of generated BUILD files. Label optional None additive_build_file_content Extra contents to write to the bottom of generated BUILD files. String optional \"\" alias_rule Alias rule to use instead of native.alias(). Overrides render_config 's 'default_alias_rule'. String optional \"\" build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_data_glob A list of glob patterns to add to a crate's cargo_build_script::data attribute List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_toolchains A list of labels to set on a crates's cargo_build_script::toolchains attribute. List of labels optional [] build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] build_script_use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_cc_toolchain build setting (defaults to enabled). String optional \"auto\" build_script_use_default_shell_env Whether or not to include the default shell environment for the build script action. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_default_shell_env build setting. String optional \"auto\" compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob A list of glob patterns to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob_excludes A list of glob patterns to be excllued from a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] data_glob A list of glob patterns to add to a crate's rust_library::data attribute. List of strings optional [] disable_pipelining If True, disables pipelining for library targets for this crate. Boolean optional False extra_aliased_targets A list of targets to add to the generated aliases in the root crate_universe repository. Dictionary: String -> String optional {} gen_all_binaries If true, generates rust_binary targets for all of the crates bins Boolean optional False gen_binaries As a list, the subset of the crate's bins that should get rust_binary targets produced. List of strings optional [] gen_build_script An authoritative flag to determine whether or not to produce cargo_build_script targets for the current crate. Supported values are 'on', 'off', and 'auto'. String optional \"auto\" label_injections A mapping of canonical repository labels to the apparent repository prefix used in the annotation's strings. This is necessary for cases where a build_script_data annotation is given and the new label is used in location expansion via build_script_env. E.g. build_script_data = [\"@xz//:lzma\"] and build_script_env = {\"LZMA_BIN\": \"$(execpath @xz//:lzma)\"}. This example would require label_injections = {\"@xz\": \"@xz\"} where the key resolves to a canonical repo and the value is the apparent repo prefix used throughout this annotation. Target portions (//pkg:target) on either side are ignored; the cargo-bazel generator rewrites the apparent repo prefix to its canonical form and leaves any user-written target verbatim. Dictionary: Label -> String optional {} link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] override_target_bin An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_build_script An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_lib An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_proc_macro An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None patch_args The patch_args attribute of a Bazel repository rule. See http_archive.patch_args List of strings optional [] patch_tool The patch_tool attribute of a Bazel repository rule. See http_archive.patch_tool String optional \"\" patches The patches attribute of a Bazel repository rule. See http_archive.patches List of labels optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] shallow_since An optional timestamp used for crates originating from a git repository instead of a crate registry. This flag optimizes fetching the source code. String optional \"\" version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation","id":"161","title":"annotation"},"162":{"body":"A constructor for a crate dependency with selectable attributes. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] triples A list of triples to apply the annotation to. List of strings required version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation_select","id":"162","title":"annotation_select"},"163":{"body":"Generates a repo @crates from a Cargo.toml / Cargo.lock pair. Attributes Name Description Type Mandatory Default name The name of the repo to generate Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None manifests A list of Cargo manifests (Cargo.toml files). List of labels optional [] skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_cargo","id":"163","title":"from_cargo"},"164":{"body":"Generates a repo @crates from the defined spec tags. Attributes Name Description Type Mandatory Default name The name of the repo to generate. Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_specs","id":"164","title":"from_specs"},"165":{"body":"Various settings used to configure rendered outputs. The template parameters each support a select number of format keys. A description of each key can be found below where the supported keys for each template can be found in the parameter docs key definition name The name of the crate. Eg tokio repository The rendered repository name for the crate. Directly relates to crate_repository_template. triple A platform triple. Eg x86_64-unknown-linux-gnu version The crate version. Eg 1.2.3 target The library or binary target of the crate file The basename of a file Attributes Name Description Type Mandatory Default build_file_template The base template to use for BUILD file names. The available format keys are [{name}, {version}`]. String optional \"//:BUILD.{name}-{version}.bazel\" crate_alias_template The base template to use for crate aliases. The available format keys are [{repository}, {name}, {version}, {target}]. Defaults to the per-alias subpackage layout (@{repository}//{name}-{version}); set to @{repository}//:{name}-{version} to point aliases() / all_crate_deps() at the legacy root-package aliases (only valid while incompatible_no_root_alias_targets is off). String optional \"@{repository}//{name}-{version}\" crate_label_template The base template to use for crate labels. The available format keys are [{repository}, {name}, {version}, {target}]. String optional \"@{repository}__{name}-{version}//:{target}\" crate_repository_template The base template to use for Crate label repository names. The available format keys are [{repository}, {name}, {version}]. String optional \"{repository}__{name}-{version}\" crates_module_template The pattern to use for the defs.bzl and BUILD.bazel file names used for the crates module. The available format keys are [{file}]. String optional \"//:{file}\" default_alias_rule_bzl Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. Label optional None default_alias_rule_name Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. String optional \"alias\" default_package_name The default package name to use in the rendered macros. This affects the auto package detection of things like all_crate_deps. String optional \"\" generate_cargo_toml_env_vars Whether to generate cargo_toml_env_vars targets. Boolean optional True generate_rules_license_metadata Whether to generate rules license metadata. Boolean optional False generate_target_compatible_with Whether to generate target_compatible_with annotations on the generated BUILD files. This catches a target_triple being targeted that isn't declared in supported_platform_triples. Boolean optional True incompatible_no_root_alias_targets Incompatibility flag. Suppresses the top-level alias() rules in the hub repository's root BUILD.bazel (e.g. @crate_index//:clap). Per-alias subpackages (e.g. @crate_index//clap) are always emitted, so flipping this flag on lets users keep consuming aliases through the subpackage path while the root version disappears. Boolean optional False platforms_template The base template to use for platform names. See platforms documentation . The available format keys are [{triple}]. String optional \"@rules_rust//rust/platform:{triple}\" regen_command An optional command to demonstrate how generated files should be regenerated. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] vendor_mode An optional configuration for rendering content to be rendered into repositories. String optional \"\"","breadcrumbs":"External Crates » crate_universe » render_config","id":"165","title":"render_config"},"166":{"body":"A constructor for a crate dependency. Attributes Name Description Type Mandatory Default artifact Set to 'bin' to pull in a binary crate as an artifact dependency. Requires a nightly Cargo. String optional \"\" branch The git branch of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" default_features Maps to the default-features flag. Boolean optional True features A list of features to use for the crate. List of strings optional [] git The Git url to use for the crate. Cannot be used with version or path. String optional \"\" lib If using artifact = 'bin', additionally setting lib = True declares a dependency on both the package's library and binary, as opposed to just the binary. Boolean optional False package The explicit name of the package. String required package_alias Alias for the package. String optional \"\" path The local path of the remote crate. Cannot be used with version or git. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this spec is applied to. Defaults to all repositories. List of strings optional [] rev The git revision of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. String optional \"\" tag The git tag of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" version The exact version of the crate. Cannot be used with git or path. String optional \"\"","breadcrumbs":"External Crates » crate_universe » spec","id":"166","title":"spec"},"167":{"body":"Various settings used to configure Cargo manifest splicing behavior. Attributes Name Description Type Mandatory Default repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] resolver_version The resolver version to use in generated Cargo manifests. This flag is only used when splicing a manifest from direct package definitions. See crates_repository::packages String optional \"2\"","breadcrumbs":"External Crates » crate_universe » splicing_config","id":"167","title":"splicing_config"},"168":{"body":"Rules Rust supports collecting code coverage data using bazel coverage, leveraging LLVM's source-based coverage instrumentation.","breadcrumbs":"Code Coverage » Code Coverage","id":"168","title":"Code Coverage"},"169":{"body":"bazel coverage //my_project/... This instruments all targets matching the default --instrumentation_filter and produces an LCOV report at bazel-out/_coverage/_coverage_report.dat.","breadcrumbs":"Code Coverage » Basic Usage","id":"169","title":"Basic Usage"},"17":{"body":"load(\"@rules_rust//rust:rust_library_group.bzl\", \"rust_library_group\") rust_library_group(name, deps) Functions as an alias for a set of dependencies. Specifically, the following are equivalent: rust_library_group( name = \"crate_group\", deps = [ \":crate1\", \":crate2\", ],\n) rust_library( name = \"foobar\", deps = [\":crate_group\"], ...\n) and rust_library( name = \"foobar\", deps = [ \":crate1\", \":crate2\", ], ...\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Other dependencies to forward through this crate group. List of labels optional []","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group","id":"17","title":"rust_library_group"},"170":{"body":"Rules Rust respects Bazel's standard --instrumentation_filter flag to control which targets get compiled with -Cinstrument-coverage. Only targets whose label matches the filter are instrumented, consistent with how coverage works for other languages (C++, Java).","breadcrumbs":"Code Coverage » Controlling Instrumentation","id":"170","title":"Controlling Instrumentation"},"171":{"body":"For projects with vendored or third-party dependencies, restrict instrumentation to workspace targets to avoid unnecessary recompilation: coverage --instrumentation_filter=^// To further exclude specific directories: coverage --instrumentation_filter=^//,-^//third_party","breadcrumbs":"Code Coverage » Recommended .bazelrc Settings","id":"171","title":"Recommended .bazelrc Settings"},"172":{"body":"When a rust_test target uses the crate attribute, Rust compiles the library source code directly into the test binary. Rules Rust automatically checks whether the underlying crate should be instrumented, so library code compiled into the test binary produces coverage data without needing --instrument_test_targets. Note: because the entire crate (including #[cfg(test)] code) is compiled as one unit, test-specific code in the crate will also be instrumented. This is a known inconsistency with the usual Bazel convention where test code is only instrumented when --instrument_test_targets is set.","breadcrumbs":"Code Coverage » rust_test with a crate attribute","id":"172","title":"rust_test with a crate attribute"},"173":{"body":"By default, Bazel excludes test targets from instrumentation. If you want coverage of the test code itself (not just the libraries it exercises), add: coverage --instrument_test_targets","breadcrumbs":"Code Coverage » --instrument_test_targets","id":"173","title":"--instrument_test_targets"},"174":{"body":"Flag Purpose --instrumentation_filter=<regex> Controls which targets are instrumented. Default: -/javatests[/:],-/test/java[/:] --instrument_test_targets Also instrument test targets. Not required for library coverage via rust_test with crate. --combined_report=lcov Produce a combined LCOV report (set by default with bazel coverage).","breadcrumbs":"Code Coverage » Flags Summary","id":"174","title":"Flags Summary"},"175":{"body":"rules_rust manages versions of things like rustc. If you want to manually run upstream tooling configured at the versions, plugins and such that rules_rust has configured, rules_rust exposes these as targets in @rules_rust//tools/upstream_wrapper: % bazel query @rules_rust//tools/upstream_wrapper\n@rules_rust//tools/upstream_wrapper:cargo\n@rules_rust//tools/upstream_wrapper:cargo_clippy\n@rules_rust//tools/upstream_wrapper:rustc\n@rules_rust//tools/upstream_wrapper:rustfmt You can run them via bazel run, e.g. bazel run @rules_rust//tools/upstream_wrapper:cargo -- check.","breadcrumbs":"Upstream Tooling » Upstream Tooling","id":"175","title":"Upstream Tooling"},"176":{"body":"","breadcrumbs":"IDE Integrations » IDE Integrations","id":"176","title":"IDE Integrations"},"177":{"body":"","breadcrumbs":"IDE Integrations » VSCode","id":"177","title":"VSCode"},"178":{"body":"The best intellisense integrations to date are documented for rust-analyzer . Please refer to this documentation for setup instructions.","breadcrumbs":"IDE Integrations » Intellisense","id":"178","title":"Intellisense"},"179":{"body":"rules_rust offers tooling to generate VSCode targets for running rust_binary and rust_test targets with a debugger in VSCode. Prerequisites Install CodeLLDB extension in VSCode. Generate Launch Configurations Generate VSCode launch.json for debugging all Rust targets in the current workspace: bazel run @rules_rust//tools/vscode:gen_launch_json To scope debug generated launch.json targets, query patterns can be passed: bazel run @rules_rust//tools/vscode:gen_launch_json -- //path/to/... Bazel targets should now be available for debugging via the \"Run and Debug\" menu.","breadcrumbs":"IDE Integrations » Debugging","id":"179","title":"Debugging"},"18":{"body":"","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config.bzl","id":"18","title":"rust_lint_config.bzl"},"180":{"body":"","breadcrumbs":"Extensions » Extensions","id":"180","title":"Extensions"},"181":{"body":"These rules are for using Bindgen to generate Rust bindings to C (and some C++) libraries.","breadcrumbs":"Extensions » bindgen » rules_rust_bindgen","id":"181","title":"rules_rust_bindgen"},"182":{"body":"rust_bindgen rust_bindgen_library rust_bindgen_toolchain","breadcrumbs":"Extensions » bindgen » Rules","id":"182","title":"Rules"},"183":{"body":"To use the Rust bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_bindgen\", version = \"{SEE_RELEASE_NOTES}\") rules_rust_bindgen does not automatically register a bindgen toolchain. You need to register either your own or the default toolchain by adding the following to your MODULE.bazel file: register_toolchains(\"@rules_rust_bindgen//:default_bindgen_toolchain\") The default toolchain builds libclang from source via the llvm-project bazel_dep. examples/bindgen_toolchain shows how to use a prebuilt libclang. Bindgen aims to be as hermetic as possible so will end up building libclang from llvm-project from source. If this is found to be undesirable, users should define their own repositories using something akin to crate_universe and define their own toolchains following the instructions for rust_bindgen_toolchain .","breadcrumbs":"Extensions » bindgen » Setup","id":"183","title":"Setup"},"184":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen\") rust_bindgen(name, bindgen_flags, cc_lib, clang_flags, header, merge_cc_lib_objects_into_rlib, wrap_static_fns) Generates a rust source file from a cc_library and a header. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. List of strings optional [] cc_lib The cc_library that contains the .h file. This is used to find the transitive includes. Label required clang_flags Flags to pass directly to the clang executable. List of strings optional [] header The .h file to generate bindings for. Label required merge_cc_lib_objects_into_rlib When True, objects from cc_lib will be copied into the rlib archive produced by the rust_library that depends on this rust_bindgen rule (using BuildInfo provider) Boolean optional True wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains). Boolean optional False","breadcrumbs":"Extensions » bindgen » rust_bindgen","id":"184","title":"rust_bindgen"},"185":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain(name, bindgen, clang, default_rustfmt, libclang, libstdcxx) The tools required for the rust_bindgen rule. This rule depends on the bindgen binary crate, and it in turn depends on both a clang binary and the clang library. These dependencies are provided by the @rules_rust_bindgen module extension when using Bzlmod. load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain( name = \"bindgen_toolchain_impl\", bindgen = \"//my/rust:bindgen\", clang = \"//my/clang:clang\", libclang = \"//my/clang:libclang.so\", libstdcxx = \"//my/cpp:libstdc++\",\n) toolchain( name = \"bindgen_toolchain\", toolchain = \"bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_bindgen//:toolchain_type\",\n) This toolchain will then need to be registered in the current WORKSPACE. For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen The label of a bindgen executable. Label optional None clang The label of a clang executable. Label optional None default_rustfmt If set, rust_bindgen targets will always format generated sources with rustfmt. Boolean optional True libclang A cc_library providing bindgen's runtime dependency on libclang. This attribute is required for hermeticity when bindgen is dynamically linked. If None, bindgen must be statically linked; else, system libraries will be used instead. Label optional None libstdcxx A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. Label optional None","breadcrumbs":"Extensions » bindgen » rust_bindgen_toolchain","id":"185","title":"rust_bindgen_toolchain"},"186":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_library\") rust_bindgen_library(name, header, cc_lib, bindgen_flags, bindgen_features, clang_flags, wrap_static_fns, **kwargs) Generates a rust source file for header, and builds a rust_library. Arguments are the same as rust_bindgen, and kwargs are passed directly to rust_library. PARAMETERS Name Description Default Value name A unique name for this target. none header The label of the .h file to generate bindings for. none cc_lib The label of the cc_library that contains the .h file. This is used to find the transitive includes. none bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. None bindgen_features The features attribute for the rust_bindgen target. None clang_flags Flags to pass directly to the clang executable. None wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains\", False kwargs Arguments to forward to the underlying rust_library rule. none","breadcrumbs":"Extensions » bindgen » rust_bindgen_library","id":"186","title":"rust_bindgen_library"},"187":{"body":"Bazel rules for mdBook .","breadcrumbs":"Extensions » mdbook » rules_rust_mdbook","id":"187","title":"rules_rust_mdbook"},"188":{"body":"mdbook mdbook_server mdbook_toolchain","breadcrumbs":"Extensions » mdbook » Rules","id":"188","title":"Rules"},"189":{"body":"bazel_dep(name = \"rules_rust_mdbook\", version = \"{SEE_RELEASE_NOTES}\")","breadcrumbs":"Extensions » mdbook » Setup","id":"189","title":"Setup"},"19":{"body":"load(\"@rules_rust//rust:rust_lint_config.bzl\", \"rust_lint_config\") rust_lint_config(name, clippy, rustc, rustc_check_cfg, rustdoc) Defines a group of lints that can be applied when building Rust targets. For example, you can define a single group of lints: load(\"@rules_rust//rust:defs.bzl\", \"rust_lint_config\") rust_lint_config( name = \"workspace_lints\", rustc = { \"unknown_lints\": \"allow\", \"unexpected_cfgs\": \"warn\", }, rustc_check_cfg = { \"bazel\": [], \"fuzzing\": [], \"mz_featutres\": [\"laser\", \"rocket\"], }, clippy = { \"box_default\": \"allow\", \"todo\": \"warn\", \"unused_async\": \"warn\", }, rustdoc = { \"unportable_markdown\": \"allow\", },\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required clippy Set of 'clippy' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc Set of 'rustc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc_check_cfg Set of 'cfg' names and list of values to expect. Dictionary: String -> List of strings optional {} rustdoc Set of 'rustdoc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {}","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config","id":"19","title":"rust_lint_config"},"190":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook\") mdbook(name, srcs, book, plugins) Rules to create book from markdown files using mdBook. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs All inputs to the book. List of labels optional [] book The book.toml file. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook","id":"190","title":"mdbook"},"191":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_server\") mdbook_server(name, book, hostname, port) Spawn an mdbook server for a given mdbook target. The server stages every input (including generated sources) into an isolated working directory before invoking mdbook serve, so the running book always reflects the bazel-built sources rather than the workspace checkout. For live-reload during development, add tags = [\"ibazel_notify_changes\"] and invoke with ibazel : mdbook_server( name = \"book_server\", book = \":book\", tags = [\"ibazel_notify_changes\"],\n) ibazel run //path/to:book_server ibazel will rebuild on source changes and signal the running server via stdin; the server re-stages the freshly built inputs and mdbook serve reloads any connected browsers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required book The mdbook target to serve. Label required hostname The default hostname to use (Can be overridden on the command line). String optional \"localhost\" port The default port to use (Can be overridden on the command line). String optional \"3000\"","breadcrumbs":"Extensions » mdbook » mdbook_server","id":"191","title":"mdbook_server"},"192":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_toolchain\") mdbook_toolchain(name, mdbook, plugins) A mdBook toolchain. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required mdbook A mdBook binary. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook_toolchain","id":"192","title":"mdbook_toolchain"},"193":{"body":"These build rules are used for building protobufs / gRPC in Rust with Bazel using Prost and Tonic","breadcrumbs":"Extensions » prost » rules_rust_prost","id":"193","title":"rules_rust_prost"},"194":{"body":"rust_prost_library rust_prost_toolchain","breadcrumbs":"Extensions » prost » Rules","id":"194","title":"Rules"},"195":{"body":"bazel_dep(name = \"rules_rust_prost\", version = \"{SEE_RELEASE_NOTES}\") The prost and tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. To setup the prost and tonic toolchain, please see the section Customizing prost and tonic Dependencies . For additional information about Bazel toolchains, see here . Customizing prost and tonic Dependencies These rules depend on the prost and tonic dependencies. To setup the necessary toolchain for these rules, you must define a toolchain with the prost , prost-types , tonic , protoc-gen-prost , and protoc-gen-tonic crates as well as the protoc binary. To get access to these crates, you can use the crate_universe repository rules. For example: load(\"//crate_universe:defs.bzl\", \"crate\", \"crates_repository\") crates_repository( name = \"crates_io\", annotations = { \"protoc-gen-prost\": [crate.annotation( gen_binaries = [\"protoc-gen-prost\"], patch_args = [ \"-p1\", ], patches = [ # Note: You will need to use this patch until a version greater than `0.2.2` of # `protoc-gen-prost` is released. \"@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch\", ], )], \"protoc-gen-tonic\": [crate.annotation( gen_binaries = [\"protoc-gen-tonic\"], )], }, cargo_lockfile = \"Cargo.Bazel.lock\", mode = \"remote\", packages = { \"prost\": crate.spec( version = \"0\", ), \"prost-types\": crate.spec( version = \"0\", ), \"protoc-gen-prost\": crate.spec( version = \"0\", ), \"protoc-gen-tonic\": crate.spec( version = \"0\", ), \"tonic\": crate.spec( version = \"0\", ), }, repository_name = \"rules_rust_prost\", tags = [\"manual\"],\n) You can then define a toolchain with the rust_prost_toolchain rule which uses the crates defined above. For example: load(\"@rules_rust//proto/prost:defs.bzl\", \"rust_prost_toolchain\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library_group\") rust_library_group( name = \"prost_runtime\", deps = [ \"@crates_io//prost\", ],\n) rust_library_group( name = \"tonic_runtime\", deps = [ \":prost_runtime\", \"@crates_io//tonic\", ],\n) rust_prost_toolchain( name = \"prost_toolchain_impl\", prost_plugin = \"@crates_io//protoc-gen-prost__protoc-gen-prost\", prost_runtime = \":prost_runtime\", prost_types = \"@crates_io//prost-types\", proto_compiler = \"@com_google_protobuf//:protoc\", tonic_plugin = \"@crates_io//protoc-gen-tonic__protoc-gen-tonic\", tonic_runtime = \":tonic_runtime\",\n) toolchain( name = \"prost_toolchain\", toolchain = \"prost_toolchain_impl\", toolchain_type = \"@rules_rust//proto/prost:toolchain_type\",\n) Lastly, you must register the toolchain in your MODULE.bazel file. For example: register_toolchains(\"//toolchains:prost_toolchain\")","breadcrumbs":"Extensions » prost » Setup","id":"195","title":"Setup"},"196":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\") rust_prost_library(name, proto) A rule for generating a Rust library using Prost. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proto A proto_library target for which to generate Rust gencode. Label required","breadcrumbs":"Extensions » prost » rust_prost_library","id":"196","title":"rust_prost_library"},"197":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_toolchain\") rust_prost_toolchain(name, compile_well_known_types, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag, prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin, tonic_plugin_flag, tonic_runtime) Rust Prost toolchain rule. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required compile_well_known_types Corresponds to prost_build's compile_well_known_types option. If set to False, well-known-types will not be compiled by prost, and instead rely on the provided Prost types crate. Boolean optional True include_transitive_deps Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. Boolean optional False prost_opts Additional options to add to Prost. List of strings optional [] prost_plugin The Prost protoc plugin (e.g. protoc-gen-prost) to invoke. Label required prost_plugin_flag Prost plugin flag format. (e.g. --plugin=protoc-gen-prost=%s) String optional \"--plugin=protoc-gen-prost=%s\" prost_runtime The Prost runtime crates to use. Label required prost_types The Prost types crates to use. Label required proto_compiler The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. Label optional None tonic_opts Additional options to add to Tonic. List of strings optional [] tonic_plugin The Tonic protoc plugin (e.g. protoc-gen-tonic) to invoke. Label optional None tonic_plugin_flag Tonic plugin flag format. (e.g. --plugin=protoc-gen-tonic=%s)) String optional \"--plugin=protoc-gen-tonic=%s\" tonic_runtime The Tonic runtime crates to use. Label optional None","breadcrumbs":"Extensions » prost » rust_prost_toolchain","id":"197","title":"rust_prost_toolchain"},"198":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_transform\") rust_prost_transform(name, deps, srcs, crate_name, prost_opts, tonic_opts) A rule for transforming the outputs of ProstGenProto actions. This rule is used by adding it to the data attribute of proto_library targets. E.g. load(\"@rules_proto//proto:defs.bzl\", \"proto_library\")\nload(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\", \"rust_prost_transform\") rust_prost_transform( name = \"a_transform\", srcs = [ \"a_src.rs\", ],\n) proto_library( name = \"a_proto\", srcs = [ \"a.proto\", ], data = [ \":a_transform\", ],\n) rust_prost_library( name = \"a_rs_proto\", proto = \":a_proto\",\n) The rust_prost_library will spawn an action on the a_proto target which consumes the a_transform rule to provide a means of granularly modifying a proto library for ProstGenProto actions with minimal impact to other consumers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Additional dependencies to add to the compiled crate. List of labels optional [] srcs Additional source files to include in generated Prost source code. List of labels optional [] crate_name The name of the crate generated by Prost. This is used to override the default name which is the name of the proto_library target. String optional \"\" prost_opts Additional options to add to Prost. List of strings optional [] tonic_opts Additional options to add to Tonic. List of strings optional []","breadcrumbs":"Extensions » prost » rust_prost_transform","id":"198","title":"rust_prost_transform"},"199":{"body":"","breadcrumbs":"Extensions » pyo3 » rules_rust_pyo3","id":"199","title":"rules_rust_pyo3"},"2":{"body":"To use a particular version of the Rust compiler, pass that version to the toolchain method of the rust extension, like this: rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = \"2024\", versions = [ \"1.85.0\" ],\n) As well as an exact version, versions can accept nightly/{iso_date} and beta/{iso_date} strings for toolchains from different release channels, as in rust.toolchain( edition = \"2021\", versions = [ \"nightly/1.85.0\" ],\n) By default, a stable and nightly toolchain will be registered if no toolchain method is called (and thus no specific versions are registered). However, if only 1 version is passed and it is from the nightly or beta release channels (i.e. not stable), then the following build setting flag must be present, either on the command line or set in the project's .bazelrc file: build --@rules_rust//rust/toolchain/channel=nightly Failure to do so will result in rules attempting to match a stable toolchain when one was not registered, thus raising an error.","breadcrumbs":"Introduction » Specifying Rust version","id":"2","title":"Specifying Rust version"},"20":{"body":"rust_cdylib_library load(\"@rules_rust//rust:rust_cdylib_library.bzl\", \"rust_cdylib_library\") rust_cdylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_cdylib_library » rust_cdylib_library","id":"20","title":"rust_cdylib_library"},"200":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_toolchain\") pyo3_toolchain(name) Define a toolchain which generates config data for the PyO3 for producing extension modules on any target platform. Note that this toolchain expects the pyo3 crate to be built with the following features: abi3 abi3-py3* (e.g abi3-py311) extension-module When using rules_rust's crate_universe , this data can be plubmed into the target using the following snippet. annotations = { \"pyo3-build-config\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ], \"pyo3-ffi\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ],\n}, ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required","breadcrumbs":"Extensions » pyo3 » pyo3_toolchain","id":"200","title":"pyo3_toolchain"},"201":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"rust_pyo3_toolchain\") rust_pyo3_toolchain(name, pyo3, pyo3_introspection) Define a toolchain for PyO3 Rust dependencies which power internal rules. This toolchain is how the rules know which version of pyo3 to link against. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required pyo3 The PyO3 library. Label required pyo3_introspection The PyO3 introspection library. Label required","breadcrumbs":"Extensions » pyo3 » rust_pyo3_toolchain","id":"201","title":"rust_pyo3_toolchain"},"202":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_extension\") pyo3_extension(*, name, srcs, aliases, compile_data, crate_features, crate_root, data, deps, edition, imports, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, stubs, version, compilation_mode, module_name, **kwargs) Define a PyO3 python extension module. This target is consumed just as a py_library would be. PARAMETERS Name Description Default Value name The name of the target. none srcs List of Rust .rs source files used to build the library. For more details see rust_shared_library . none aliases Remap crates to a new name or moniker for linkage to this target. For more details see rust_shared_library . {} compile_data List of files used by this rule at compile time. For more details see rust_shared_library . [] crate_features List of features to enable for this crate. For more details see rust_shared_library . [] crate_root The file that will be passed to rustc to be used for building this crate. For more details see rust_shared_library . None data List of files used by this rule at compile time and runtime. For more details see rust_shared_library . [] deps List of other libraries to be linked to this library target. For more details see rust_shared_library . [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. For more details see rust_shared_library . None imports List of import directories to be added to the PYTHONPATH. For more details see py_library.imports . [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. For more details see rust_shared_library . [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. For more details see rust_shared_library . {} rustc_env_files Files containing additional environment variables to set for rustc. For more details see rust_shared_library . [] rustc_flags List of compiler flags passed to rustc. For more details see rust_shared_library . [] stubs Whether or not to generate stubs (.pyi file) for the module. None version A version to inject in the cargo environment variable. For more details see rust_shared_library . None compilation_mode The compilation_mode value to build the extension for. If set to \"current\", the current configuration will be used. \"opt\" module_name A full dotted Python module path implemented by this extension (e.g. foo.bar). None kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » pyo3 » pyo3_extension","id":"202","title":"pyo3_extension"},"203":{"body":"Bazel rules for generating wasm modules for Javascript using wasm-bindgen .","breadcrumbs":"Extensions » wasm_bindgen » rules_rust_wasm_bindgen","id":"203","title":"rules_rust_wasm_bindgen"},"204":{"body":"rust_wasm_bindgen rust_wasm_bindgen_toolchain","breadcrumbs":"Extensions » wasm_bindgen » Rules","id":"204","title":"Rules"},"205":{"body":"To begin using the wasm-bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_wasm_bindgen\", version = \"{SEE_RELEASE_NOTES}\") This should enable users to start using the rust_wasm_bindgen rule. However, it's common to want to control the version of wasm-bindgen in the workspace instead of relying on the one provided by rules_rust. In this case, users should use the rust_wasm_bindgen_toolchain rule to define their own toolchains to register.","breadcrumbs":"Extensions » wasm_bindgen » Setup","id":"205","title":"Setup"},"206":{"body":"Rules for doing so can be found at rules_js_rust_wasm_bindgen","breadcrumbs":"Extensions » wasm_bindgen » Interfacing with Javascript rules","id":"206","title":"Interfacing with Javascript rules"},"207":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen\") rust_wasm_bindgen(name, bindgen_flags, out_name, target, target_arch, wasm_file) Generates javascript and typescript bindings for a webassembly module using wasm-bindgen . An example of this rule in use can be seen at @rules_rust//examples/wasm ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. List of strings optional [] out_name Set a custom output filename (Without extension. Defaults to target name). String optional \"\" target The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. String optional \"bundler\" target_arch The target architecture to use for the wasm-bindgen command line option. String optional \"wasm32\" wasm_file The .wasm crate to generate bindings for. Label required","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen","id":"207","title":"rust_wasm_bindgen"},"208":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain(name, browser, browser_type, wasm_bindgen_cli, wasm_bindgen_test, wasm_bindgen_test_runner, webdriver, webdriver_args, webdriver_json) The tools required for the rust_wasm_bindgen rule. In cases where users want to control or change the version of wasm-bindgen used by rust_wasm_bindgen , a unique toolchain can be created as in the example below: load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain( wasm_bindgen_cli = \"//3rdparty/crates:wasm_bindgen_cli__bin\",\n) toolchain( name = \"wasm_bindgen_toolchain\", toolchain = \"wasm_bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_wasm_bindgen//:toolchain_type\",\n) Now that you have your own toolchain, you need to register it by inserting the following statement in your WORKSPACE file: register_toolchains(\"//my/toolchains:wasm_bindgen_toolchain\") For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required browser The browser entrypoint. Label optional None browser_type The type of browser provided. String optional \"\" wasm_bindgen_cli The label of a wasm-bindgen-cli executable. Label optional None wasm_bindgen_test The label of a wasm-bindgen-test crate. Label optional None wasm_bindgen_test_runner The label of a wasm-bindgen-test-runner binary. Label optional None webdriver The webdriver to use. Label optional None webdriver_args Arguments to pass to the webdriver binary. List of strings optional [] webdriver_json The webdriver.json config file for wasm-bindgen-test. Label optional None","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_toolchain","id":"208","title":"rust_wasm_bindgen_toolchain"},"209":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"RustWasmBindgenInfo\") RustWasmBindgenInfo(js, root, snippets, ts, wasm) Info about wasm-bindgen outputs. FIELDS Name Description js Depset[File]: The Javascript files produced by wasm-bindgen. root str: The path to the root of the wasm-bindgen --out-dir directory. snippets File: The snippets directory produced by wasm-bindgen. ts Depset[File]: The Typescript files produced by wasm-bindgen. wasm File: The .wasm file generated by wasm-bindgen.","breadcrumbs":"Extensions » wasm_bindgen » RustWasmBindgenInfo","id":"209","title":"RustWasmBindgenInfo"},"21":{"body":"rust_dylib_library load(\"@rules_rust//rust:rust_dylib_library.bzl\", \"rust_dylib_library\") rust_dylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, link_std_dylib, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a shared library using the unstable Rust ABI. This library can be depended on by other Rust targets via --extern, making it suitable for splitting a Rust project into separately compiled dynamic libraries. Note that the Rust ABI is not stable across compiler versions. This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. Note : When dynamic libraries are listed as dependencies for other Rust binaries they can induce errors from multiply defined symbols, causing linker errors in rustc. Some libraries in the dependency graph may need to be converted to dynamic libraries, and/or have the standard library dynamically linked (link_std_dylib) to avoid this. These rules do not attempt to resolve these linking issues automatically. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this library.Default is true. This is typically required for Rust ABI dylibs so that the stdlib is shared with the binary that loads them, avoiding duplicate symbols. Boolean optional True lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_dylib_library » rust_dylib_library","id":"21","title":"rust_dylib_library"},"210":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_test\") rust_wasm_bindgen_test(*, name, aliases, compile_data, crate_features, data, edition, env, env_inherit, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, target_arch, version, wasm, tags, **kwargs) \"A test rule for running wasm-bindgen tests .\" PARAMETERS Name Description Default Value name A unique name for this target. none aliases Remap crates to a new name or moniker for linkage to this target. {} compile_data List of files used by this rule at compile time. [] crate_features List of features to enable for this crate. [] data List of files used by this rule at compile time and runtime. [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. None env Specifies additional environment variables to set when the test is executed by bazel test. {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. {} rustc_env_files Files containing additional environment variables to set for rustc. [] rustc_flags List of compiler flags passed to rustc. [] target_arch The target architecture to use for the wasm-bindgen command line option. None version A version to inject in the cargo environment variable. \"0.0.0\" wasm The wasm target to test. None tags Tags to apply to the target. [] kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_test","id":"210","title":"rust_wasm_bindgen_test"},"22":{"body":"","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro.bzl","id":"22","title":"rust_proc_macro.bzl"},"23":{"body":"load(\"@rules_rust//rust:rust_proc_macro.bzl\", \"rust_proc_macro\") rust_proc_macro(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust proc-macro crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro","id":"23","title":"rust_proc_macro"},"24":{"body":"","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library.bzl","id":"24","title":"rust_shared_library.bzl"},"25":{"body":"load(\"@rules_rust//rust:rust_shared_library.bzl\", \"rust_shared_library\") rust_shared_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library","id":"25","title":"rust_shared_library"},"26":{"body":"","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library.bzl","id":"26","title":"rust_static_library.bzl"},"27":{"body":"load(\"@rules_rust//rust:rust_static_library.bzl\", \"rust_static_library\") rust_static_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, link_deps, lint_config, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust static library. This static library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce an archive that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library","id":"27","title":"rust_static_library"},"28":{"body":"","breadcrumbs":"Rules » rust » rust_test » rust_test.bzl","id":"28","title":"rust_test.bzl"},"29":{"body":"load(\"@rules_rust//rust:rust_test.bzl\", \"rust_test\") rust_test(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate, crate_features, crate_name, crate_root, edition, env, env_inherit, experimental_use_cc_common_link, link_deps, link_std_dylib, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, use_libtest_harness, version, zself_profile_events) Builds a Rust test crate. Examples: Suppose you have the following directory structure for a Rust library crate with unit test code in the library sources: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) -> String { format!(\"{} {}\", &self.greeting, thing) }\n} #[cfg(test)]\nmod test { use super::Greeter; #[test] fn test_greeting() { let hello = Greeter::new(\"Hi\"); assert_eq!(\"Hi Rust\", hello.greet(\"Rust\")); }\n} To build and run the tests, simply add a rust_test rule with no srcs and only depends on the hello_lib rust_library target via the crate attribute: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"hello_lib_test\", crate = \":hello_lib\", # You may add other deps that are specific to the test configuration deps = [\"//some/dev/dep\"],\n) Run the test with bazel test //hello_lib:hello_lib_test.","breadcrumbs":"Rules » rust » rust_test » rust_test","id":"29","title":"rust_test"},"3":{"body":"The oldest version of Bazel the main branch is tested against is 7.4.1. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support. We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.","breadcrumbs":"Introduction » Supported bazel versions","id":"3","title":"Supported bazel versions"},"30":{"body":"Integration tests that live in the tests directory , they are essentially built as separate crates. Suppose you have the following directory structure where greeting.rs is an integration test for the hello_lib library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs tests/ greeting.rs hello_lib/tests/greeting.rs: extern crate hello_lib; use hello_lib; #[test]\nfn test_greeting() { let hello = greeter::Greeter::new(\"Hello\"); assert_eq!(\"Hello world\", hello.greeting(\"world\"));\n} To build the greeting.rs integration test, simply add a rust_test target with greeting.rs in srcs and a dependency on the hello_lib target: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Run the test with bazel test //hello_lib:greeting_test. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate Target inline tests declared in the given crateThese tests are typically those that would be held out under #[cfg(test)] declarations. Label optional None crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the test is executed by bazel test. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution. Dictionary: String -> String optional {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. List of strings optional [] experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this test.Default is false. This is often required when testing a target that depends on a Rust ABI dylib. Boolean optional False lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None use_libtest_harness Whether to use libtest. For targets using this flag, individual tests can be run by using the --test_arg flag. E.g. bazel test //src:rust_test --test_arg=foo::test::test_fn. Boolean optional True version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_test » Example: test directory","id":"30","title":"Example: test directory"},"31":{"body":"","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite.bzl","id":"31","title":"rust_test_suite.bzl"},"32":{"body":"load(\"@rules_rust//rust:rust_test_suite.bzl\", \"rust_test_suite\") rust_test_suite(name, srcs, shared_srcs, **kwargs) A rule for creating a test suite for a set of rust_test targets. This rule can be used for setting up typical rust integration tests . Given the following directory structure: [crate]/ BUILD.bazel src/ lib.rs main.rs tests/ integrated_test_a.rs integrated_test_b.rs integrated_test_c.rs patterns/ fibonacci_test.rs helpers/ mod.rs The rule can be used to generate rust_test targets for each source file under tests and a test_suite which encapsulates all tests. load(\"//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rust_test_suite\") rust_library( name = \"math_lib\", srcs = [\"src/lib.rs\"],\n) rust_binary( name = \"math_bin\", srcs = [\"src/main.rs\"],\n) rust_test_suite( name = \"integrated_tests_suite\", srcs = glob([\"tests/**\"]), shared_srcs=glob([\"tests/helpers/**\"]), deps = [\":math_lib\"],\n) PARAMETERS Name Description Default Value name The name of the test_suite. none srcs All test sources, typically glob([\"tests/**/*.rs\"]). none shared_srcs Optional argument for sources shared among tests, typically helper functions. [] kwargs Additional keyword arguments for the underlying rust_test targets. The tags argument is also passed to the generated test_suite target. none","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite","id":"32","title":"rust_test_suite"},"33":{"body":"Clippy is a tool for catching common mistakes in Rust code and improving it. An expansive list of lints and the justification can be found in their documentation .","breadcrumbs":"Rules » clippy » Clippy","id":"33","title":"Clippy"},"34":{"body":"Simply add the following to the .bazelrc file in the root of your workspace: build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect\nbuild --output_groups=+clippy_checks This will enable clippy on all Rust targets . Note that targets tagged with no-clippy will not perform clippy checks. To use a local clippy.toml, add the following flag to your .bazelrc. Note that due to the upstream implementation of clippy, this file must be named either .clippy.toml or clippy.toml. Using a custom config file requires Rust 1.34.0 or newer. build --@rules_rust//rust/settings:clippy.toml=//:clippy.toml","breadcrumbs":"Rules » clippy » Setup","id":"34","title":"Setup"},"35":{"body":"rust_clippy — Rule that runs clippy-driver against a Rust target and fails the build on lint findings. Attach one per target for explicit gating. rust_clippy_aspect — Aspect form of the above. Attach in .bazelrc (as shown in Setup) to run clippy across every Rust target in the build. rust_clippy_test — Test rule that reports clippy findings as test failures, useful in CI where a failing test is more visible than a failing build.","breadcrumbs":"Rules » clippy » Rules","id":"35","title":"Rules"},"36":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy.bzl","id":"36","title":"rust_clippy.bzl"},"37":{"body":"load(\"@rules_rust//rust:rust_clippy.bzl\", \"rust_clippy\") rust_clippy(name, deps) Executes the clippy checker on a specific target. Similar to rust_clippy_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust clippy can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_clippy\") rust_clippy( name = \"hello_library_clippy\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ],\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run clippy on. List of labels optional []","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy","id":"37","title":"rust_clippy"},"38":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect.bzl","id":"38","title":"rust_clippy_aspect.bzl"},"39":{"body":"load(\"@rules_rust//rust:rust_clippy_aspect.bzl\", \"rust_clippy_aspect\") rust_clippy_aspect() Executes the clippy checker on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be analyzed with clippy using the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=clippy_checks //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect","id":"39","title":"rust_clippy_aspect"},"4":{"body":"We aim to support Linux and macOS. We do not have sufficient maintainer expertise to support Windows. Most things probably work, but we have had to disable many tests in CI because we lack the expertise to fix them. We welcome contributions to help improve its support.","breadcrumbs":"Introduction » Supported platforms","id":"4","title":"Supported platforms"},"40":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test.bzl","id":"40","title":"rust_clippy_test.bzl"},"41":{"body":"load(\"@rules_rust//rust:rust_clippy_test.bzl\", \"rust_clippy_test\") rust_clippy_test(name, platform, targets, transitive) A test rule that runs clippy over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The clippy actions run during the build phase, so a clippy failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the clippy_checks output group, so bazel build //x:my_clippy_test --output_groups=clippy_checks drives the clippy actions without running the test. When capture_clippy_output or clippy_output_diagnostics is set globally clippy exits 0 even on real issues; in that case the runner inspects the captured stderr / JSON diagnostics and reports the verdict. An optional platform attribute transitions targets to the given platform before running clippy. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_clippy_test\", \"rust_library\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rust_clippy_test( name = \"clippy_app_only_test\", targets = [\":app\"],\n) rust_clippy_test( name = \"clippy_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_clippy, no_lint, nolint, or noclippy are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run clippy on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test","id":"41","title":"rust_clippy_test"},"42":{"body":"Rustfmt is a tool for formatting Rust code according to style guidelines. By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process . A complete list of all configuration options can be found in the Rustfmt GitHub Pages .","breadcrumbs":"Rules » rustfmt » Rustfmt","id":"42","title":"Rustfmt"},"43":{"body":"Formatting your Rust targets' source code requires no setup outside of loading rules_rust in your workspace. Simply run bazel run @rules_rust//:rustfmt to format source code. The runner accepts two sets of arguments separated by a trailing --: bazel run @rules_rust//:rustfmt -- <runner args> -- <rustfmt args> Arguments before the separator scope which packages/targets are formatted (e.g. //my/pkg/...). Arguments after the separator are forwarded directly to rustfmt. To pass only rustfmt flags, use an empty runner arg list: bazel run @rules_rust//:rustfmt -- -- --check In addition to this formatter, a simple check can be performed using the rustfmt_aspect aspect by running: bazel build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect --output_groups=rustfmt_checks Add the following to a .bazelrc file to enable this check during the build phase: build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect\nbuild --output_groups=+rustfmt_checks It's recommended to only enable this aspect in your CI environment so formatting issues do not impact users' ability to rapidly iterate on changes. The rustfmt_aspect also uses a --@rules_rust//rust/settings:rustfmt.toml setting which determines the configuration file used by the formatter (@rules_rust//tools/rustfmt) and the aspect. This flag can be added to your .bazelrc file to ensure a consistent config file is used whenever rustfmt is run: build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml","breadcrumbs":"Rules » rustfmt » Setup","id":"43","title":"Setup"},"44":{"body":"rustfmt_aspect — Aspect that runs rustfmt --check on every Rust target in the build. Attach in .bazelrc (as shown in Setup) to gate CI on formatting. rustfmt_test — Test rule that reports rustfmt findings as a test failure for a specific target.","breadcrumbs":"Rules » rustfmt » Rules","id":"44","title":"Rules"},"45":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect.bzl","id":"45","title":"rustfmt_aspect.bzl"},"46":{"body":"load(\"@rules_rust//rust:rustfmt_aspect.bzl\", \"rustfmt_aspect\") rustfmt_aspect() This aspect is used to gather information about a crate for use in rustfmt and perform rustfmt checks Output Groups: rustfmt_checks: Executes rustfmt --check on the specified target. The build setting @rules_rust//rust/settings:rustfmt.toml is used to control the Rustfmt configuration settings used at runtime. This aspect is executed on any target which provides the CrateInfo provider. However users may tag a target with no-rustfmt or no-format to have it skipped. Additionally, generated source files are also ignored by this aspect. ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect","id":"46","title":"rustfmt_aspect"},"47":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test.bzl","id":"47","title":"rustfmt_test.bzl"},"48":{"body":"load(\"@rules_rust//rust:rustfmt_test.bzl\", \"rustfmt_test\") rustfmt_test(name, platform, targets, transitive) A test rule that runs rustfmt --check over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The rustfmt actions run during the build phase, so a formatting failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the rustfmt_checks output group, so bazel build //x:my_fmt_test --output_groups=rustfmt_checks drives the rustfmt actions without running the test. An optional platform attribute transitions targets to the given platform before running rustfmt. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rustfmt_test\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rustfmt_test( name = \"fmt_app_only_test\", targets = [\":app\"]\n) rustfmt_test( name = \"fmt_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_format, no_rustfmt, or norustfmt are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run rustfmt --check on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test","id":"48","title":"rustfmt_test"},"49":{"body":"Rustdoc is Rust's built-in documentation generator. It reads the /// and //! doc comments in your source and produces browsable HTML — the same tooling that generates the standard library docs and every crate on docs.rs .","breadcrumbs":"Rules » rustdoc » Rustdoc","id":"49","title":"Rustdoc"},"5":{"body":"rust : standard rust rules for building and testing libraries and binaries. rustdoc : rules for generating and testing rust documentation. clippy : rules for running clippy . rustfmt : rules for running rustfmt . cargo : Rules dedicated to Cargo compatibility. ie: build.rs scripts . crate_universe : Rules for generating Bazel targets for external crate dependencies.","breadcrumbs":"Rules » Rules","id":"5","title":"Rules"},"50":{"body":"rust_doc — Build HTML documentation for a rust_library, rust_binary, or rust_proc_macro target. Output is a directory tree suitable for hosting on a static site. rust_doc_test — Compile and run the code samples embedded in a crate's doc comments as tests, matching Cargo's cargo test --doc behavior.","breadcrumbs":"Rules » rustdoc » Rules","id":"50","title":"Rules"},"51":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc.bzl","id":"51","title":"rust_doc.bzl"},"52":{"body":"load(\"@rules_rust//rust:rust_doc.bzl\", \"rust_doc\") rust_doc(name, crate, crate_features, html_after_content, html_before_content, html_in_header, markdown_css, rustc_flags, rustdoc_flags) Generates code documentation. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs To build rustdoc documentation for the hello_lib crate, define a rust_doc rule that depends on the the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc( name = \"hello_lib_doc\", crate = \":hello_lib\",\n) Running bazel build //hello_lib:hello_lib_doc will build a zip file containing the documentation for the hello_lib library crate generated by rustdoc. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required crate The label of the target to generate code documentation for.rust_doc can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] html_after_content File to add in <body>, after content. Label optional None html_before_content File to add in <body>, before content. Label optional None html_in_header File to add to <head>. Label optional None markdown_css CSS files to include via <link> in a rendered Markdown file. List of labels optional [] rustc_flags Deprecated : use rustdoc_flags instead List of strings optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc","id":"52","title":"rust_doc"},"53":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test.bzl","id":"53","title":"rust_doc_test.bzl"},"54":{"body":"load(\"@rules_rust//rust:rust_doc_test.bzl\", \"rust_doc_test\") rust_doc_test(name, deps, crate, crate_features, proc_macro_deps, rustdoc_flags) Runs Rust documentation tests. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/\nWORKSPACE\nhello_lib/ BUILD src/ lib.rs To run documentation tests for the hello_lib crate, define a rust_doc_test target that depends on the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc_test( name = \"hello_lib_doc_test\", crate = \":hello_lib\",\n) Running bazel test //hello_lib:hello_lib_doc_test will run all documentation tests for the hello_lib library crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other libraries to be linked to this library target.These can be either other rust_library targets or cc_library targets if linking a native library. List of labels optional [] crate The label of the target to generate code documentation for. rust_doc_test can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test","id":"54","title":"rust_doc_test"},"55":{"body":"Rules for interoperating with tooling from the Cargo ecosystem — most importantly, Cargo build.rs scripts . These rules let a Bazel build consume the same crate-side conventions that Cargo uses (build scripts, generated env vars, [lints] tables) without switching build systems.","breadcrumbs":"Rules » cargo » Cargo","id":"55","title":"Cargo"},"56":{"body":"cargo_build_script — Compile and run a crate's build.rs at build time, then feed the emitted cargo:* directives (env vars, link args, rerun-if-changed inputs) into consumers of the crate. cargo_env — Helper that returns Cargo's standard CARGO_* env-var dict, used by rules that need to reproduce Cargo's compilation environment. extract_cargo_lints — Read the [lints] table from a Cargo.toml and produce a rust_lint_config target from it, so Cargo-defined lints apply to Bazel-built crates.","breadcrumbs":"Rules » cargo » Rules","id":"56","title":"Rules"},"57":{"body":"","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script.bzl","id":"57","title":"cargo_build_script.bzl"},"58":{"body":"load(\"@rules_rust//cargo:cargo_build_script.bzl\", \"cargo_build_script\") cargo_build_script(*, name, edition, crate_name, crate_root, root_path, srcs, crate_features, version, deps, link_deps, proc_macro_deps, build_script_env, build_script_env_files, emit_warnings, use_cc_toolchain, use_default_shell_env, data, compile_data, tools, links, rundir, rustc_env, rustc_env_files, rustc_flags, visibility, tags, aliases, pkg_name, **kwargs) Compile and execute a rust build script to generate build attributes This rules take the same arguments as rust_binary. Example: Suppose you have a crate with a cargo build script build.rs: [workspace]/ hello_lib/ BUILD build.rs src/ lib.rs Then you want to use the build script in the following: hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_build_script\") # This will run the build script from the root of the workspace, and\n# collect the outputs.\ncargo_build_script( name = \"build_script\", srcs = [\"build.rs\"], # Optional environment variables passed during build.rs compilation rustc_env = { \"CARGO_PKG_VERSION\": \"0.1.2\", }, # Optional environment variables passed during build.rs execution. # Note that as the build script's working directory is not execroot, # execpath/location will return an absolute path, instead of a relative # one. build_script_env = { \"SOME_TOOL_OR_FILE\": \"$(execpath @tool//:binary)\" }, # Optional data/tool dependencies data = [\"@tool//:binary\"],\n) rust_library( name = \"hello_lib\", srcs = [ \"src/lib.rs\", ], deps = [\":build_script\"],\n) The hello_lib target will be build with the flags and the environment variables declared by the build script in addition to the file generated by it. PARAMETERS Name Description Default Value name The name for the underlying rule. This should be the name of the package being compiled, optionally with a suffix of _bs. Otherwise, you can set the package name via pkg_name. none edition The rust edition to use for the internal binary crate. None crate_name Crate name to use for build script. None crate_root The file that will be passed to rustc to be used for building this crate. None root_path The path to the crate root within a directory artifact passed in srcs. None srcs Source files of the crate to build. Passing source files here can be used to trigger rebuilds when changes are made. [] crate_features A list of features to enable for the build script. [] version The semantic version (semver) of the crate. None deps The build-dependencies of the crate. [] link_deps The subset of the (normal) dependencies of the crate that have the links attribute and therefore provide environment variables to this build script. [] proc_macro_deps List of rust_proc_macro targets used to build the script. [] build_script_env Environment variables for build scripts. {} build_script_env_files Files containing additional environment variables to set when running the build script. [] emit_warnings Whether to forward cargo::warning= lines from the build script to stderr. Honored only when @rules_rust//cargo/settings:emit_build_script_warnings is auto (the default); set the flag to on or off to override every target. True use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script.When enabled, the resolved cc_toolchain's all_files are added to the action inputs and the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables are populated from that toolchain (matching Cargo's normal behavior). Disabling this can significantly shrink build script action input trees (particularly with hermetic sysroots) but breaks any build script that needs to compile C/C++ code. If unset the global setting @rules_rust//cargo/settings:use_cc_toolchain will be used to determine this value. None use_default_shell_env Whether or not to include the default shell environment for the build script action. If unset the global setting @rules_rust//cargo/settings:use_default_shell_env will be used to determine this value. None data Files needed by the build script. [] compile_data Files needed for the compilation of the build script. [] tools Tools (executables) needed by the build script. [] links Name of the native library this crate links against. None rundir A directory to cd to before the cargo_build_script is run. This should be a path relative to the exec root.The default behaviour (and the behaviour if rundir is set to the empty string) is to change to the relative path corresponding to the cargo manifest directory, which replicates the normal behaviour of cargo so it is easy to write compatible build scripts.If set to ., the cargo build script will run in the exec root. None rustc_env Environment variables to set in rustc when compiling the build script. {} rustc_env_files Files containing additional environment variables to set for rustc when building the build script. [] rustc_flags List of compiler flags passed to rustc. [] visibility Visibility to apply to the generated build script output. None tags (list of str, optional): Tags to apply to the generated build script output. None aliases Remap crates to a new name or moniker for linkage to this target. These are other rust_library targets and will be presented as the new name given. None pkg_name Override the package name used for the build script. This is useful if the build target name gets too long otherwise. None kwargs Forwards to the underlying rust_binary rule. An exception is the compatible_with attribute, which shouldn't be forwarded to the rust_binary, as the rust_binary is only built and used in exec mode. We propagate the compatible_with attribute to the _build_script_run target. none","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script","id":"58","title":"cargo_build_script"},"59":{"body":"","breadcrumbs":"Rules » cargo » cargo_env » cargo_env.bzl","id":"59","title":"cargo_env.bzl"},"6":{"body":"rust_analyzer : rules for generating rust-project.json files for rust-analyzer","breadcrumbs":"Rules » Experimental rules","id":"6","title":"Experimental rules"},"60":{"body":"load(\"@rules_rust//cargo:cargo_env.bzl\", \"cargo_env\") cargo_env(env) A helper for generating platform specific environment variables load(\"@rules_rust//rust:defs.bzl\", \"rust_common\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_bootstrap_repository\", \"cargo_env\") cargo_bootstrap_repository( name = \"bootstrapped_bin\", cargo_lockfile = \"//:Cargo.lock\", cargo_toml = \"//:Cargo.toml\", srcs = [\"//:resolver_srcs\"], version = rust_common.default_version, binary = \"my-crate-binary\", env = { \"x86_64-unknown-linux-gnu\": cargo_env({ \"FOO\": \"BAR\", }), }, env_label = { \"aarch64-unknown-linux-musl\": cargo_env({ \"DOC\": \"//:README.md\", }), }\n) PARAMETERS Name Description Default Value env A map of environment variables none RETURNS str: A json encoded string of the environment variables","breadcrumbs":"Rules » cargo » cargo_env » cargo_env","id":"60","title":"cargo_env"},"61":{"body":"","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints.bzl","id":"61","title":"extract_cargo_lints.bzl"},"62":{"body":"load(\"@rules_rust//cargo:extract_cargo_lints.bzl\", \"extract_cargo_lints\") extract_cargo_lints(name, manifest, workspace) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required manifest Cargo.toml to read lints from. Label required workspace Workspace Cargo.toml that the manifest Cargo.toml inherits from. Label optional None","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints","id":"62","title":"extract_cargo_lints"},"63":{"body":"rules_rust ships a one-shot installer that configures rust-analyzer to use the project's Bazel toolchain. After setup, rust-analyzer, the proc-macro server, and rustfmt all come from Bazel — no host Rust install required.","breadcrumbs":"Rules » rust_analyzer » Rust Analyzer","id":"63","title":"Rust Analyzer"},"64":{"body":"Pick your editor below. Each runs the same setup tool with a different subcommand — setup is re-runnable any time.","breadcrumbs":"Rules » rust_analyzer » Quick start","id":"64","title":"Quick start"},"65":{"body":"Install the rust-analyzer extension . bazel run @rules_rust//tools/rust_analyzer:setup -- vscode Reload the VSCode window. .vscode/settings.json is always written; a *.code-workspace at the workspace root is picked up too. Existing user keys and comments survive re-runs, so .vscode/settings.json and .code-workspace are safe to commit. Add the launcher dir to .gitignore: .vscode/.rules_rust_analyzer/ Re-run setup after a toolchain change (rustup update, MODULE.bazel edit, bazel clean --expunge).","breadcrumbs":"Rules » rust_analyzer » VSCode","id":"65","title":"VSCode"},"66":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- neovim Prints an nvim-lspconfig Lua snippet to stdout. Paste it into your init.lua (or pipe to a file you require). Restart Neovim. For rustaceanvim users: pass the printed cmd and settings table through its server option (vim.g.rustaceanvim = { server = { cmd = ..., settings = ... } }).","breadcrumbs":"Rules » rust_analyzer » Neovim","id":"66","title":"Neovim"},"67":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- helix Prints a languages.toml snippet. Paste it into <workspace>/.helix/languages.toml. Restart Helix.","breadcrumbs":"Rules » rust_analyzer » Helix","id":"67","title":"Helix"},"68":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- print Prints a generic JSON snippet using the rust-analyzer.* keys VSCode uses. coc.nvim reads them via coc-settings.json (open with :CocConfig); vim-lsp / ALE / LanguageClient-neovim accept the same keys via plugin-specific config files.","breadcrumbs":"Rules » rust_analyzer » Other editors (coc.nvim, vim-lsp, ALE, etc.)","id":"68","title":"Other editors (coc.nvim, vim-lsp, ALE, etc.)"},"69":{"body":"Re-runnable at any time. Global flags work on any subcommand. Flag Effect --skip-proc-macro-server Don't manage the proc-macro key. --skip-rustfmt Don't manage the formatter key (use host rustfmt). --per-package-workspaces / --no-per-package-workspaces Opt this developer in/out of per-package workspace splitting (see below). --clippy / --no-clippy Opt this developer in/out of running clippy on save and streaming its diagnostics alongside rustc's. --clean Delete <launcher-dir>/cache/ before running the rest of setup. See Troubleshooting. The --clippy and --per-package-workspaces toggles are per-user : they mutate <launcher-dir>/user_config.json (gitignored) instead of the shared committed settings file. Two developers on the same workspace can hold different preferences without touching the checked-in configuration. Editing user_config.json by hand works too. The vscode subcommand adds: Flag Effect --settings-json <path> Override the settings.json output. Defaults to <workspace>/.vscode/settings.json. --code-workspace <path> .code-workspace file to also update. Required when the workspace root has more than one. --no-code-workspace Skip the .code-workspace write. --settings-key <key> Nest managed keys under this key inside the .code-workspace (default: settings). --dry-run Print each would-be-written file to stdout. --replace Overwrite managed keys instead of merging. Sibling folders / tasks / extensions in a .code-workspace survive.","breadcrumbs":"Rules » rust_analyzer » Flags","id":"69","title":"Flags"},"7":{"body":"rust_bindgen : rules for generating C++ bindings. rust_prost : rules for generating protobuf and gRPC stubs using prost . rust_pyo3 : Bazel rules for PyO3 . rust_wasm_bindgen : rules for generating WebAssembly bindings.","breadcrumbs":"Rules » 3rd party rules","id":"7","title":"3rd party rules"},"70":{"body":"â–¶ Run Tests / â–¶ Run Test codelens on every #[cfg(test)] mod and individual #[test]. On-save squiggles from rustc diagnostics. Matches cargo check — errors anywhere in the dep graph surface at their actual file paths. Format-on-save via the Bazel-toolchain rustfmt. Workspace reload on watched BUILD / MODULE.bazel changes.","breadcrumbs":"Rules » rust_analyzer » What you get","id":"70","title":"What you get"},"71":{"body":"","breadcrumbs":"Rules » rust_analyzer » Troubleshooting","id":"71","title":"Troubleshooting"},"72":{"body":"Restart rust-analyzer (or save a BUILD file). If that doesn't fix it, re-run setup with --clean to nuke the discovery cache: bazel run @rules_rust//tools/rust_analyzer:setup -- --clean vscode Works with any subcommand (vscode / neovim / helix / print).","breadcrumbs":"Rules » rust_analyzer » Symbols / deps look wrong","id":"72","title":"Symbols / deps look wrong"},"73":{"body":"Check <workspace>/.rules_rust_analyzer/flycheck.log.","breadcrumbs":"Rules » rust_analyzer » Diagnostics stopped appearing","id":"73","title":"Diagnostics stopped appearing"},"74":{"body":"Re-run setup.","breadcrumbs":"Rules » rust_analyzer » After bazel clean --expunge or toolchain changes","id":"74","title":"After bazel clean --expunge or toolchain changes"},"75":{"body":"setup does not manage rust-analyzer.files.excludeDirs. If your workspace has stub Cargo.toml files that aren't meant to be auto-loaded (common in rules_rust itself under examples/, crate_universe/, etc.), rust-analyzer still finds them and logs errors. Silence them by adding the directory names to settings.json yourself — your entries survive future setup runs: \"rust-analyzer.files.excludeDirs\": [\"examples\", \"some_other_dir\"] Trade-off: files.excludeDirs also hides those sources from rust-analyzer's virtual filesystem, so files under those directories won't get IDE features even if they're part of a Bazel-discovered crate. Only exclude directories whose sources you're willing to lose IDE support on.","breadcrumbs":"Rules » rust_analyzer » Noisy cargo metadata errors on startup","id":"75","title":"Noisy cargo metadata errors on startup"},"76":{"body":"By default the whole project is treated as a single workspace. For monorepos where indexing the whole graph is too slow, pass --per-package-workspaces. Discover then scopes to the saved file's package + deps; rust-analyzer reloads when you jump to a different package. Caveat: dependents of the package you're working on aren't indexed, so \"find usages\" can miss callers in other packages. Switch any time by re-running setup with or without the flag.","breadcrumbs":"Rules » rust_analyzer » Workspace splitting","id":"76","title":"Workspace splitting"},"77":{"body":"The â–¶ Debug codelens VSCode renders next to #[test] functions does not work for Bazel projects. Use .vscode/launch.json + F5 instead: bazel run @rules_rust//tools/vscode:gen_launch_json Install CodeLLDB first. Set a breakpoint inside the test and run the target — one launch config covers every test in that binary.","breadcrumbs":"Rules » rust_analyzer » Debugging","id":"77","title":"Debugging"},"78":{"body":"The unpretty rules expose rustc's -Zunpretty=<mode> flag as a Bazel action. Given a Rust target, they emit an alternate textual representation of it — the fully macro-expanded source, the HIR, the MIR CFG, etc. — useful for inspecting what the compiler sees after macro expansion, lowering, or optimization. Because -Zunpretty is a nightly-only compiler flag, these rules require a nightly rust_toolchain to be registered.","breadcrumbs":"Rules » unpretty » Unpretty","id":"78","title":"Unpretty"},"79":{"body":"rust_unpretty — Rule form. Explicitly declare an unpretty target that emits the chosen representation for a specific crate. rust_unpretty_aspect — Aspect form. Attach at the command line (--aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect --output_groups=+rust_unpretty) to emit the representation for every Rust target in the build without adding rule instances.","breadcrumbs":"Rules » unpretty » Rules","id":"79","title":"Rules"},"8":{"body":"The core Rust rules for building and testing libraries, binaries, and procedural macros. Each rule is documented on its own page; this page is an overview of what each rule does and when to use it. All rules are loadable from @rules_rust//rust:defs.bzl or from their individual .bzl file (e.g. @rules_rust//rust:rust_binary.bzl). Loading from the individual file is preferred for new code.","breadcrumbs":"Rules » rust » Rust rules","id":"8","title":"Rust rules"},"80":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty.bzl","id":"80","title":"rust_unpretty.bzl"},"81":{"body":"load(\"@rules_rust//rust:rust_unpretty.bzl\", \"rust_unpretty\") rust_unpretty(name, deps, mode) Executes rust unpretty on a specific target. Similar to rust_unpretty_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust expand can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_unpretty\") rust_unpretty( name = \"hello_library_expand\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ], mode = \"expanded\",\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run unpretty on. List of labels optional [] mode The value to pass to --unpretty String optional \"expanded\"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty","id":"81","title":"rust_unpretty"},"82":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect.bzl","id":"82","title":"rust_unpretty_aspect.bzl"},"83":{"body":"load(\"@rules_rust//rust:rust_unpretty_aspect.bzl\", \"rust_unpretty_aspect\") rust_unpretty_aspect() Executes Rust expand on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be expanded with the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect \\ --output_groups=rust_unpretty_expanded \\ //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect","id":"83","title":"rust_unpretty_aspect"},"84":{"body":"Flags which control granular behavior of various Rust rules.","breadcrumbs":"Settings » Settings","id":"84","title":"Settings"},"85":{"body":"Definitions for all @rules_rust//rust settings","breadcrumbs":"Settings » Rust Settings » Rust settings","id":"85","title":"Rust settings"},"86":{"body":"--@rules_rust//rust/settings:always_enable_metadata_output_groups A flag to enable the always_enable_metadata_output_groups setting. If this flag is true, all rules will support the metadata and rustc_rmeta_output output groups.","breadcrumbs":"Settings » Rust Settings » always_enable_metadata_output_groups","id":"86","title":"always_enable_metadata_output_groups"},"87":{"body":"--@rules_rust//rust/settings:capture_clippy_output Control whether to print clippy output or store it to a file, using the configured error_format.","breadcrumbs":"Settings » Rust Settings » capture_clippy_output","id":"87","title":"capture_clippy_output"},"88":{"body":"--@rules_rust//rust/settings:clippy_error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » clippy_error_format","id":"88","title":"clippy_error_format"},"89":{"body":"--@rules_rust//rust/settings:clippy_flag Add a custom clippy flag from the command line with --@rules_rust//rust/settings:clippy_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » clippy_flag","id":"89","title":"clippy_flag"},"9":{"body":"The rules below are the primary entry points for compiling Rust code. They map directly to the crate types Cargo produces. rust_binary — Build a Rust executable (--crate-type=bin). rust_library — Build an rlib (--crate-type=lib) that other Rust targets can depend on. rust_static_library — Build a staticlib (--crate-type=staticlib) for linking Rust code into a C/C++ binary. rust_cdylib_library — Build a cdylib (--crate-type=cdylib) for use as a shared library from C/C++ or other languages. rust_dylib_library — Build a dylib (--crate-type=dylib) for use as a shared library with the unstable Rust ABI. rust_shared_library — Convenience alias over rust_cdylib_library. rust_proc_macro — Build a procedural macro crate (--crate-type=proc-macro) that other Rust targets can consume as a compile-time plugin. rust_test — Compile and run a Rust test binary. Can wrap a rust_library/rust_binary (via crate = ...) to run its inline #[test]s, or compile a standalone test binary from its own srcs.","breadcrumbs":"Rules » rust » Core rules","id":"9","title":"Core rules"},"90":{"body":"--@rules_rust//rust/settings:clippy_flags This setting may be used to pass extra options to clippy from the command line. It applies across all targets.","breadcrumbs":"Settings » Rust Settings » clippy_flags","id":"90","title":"clippy_flags"},"91":{"body":"--@rules_rust//rust/settings:clippy_output_diagnostics A flag to enable the clippy_output_diagnostics setting. If this flag is true, rules_rust will save clippy json output (suitable for consumption by rust-analyzer) in a file, available from the clippy_output output group. This is the clippy equivalent of rustc_output_diagnostics.","breadcrumbs":"Settings » Rust Settings » clippy_output_diagnostics","id":"91","title":"clippy_output_diagnostics"},"92":{"body":"--@rules_rust//rust/settings:clippy_toml This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html Note that this setting is actually called clippy.toml.","breadcrumbs":"Settings » Rust Settings » clippy_toml","id":"92","title":"clippy_toml"},"93":{"body":"--@rules_rust//rust/settings:codegen_units The default value for --codegen-units which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to perform it's default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units","breadcrumbs":"Settings » Rust Settings » codegen_units","id":"93","title":"codegen_units"},"94":{"body":"--@rules_rust//rust/settings:collect_cfgs Enable collection of cfg flags with results stored in CrateInfo.cfgs.","breadcrumbs":"Settings » Rust Settings » collect_cfgs","id":"94","title":"collect_cfgs"},"95":{"body":"--@rules_rust//rust/settings:default_allocator_library A flag that determines the default allocator library for rust_toolchain targets.","breadcrumbs":"Settings » Rust Settings » default_allocator_library","id":"95","title":"default_allocator_library"},"96":{"body":"--@rules_rust//rust/settings:error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » error_format","id":"96","title":"error_format"},"97":{"body":"--@rules_rust//rust/settings:experimental_compile_rustdoc_tests A flag to control whether rust_doc_test compiles doc tests during the build phase. When enabled and the toolchain channel is \"nightly\", rust_doc_test will compile doc test binaries using rustdoc --test --no-run during bazel build and only execute them during bazel test. This requires a nightly Rust toolchain because --no-run depends on -Zunstable-options. When enabled with a non-nightly toolchain, the existing behavior is silently used.","breadcrumbs":"Settings » Rust Settings » experimental_compile_rustdoc_tests","id":"97","title":"experimental_compile_rustdoc_tests"},"98":{"body":"--@rules_rust//rust/settings:experimental_link_std_dylib A flag to control whether to link libstd dynamically.","breadcrumbs":"Settings » Rust Settings » experimental_link_std_dylib","id":"98","title":"experimental_link_std_dylib"},"99":{"body":"--@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols A flag used to select allocator libraries implemented in rust that are compatible with the rustc allocator symbol mangling. The symbol mangling mechanism relies on unstable language features and requires a nightly rustc from 2025-04-05 or later. Rustc generates references to internal allocator symbols when building rust libraries. At link time, rustc generates the definitions of these symbols. When rustc is not used as the final linker, we need to generate the definitions ourselves. This happens for example when a rust_library is used as a dependency of a rust_binary, or when the experimental_use_cc_common_link setting is used. For older versions of rustc, the allocator symbol definitions can be provided via the rust_toolchain's allocator_library or global_allocator_library attributes, with sample targets like @rules_rust//ffi/cc/allocator_library and @rules_rust//ffi/cc/global_allocator_library. Recent versions of rustc started mangling these allocator symbols (https://github.com/rust-lang/rust/pull/127173). The mangling uses a scheme that is specific to the exact version of the compiler. This makes the cc allocator library definitions ineffective. When rustc builds a staticlib it provides the mapping definitions. We rely on this and build an empty staticlib as a basis for the allocator definitions. Since the new symbol definitions are written in rust, we cannot just attach them as attributes on the rust_toolchain as the old cc versions, as that would create a build graph cycle (we need a rust_toolchain to build a rust_library, so the allocator library cannot be a rust_library directly). The bootstrapping cycle can be avoided by defining a separate internal \"initial\" rust toolchain specifically for building the rust allocator libraries, and use a transition to attach the generated libraries to the \"main\" rust toolchain. But that duplicates the whole sub-graph of the build around the rust toolchains, repository and supporting tools used for them. Instead, we define a new custom rust_allocator_library rule, which exposes the result of building the rust allocator libraries via a provider, which can be consumed by the rust build actions. We attach an instance of this as a common attribute to the rust rule set. PARAMETERS Name Description Options name - \"experimental_use_allocator_libraries_with_mangled_symbols\"","breadcrumbs":"Settings » Rust Settings » experimental_use_allocator_libraries_with_mangled_symbols","id":"99","title":"experimental_use_allocator_libraries_with_mangled_symbols"}},"length":211,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"df":12,"docs":{"13":{"tf":2.23606797749979},"139":{"tf":2.8284271247461903},"15":{"tf":2.0},"195":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.0},"30":{"tf":2.449489742783178},"41":{"tf":1.0},"93":{"tf":1.0}}},"1":{".":{"0":{"1":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{".":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"13":{"tf":1.0}}},"4":{"5":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{".":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":10,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":3.1622776601683795},"15":{"tf":3.0},"2":{"tf":1.0},"20":{"tf":3.605551275463989},"21":{"tf":2.8284271247461903},"23":{"tf":2.8284271247461903},"25":{"tf":3.605551275463989},"27":{"tf":2.8284271247461903},"30":{"tf":3.605551275463989}}},"2":{"0":{"1":{"5":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"167":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":1,"docs":{"139":{"tf":1.0}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":2.0}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"_":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"7":{".":{"4":{".":{"1":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":1,"docs":{"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{}},"a":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":4,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"3":{"df":1,"docs":{"200":{"tf":1.7320508075688772}}},"df":6,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.4142135623730951},"2":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"78":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":26,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":4.0},"162":{"tf":3.4641016151377544},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"205":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"185":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"183":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"l":{"df":1,"docs":{"68":{"tf":1.0}},"i":{"a":{"df":7,"docs":{"148":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.8284271247461903},"166":{"tf":1.0},"17":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"c":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"102":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{},"w":{"df":16,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":2.0},"78":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"165":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"z":{"df":16,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"157":{"tf":1.0},"178":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"75":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"df":2,"docs":{"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":27,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"207":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"56":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"148":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"=":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"%":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"143":{"tf":1.0},"159":{"tf":1.0}}}}},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":5.477225575051661},"162":{"tf":4.69041575982343},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"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":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"130":{"tf":1.0},"161":{"tf":2.8284271247461903},"165":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"179":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"139":{"tf":2.449489742783178},"165":{"tf":2.23606797749979},"168":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":2.0}}},"df":1,"docs":{"99":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"170":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":66,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"r":{"c":{"df":5,"docs":{"2":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":18,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"205":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"133":{"tf":1.0},"167":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"135":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"208":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"a":{"/":{"2":{"0":{"2":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"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":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":34,"docs":{"124":{"tf":1.0},"13":{"tf":3.1622776601683795},"136":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"141":{"tf":1.4142135623730951},"143":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"192":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"5":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"y":{".":{"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":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":5,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"207":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":2.23606797749979}},"s":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"/":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":2,"docs":{"190":{"tf":2.0},"191":{"tf":2.23606797749979}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":22,"docs":{"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"x":{"_":{"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":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"166":{"tf":2.23606797749979},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"191":{"tf":1.0},"208":{"tf":2.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":66,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":4.795831523312719},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":4.242640687119285},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":4.242640687119285},"200":{"tf":1.0},"202":{"tf":2.0},"21":{"tf":4.0},"210":{"tf":1.0},"23":{"tf":3.872983346207417},"25":{"tf":4.242640687119285},"27":{"tf":4.123105625617661},"29":{"tf":1.7320508075688772},"30":{"tf":4.242640687119285},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":5.916079783099616},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"41":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"'":{"df":6,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"159":{"tf":2.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"1":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":2,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{")":{"'":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":2.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":33,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.6457513110645907},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"165":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"100":{"tf":1.0},"13":{"tf":2.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":2.0},"30":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"184":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"157":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.7320508075688772},"170":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":13,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"172":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"i":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":4,"docs":{"124":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.6457513110645907},"186":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"208":{"tf":1.0}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"5":{"tf":1.4142135623730951},"69":{"tf":2.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"d":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"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":{"68":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":29,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"70":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"d":{"b":{"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"/":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"63":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"160":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"t":{"df":7,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"141":{"tf":1.0},"15":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.449489742783178},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"9":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"42":{"tf":1.0}}},"x":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"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":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}},"df":6,"docs":{"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"157":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"158":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"129":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"21":{"tf":2.6457513110645907},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"159":{"tf":1.0},"172":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"135":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"161":{"tf":4.898979485566356},"162":{"tf":4.358898943540674},"165":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"157":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":2.23606797749979}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"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":1,"docs":{"13":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"159":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":2.0},"15":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":11,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}}}}}}}}}},"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":56,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":3.4641016151377544},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.8284271247461903},"157":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":3.605551275463989},"162":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":3.1622776601683795},"166":{"tf":3.0},"17":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"20":{"tf":3.1622776601683795},"200":{"tf":1.0},"202":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":2.23606797749979},"30":{"tf":3.605551275463989},"32":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":2.6457513110645907},"54":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":3.3166247903554},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"/":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"y":{":":{":":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"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":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"128":{"tf":1.0},"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"32":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"x":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"34":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"t":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"178":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"'":{"/":{"'":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"/":{"'":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"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":1,"docs":{"139":{"tf":2.0}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"179":{"tf":2.0},"77":{"tf":1.0}},"g":{"df":2,"docs":{"13":{"tf":1.0},"179":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}}}}},"df":67,"docs":{"118":{"tf":1.4142135623730951},"124":{"tf":1.0},"13":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"p":{"df":29,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":3.605551275463989},"157":{"tf":1.7320508075688772},"158":{"tf":2.8284271247461903},"159":{"tf":3.7416573867739413},"160":{"tf":1.4142135623730951},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"166":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.23606797749979},"195":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"201":{"tf":1.0},"21":{"tf":2.8284271247461903},"23":{"tf":2.0},"25":{"tf":2.23606797749979},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"76":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"133":{"tf":1.0},"157":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}}},"v":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"13":{"tf":2.0},"139":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"r":{">":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"65":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":3.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"167":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":19,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.23606797749979},"132":{"tf":1.0},"15":{"tf":2.23606797749979},"163":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"32":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"143":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"165":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"97":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"8":{"tf":1.0}}}}}}}},"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"202":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.4142135623730951},"116":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":2.0},"185":{"tf":1.0},"21":{"tf":2.23606797749979},"30":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":25,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"8":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":2.23606797749979},"32":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"55":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"13":{"tf":2.0},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"156":{"tf":2.0},"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":2.0},"202":{"tf":2.0},"21":{"tf":2.0},"210":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"139":{"tf":1.0},"165":{"tf":1.7320508075688772}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"b":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"df":14,"docs":{"103":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"165":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"d":{"df":10,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}}},"v":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.0},"210":{"tf":2.449489742783178},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":2.6457513110645907},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.1622776601683795},"60":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"t":{"c":{"df":5,"docs":{"115":{"tf":1.0},"139":{"tf":2.0},"157":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"41":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":9,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":33,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"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":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"161":{"tf":1.0}}}},"u":{"d":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"58":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"149":{"tf":1.0},"175":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}},"r":{"a":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"108":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"89":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"161":{"tf":1.7320508075688772},"90":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"5":{"df":1,"docs":{"77":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}},"s":{"df":24,"docs":{"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":26,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"=":{"\"":{"$":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":62,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":4.795831523312719},"132":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":4.69041575982343},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.8284271247461903},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"186":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":4.47213595499958},"202":{"tf":2.449489742783178},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.23606797749979},"21":{"tf":4.69041575982343},"210":{"tf":1.7320508075688772},"23":{"tf":4.47213595499958},"25":{"tf":4.47213595499958},"27":{"tf":4.47213595499958},"30":{"tf":4.47213595499958},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"43":{"tf":2.0},"46":{"tf":1.0},"52":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"91":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"145":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":67,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":3.4641016151377544},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":2.0},"17":{"tf":1.0},"183":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}}},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"202":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"156":{"tf":1.0},"19":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"115":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":2.6457513110645907},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"35":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"157":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"202":{"tf":1.0}},"i":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"3":{"tf":1.0},"78":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"75":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":3.7416573867739413},"197":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":51,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.23606797749979},"163":{"tf":2.8284271247461903},"164":{"tf":2.8284271247461903},"165":{"tf":2.6457513110645907},"167":{"tf":1.0},"179":{"tf":2.0},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":3.1622776601683795}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":19,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"/":{"*":{"*":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":2,"docs":{"157":{"tf":1.0},"161":{"tf":2.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":2.0},"15":{"tf":2.23606797749979},"29":{"tf":2.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":2.0}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"c":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":3,"docs":{"159":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":2.0},"186":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":11,"docs":{"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"13":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}},"p":{"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"156":{"tf":1.0},"32":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"191":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"147":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"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":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"159":{"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":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"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":{},"t":{"df":0,"docs":{},"i":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"i":{".":{"df":10,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"11":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"34":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"202":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"102":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"209":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":12,"docs":{"13":{"tf":2.23606797749979},"15":{"tf":2.0},"185":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"46":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"159":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"139":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"178":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"d":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":4,"docs":{"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"195":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"156":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"41":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"y":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":3.1622776601683795},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"201":{"tf":1.0}},"n":{"df":3,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"186":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"115":{"tf":1.7320508075688772},"13":{"tf":4.123105625617661},"139":{"tf":4.898979485566356},"141":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"15":{"tf":3.605551275463989},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":4.898979485566356},"162":{"tf":3.605551275463989},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.6457513110645907},"17":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":2.449489742783178},"198":{"tf":1.4142135623730951},"20":{"tf":4.0},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":3.0},"21":{"tf":3.605551275463989},"23":{"tf":3.4641016151377544},"25":{"tf":4.0},"27":{"tf":3.7416573867739413},"30":{"tf":4.123105625617661},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":2.449489742783178},"54":{"tf":2.0},"62":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"z":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"1":{"2":{"7":{"1":{"7":{"3":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"170":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"165":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"169":{"tf":1.0},"174":{"tf":1.0}}}}},"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":1,"docs":{"139":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"165":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"'":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":2,"docs":{"183":{"tf":1.7320508075688772},"185":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":3.7416573867739413},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":3.4641016151377544},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":3.7416573867739413},"201":{"tf":1.4142135623730951},"202":{"tf":2.0},"21":{"tf":4.123105625617661},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":3.7416573867739413},"27":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"58":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"y":{".":{"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":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"139":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"160":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":27,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"k":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":23,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"25":{"tf":2.6457513110645907},"27":{"tf":2.0},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"124":{"tf":2.0},"13":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.123105625617661},"21":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":4.358898943540674},"132":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":3.605551275463989},"148":{"tf":3.4641016151377544},"15":{"tf":4.358898943540674},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":6.855654600401044},"162":{"tf":5.830951894845301},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":4.358898943540674},"202":{"tf":2.8284271247461903},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":4.47213595499958},"210":{"tf":2.23606797749979},"23":{"tf":4.123105625617661},"25":{"tf":4.358898943540674},"27":{"tf":4.358898943540674},"30":{"tf":4.47213595499958},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":2.0},"52":{"tf":2.449489742783178},"54":{"tf":2.8284271247461903},"58":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"30":{"tf":1.0}}}}},"l":{"d":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":2.23606797749979}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"168":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":2.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"(":{"\"":{"/":{"/":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":18,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"'":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"159":{"tf":2.23606797749979},"21":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"34":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"t":{"df":15,"docs":{"122":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":3.4641016151377544},"141":{"tf":1.4142135623730951},"15":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"164":{"tf":2.6457513110645907}},"e":{"'":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"139":{"tf":2.0}}}},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"m":{"a":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.7320508075688772}},"e":{"_":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":20,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"13":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"175":{"tf":1.0},"69":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":43,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":2.0}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"58":{"tf":1.0},"62":{"tf":1.7320508075688772}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"190":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"115":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"188":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.23606797749979},"192":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":2.449489742783178},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178}},"t":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"179":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"184":{"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":{}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"165":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"76":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":7,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0}},"e":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"205":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":3.7416573867739413},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"z":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}}}},"df":65,"docs":{"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":3.7416573867739413},"132":{"tf":1.0},"139":{"tf":2.6457513110645907},"141":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"15":{"tf":3.1622776601683795},"150":{"tf":2.0},"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.7416573867739413},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"184":{"tf":2.0},"185":{"tf":2.449489742783178},"186":{"tf":1.7320508075688772},"19":{"tf":2.449489742783178},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":2.0},"195":{"tf":2.23606797749979},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":3.1622776601683795},"20":{"tf":3.0},"200":{"tf":2.0},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"29":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"32":{"tf":2.449489742783178},"34":{"tf":1.0},"37":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"48":{"tf":2.8284271247461903},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":3.7416573867739413},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"75":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"e":{"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":{"161":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}},"r":{"c":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":18,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":22,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"y":{"/":{"1":{".":{"8":{"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"2":{"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"6":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"o":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":32,"docs":{"124":{"tf":1.0},"13":{"tf":2.6457513110645907},"139":{"tf":4.242640687119285},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"161":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":2.6457513110645907},"197":{"tf":1.7320508075688772},"20":{"tf":2.449489742783178},"202":{"tf":2.8284271247461903},"208":{"tf":2.449489742783178},"21":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"30":{"tf":2.6457513110645907},"32":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":3.872983346207417},"60":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":12,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"58":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"179":{"tf":1.0},"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"df":26,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"=":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":11,"docs":{"13":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":5.916079783099616},"139":{"tf":5.916079783099616},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":4.58257569495584},"148":{"tf":4.358898943540674},"15":{"tf":5.0},"150":{"tf":3.0},"161":{"tf":7.14142842854285},"162":{"tf":4.69041575982343},"163":{"tf":3.4641016151377544},"164":{"tf":3.3166247903554},"165":{"tf":4.242640687119285},"166":{"tf":3.4641016151377544},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":2.23606797749979},"19":{"tf":2.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":3.4641016151377544},"198":{"tf":2.6457513110645907},"20":{"tf":5.291502622129181},"207":{"tf":2.23606797749979},"208":{"tf":2.8284271247461903},"21":{"tf":5.0990195135927845},"210":{"tf":1.0},"23":{"tf":4.795831523312719},"25":{"tf":5.291502622129181},"27":{"tf":5.0990195135927845},"30":{"tf":5.744562646538029},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":2.23606797749979},"52":{"tf":2.6457513110645907},"54":{"tf":2.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"t":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"a":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"133":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"=":{"+":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}}}},"p":{"1":{"df":1,"docs":{"195":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":2.0},"76":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"166":{"tf":1.0}}},"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"160":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"154":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":2.0},"186":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":2.0}}}}},"t":{"df":1,"docs":{"75":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":34,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"15":{"tf":2.8284271247461903},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"23":{"tf":2.8284271247461903},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"66":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"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":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"179":{"tf":1.0}}}}},"df":27,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"13":{"tf":2.449489742783178},"132":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":2.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"147":{"tf":1.0},"161":{"tf":2.0},"165":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"c":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"d":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":2.23606797749979},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"133":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":16,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"48":{"tf":2.449489742783178},"60":{"tf":1.0}},"s":{"/":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{":":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":2.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"191":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"2":{"tf":1.0},"63":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.4142135623730951},"21":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":2.0},"197":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":3.872983346207417},"196":{"tf":1.0},"197":{"tf":3.0},"198":{"tf":1.7320508075688772},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}}}},"c":{"df":2,"docs":{"195":{"tf":3.1622776601683795},"197":{"tf":2.23606797749979}}},"df":3,"docs":{"157":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"161":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":2.0},"29":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"y":{"3":{"1":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}},"_":{"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":{"202":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}},"o":{"3":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"200":{"tf":2.0},"201":{"tf":2.449489742783178},"202":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"202":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"191":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"133":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}},"s":{"(":{"\"":{"/":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"161":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"165":{"tf":1.0}}}},"df":3,"docs":{"115":{"tf":1.0},"143":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"1":{"tf":2.0},"139":{"tf":1.7320508075688772},"154":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"159":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"52":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0}}}},"l":{"a":{"c":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"161":{"tf":2.6457513110645907},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":3.1622776601683795},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":3.1622776601683795},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"183":{"tf":1.0},"195":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"165":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"}":{"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":54,"docs":{"126":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"v":{"df":16,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":2.449489742783178},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":1,"docs":{"69":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"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":2,"docs":{"160":{"tf":1.0},"166":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"f":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":18,"docs":{"115":{"tf":1.0},"13":{"tf":2.0},"143":{"tf":1.0},"15":{"tf":2.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":2.0},"209":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"34":{"tf":1.0},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}},"df":78,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.7320508075688772},"120":{"tf":1.0},"13":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"_":{"c":{"c":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"+":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"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":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"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":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"134":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"c":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"c":{"c":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"113":{"tf":1.0},"139":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}},"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"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":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"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":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"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":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"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":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":49,"docs":{"104":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"179":{"tf":2.0},"191":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"48":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"101":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"208":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"210":{"tf":1.0},"46":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":4,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"136":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":27,"docs":{"100":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"83":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"182":{"tf":1.0},"186":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"139":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"139":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"54":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"139":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"139":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"17":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"7":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":3.605551275463989},"25":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.0},"145":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"156":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":19,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"'":{"df":2,"docs":{"69":{"tf":1.0},"78":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"=":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.1622776601683795},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.358898943540674},"141":{"tf":2.0},"143":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":2.6457513110645907},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.8284271247461903},"202":{"tf":2.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.6457513110645907},"30":{"tf":2.8284271247461903},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"70":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":2.8284271247461903}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":78,"docs":{"0":{"tf":1.0},"11":{"tf":2.6457513110645907},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":3.1622776601683795},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":4.358898943540674},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":2.449489742783178},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":2.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"21":{"tf":3.3166247903554},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"29":{"tf":1.7320508075688772},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.6457513110645907},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":17,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"185":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"j":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"186":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"185":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"179":{"tf":1.0},"43":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.0}}},".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":19,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":4.898979485566356}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"161":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":29,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"191":{"tf":2.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"t":{"df":71,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":3.1622776601683795},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":2.6457513110645907},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":3.605551275463989},"162":{"tf":2.6457513110645907},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":2.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.8284271247461903},"25":{"tf":3.0},"27":{"tf":2.8284271247461903},"30":{"tf":3.1622776601683795},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"58":{"tf":3.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"df":6,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"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":{}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"32":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"183":{"tf":1.0}},"n":{"df":4,"docs":{"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"161":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"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":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"i":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"161":{"tf":2.0},"183":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"164":{"tf":1.0},"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"107":{"tf":1.0},"139":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"158":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"r":{"c":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":30,"docs":{"13":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":3.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"21":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"25":{"tf":2.6457513110645907},"27":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":3.1622776601683795},"32":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":9,"docs":{"13":{"tf":3.3166247903554},"15":{"tf":3.3166247903554},"20":{"tf":3.3166247903554},"21":{"tf":3.3166247903554},"23":{"tf":3.3166247903554},"25":{"tf":3.3166247903554},"27":{"tf":3.3166247903554},"29":{"tf":1.0},"30":{"tf":3.1622776601683795}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"d":{"df":12,"docs":{"114":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"170":{"tf":1.0},"21":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"115":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"i":{"c":{"df":14,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":2,"docs":{"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"209":{"tf":1.0},"29":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":34,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":5.0990195135927845},"143":{"tf":1.4142135623730951},"147":{"tf":4.358898943540674},"148":{"tf":4.69041575982343},"15":{"tf":3.3166247903554},"150":{"tf":2.449489742783178},"161":{"tf":6.782329983125268},"162":{"tf":5.477225575051661},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.3166247903554},"167":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"191":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":3.1622776601683795},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"21":{"tf":3.1622776601683795},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"52":{"tf":2.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":3,"docs":{"202":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":2.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"168":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"75":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":2.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"185":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":17,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"165":{"tf":1.0}}}}}}}},"df":89,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"15":{"tf":3.4641016151377544},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":2.0},"161":{"tf":3.3166247903554},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.449489742783178},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":2.23606797749979},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":2.0},"20":{"tf":3.1622776601683795},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":3.3166247903554},"210":{"tf":2.6457513110645907},"23":{"tf":3.0},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.0},"30":{"tf":3.872983346207417},"32":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"41":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"48":{"tf":3.7416573867739413},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":3.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"62":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{".":{"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":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"]":{"df":1,"docs":{"9":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}}}}}},"df":26,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":1.7320508075688772},"210":{"tf":2.6457513110645907},"29":{"tf":2.8284271247461903},"3":{"tf":1.4142135623730951},"30":{"tf":4.123105625617661},"32":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":2.0},"70":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.0},"81":{"tf":1.0}}}}}},"s":{"/":{"*":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"171":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":20,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"157":{"tf":1.0},"165":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951}}}}}}}}},"df":4,"docs":{"193":{"tf":1.0},"195":{"tf":3.4641016151377544},"197":{"tf":2.23606797749979},"198":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"/":{"/":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"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":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"185":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0}}}}}},"df":40,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"139":{"tf":3.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.8284271247461903},"148":{"tf":3.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":3.0},"197":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":28,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"64":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":2.6457513110645907},"48":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"125":{"tf":1.4142135623730951},"158":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":1,"docs":{"139":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":28,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.6457513110645907},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"69":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":46,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":2.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":35,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"172":{"tf":1.0},"29":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"160":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"160":{"tf":1.0},"76":{"tf":1.0}}}},"df":100,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":5.196152422706632},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":4.69041575982343},"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.0},"15":{"tf":4.123105625617661},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":3.0},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":2.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":5.0},"200":{"tf":1.4142135623730951},"202":{"tf":2.6457513110645907},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":4.358898943540674},"210":{"tf":2.23606797749979},"23":{"tf":4.0},"25":{"tf":5.0},"27":{"tf":4.358898943540674},"29":{"tf":1.0},"30":{"tf":5.0990195135927845},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"46":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.3166247903554},"63":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"135":{"tf":1.4142135623730951},"143":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":28,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":2.8284271247461903},"130":{"tf":1.0},"139":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"165":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":25,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":3.3166247903554},"133":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":3.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"30":{"tf":3.4641016151377544},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.0},"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":4.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":43,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"139":{"tf":2.0},"143":{"tf":2.23606797749979},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"154":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":2.6457513110645907},"2":{"tf":2.8284271247461903},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"99":{"tf":2.0}},"}":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":28,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"157":{"tf":1.0},"159":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"179":{"tf":2.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"159":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.0},"173":{"tf":1.0},"175":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"19":{"tf":3.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"1":{"df":3,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"3":{"2":{"df":4,"docs":{"148":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"207":{"tf":1.0}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":3.0},"210":{"tf":2.23606797749979}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"207":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"58":{"tf":1.7320508075688772},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"76":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"170":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"191":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":39,"docs":{"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"171":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"69":{"tf":3.4641016151377544},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},">":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"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":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"161":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"z":{"/":{"/":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"z":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":10,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"78":{"tf":1.0}}},"y":{"=":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"breadcrumbs":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":16,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"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},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":31,"docs":{"180":{"tf":1.4142135623730951},"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":1.0},"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},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":87,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"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.4142135623730951},"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},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"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.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":15,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"172":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":71,"docs":{"0":{"tf":1.0},"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.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.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},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"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},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"171":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"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.0},"145":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"125":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"title":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":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":{"127":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"152":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"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":{"15":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"25":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"27":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"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":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"171":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"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 060fede..9dd2fc7 100755
--- a/searchindex.json
+++ b/searchindex.json
@@ -1 +1 @@
-{"doc_urls":["index.html#rules-rust","index.html#setup","index.html#specifying-rust-version","index.html#supported-bazel-versions","index.html#supported-platforms","rules.html#rules","rules.html#experimental-rules","rules.html#3rd-party-rules","rust.html#rust-rules","rust.html#core-rules","rust.html#additional-rules","rust.html#related-pages","rust_binary.html#rust_binarybzl","rust_binary.html#rust_binary","rust_library.html#rust_librarybzl","rust_library.html#rust_library","rust_library_group.html#rust_library_groupbzl","rust_library_group.html#rust_library_group","rust_lint_config.html#rust_lint_configbzl","rust_lint_config.html#rust_lint_config","rust_cdylib_library.html#rust_cdylib_library","rust_dylib_library.html#rust_dylib_library","rust_proc_macro.html#rust_proc_macrobzl","rust_proc_macro.html#rust_proc_macro","rust_shared_library.html#rust_shared_librarybzl","rust_shared_library.html#rust_shared_library","rust_static_library.html#rust_static_librarybzl","rust_static_library.html#rust_static_library","rust_test.html#rust_testbzl","rust_test.html#rust_test","rust_test.html#example-test-directory","rust_test_suite.html#rust_test_suitebzl","rust_test_suite.html#rust_test_suite","clippy.html#clippy","clippy.html#setup","clippy.html#rules","rust_clippy.html#rust_clippybzl","rust_clippy.html#rust_clippy","rust_clippy_aspect.html#rust_clippy_aspectbzl","rust_clippy_aspect.html#rust_clippy_aspect","rust_clippy_test.html#rust_clippy_testbzl","rust_clippy_test.html#rust_clippy_test","rustfmt.html#rustfmt","rustfmt.html#setup","rustfmt.html#rules","rustfmt_aspect.html#rustfmt_aspectbzl","rustfmt_aspect.html#rustfmt_aspect","rustfmt_test.html#rustfmt_testbzl","rustfmt_test.html#rustfmt_test","rustdoc.html#rustdoc","rustdoc.html#rules","rust_doc.html#rust_docbzl","rust_doc.html#rust_doc","rust_doc_test.html#rust_doc_testbzl","rust_doc_test.html#rust_doc_test","cargo.html#cargo","cargo.html#rules","cargo_build_script.html#cargo_build_scriptbzl","cargo_build_script.html#cargo_build_script","cargo_env.html#cargo_envbzl","cargo_env.html#cargo_env","extract_cargo_lints.html#extract_cargo_lintsbzl","extract_cargo_lints.html#extract_cargo_lints","rust_analyzer.html#rust-analyzer","rust_analyzer.html#quick-start","rust_analyzer.html#vscode","rust_analyzer.html#neovim","rust_analyzer.html#helix","rust_analyzer.html#other-editors-cocnvim-vim-lsp-ale-etc","rust_analyzer.html#flags","rust_analyzer.html#what-you-get","rust_analyzer.html#troubleshooting","rust_analyzer.html#symbols--deps-look-wrong","rust_analyzer.html#diagnostics-stopped-appearing","rust_analyzer.html#after-bazel-clean---expunge-or-toolchain-changes","rust_analyzer.html#noisy-cargo-metadata-errors-on-startup","rust_analyzer.html#workspace-splitting","rust_analyzer.html#debugging","unpretty.html#unpretty","unpretty.html#rules","rust_unpretty.html#rust_unprettybzl","rust_unpretty.html#rust_unpretty","rust_unpretty_aspect.html#rust_unpretty_aspectbzl","rust_unpretty_aspect.html#rust_unpretty_aspect","settings.html#settings","rust_settings.html#rust-settings","rust_settings.html#always_enable_metadata_output_groups","rust_settings.html#capture_clippy_output","rust_settings.html#clippy_error_format","rust_settings.html#clippy_flag","rust_settings.html#clippy_flags","rust_settings.html#clippy_output_diagnostics","rust_settings.html#clippy_toml","rust_settings.html#codegen_units","rust_settings.html#collect_cfgs","rust_settings.html#default_allocator_library","rust_settings.html#error_format","rust_settings.html#experimental_compile_rustdoc_tests","rust_settings.html#experimental_link_std_dylib","rust_settings.html#experimental_use_allocator_libraries_with_mangled_symbols","rust_settings.html#experimental_use_cc_common_link","rust_settings.html#experimental_use_coverage_metadata_files","rust_settings.html#experimental_use_global_allocator","rust_settings.html#experimental_use_sh_toolchain_for_bootstrap_process_wrapper","rust_settings.html#extra_exec_rustc_env","rust_settings.html#extra_exec_rustc_flag","rust_settings.html#extra_exec_rustc_flags","rust_settings.html#extra_rustc_env","rust_settings.html#extra_rustc_flag","rust_settings.html#extra_rustc_flags","rust_settings.html#incompatible_change_clippy_error_format","rust_settings.html#incompatible_do_not_include_data_in_compile_data","rust_settings.html#incompatible_do_not_include_transitive_data_in_compile_inputs","rust_settings.html#lto","rust_settings.html#no_std","rust_settings.html#per_crate_rustc_flag","rust_settings.html#pipelined_compilation","rust_settings.html#rename_first_party_crates","rust_settings.html#require_explicit_unstable_features","rust_settings.html#rustc_output_diagnostics","rust_settings.html#rustfmt_toml","rust_settings.html#skip_fission_for_rust","rust_settings.html#third_party_dir","rust_settings.html#toolchain_generated_sysroot","rust_settings.html#toolchain_linker_preference","rust_settings.html#unpretty","rust_settings.html#zself_profile_events","cargo_settings.html#cargo-settings","cargo_settings.html#cargo_manifest_dir_filename_suffixes_to_retain","cargo_settings.html#debug_std_streams_output_group","cargo_settings.html#emit_build_script_warnings","cargo_settings.html#experimental_symlink_execroot","cargo_settings.html#out_dir_volatile_file_basenames","cargo_settings.html#use_cc_toolchain","cargo_settings.html#use_default_shell_env","rust_toolchains.html#toolchains","rust_toolchains.html#toolchain-rules","rust_toolchains.html#data-rules","rust_toolchain.html#rust_toolchainbzl","rust_toolchain.html#rust_toolchain","rustfmt_toolchain.html#rustfmt_toolchainbzl","rustfmt_toolchain.html#rustfmt_toolchain","rust_analyzer_toolchain.html#rust_analyzer_toolchainbzl","rust_analyzer_toolchain.html#rust_analyzer_toolchain","rust_stdlib_filegroup.html#rust_stdlib_filegroupbzl","rust_stdlib_filegroup.html#rust_stdlib_filegroup","rust_bzlmod.html#rust","rust_bzlmod.html#repository_set","rust_bzlmod.html#toolchain","rust_bzlmod.html#rust_host_tools","rust_bzlmod.html#host_tools","external_crates.html#external-dependencies","crate_universe_bzlmod.html#crate-universe","crate_universe_bzlmod.html#table-of-contents","crate_universe_bzlmod.html#setup","crate_universe_bzlmod.html#dependencies","crate_universe_bzlmod.html#cargo-workspaces","crate_universe_bzlmod.html#direct-dependencies","crate_universe_bzlmod.html#binary-dependencies","crate_universe_bzlmod.html#vendored-dependencies","crate_universe_bzlmod.html#crate","crate_universe_bzlmod.html#annotation","crate_universe_bzlmod.html#annotation_select","crate_universe_bzlmod.html#from_cargo","crate_universe_bzlmod.html#from_specs","crate_universe_bzlmod.html#render_config","crate_universe_bzlmod.html#spec","crate_universe_bzlmod.html#splicing_config","coverage.html#code-coverage","coverage.html#basic-usage","coverage.html#controlling-instrumentation","coverage.html#recommended-bazelrc-settings","coverage.html#rust_test-with-a-crate-attribute","coverage.html#--instrument_test_targets","coverage.html#flags-summary","upstream_tooling.html#upstream-tooling","ide_integrations.html#ide-integrations","ide_integrations.html#vscode","ide_integrations.html#intellisense","ide_integrations.html#debugging","extensions.html#extensions","rust_bindgen.html#rules_rust_bindgen","rust_bindgen.html#rules","rust_bindgen.html#setup","rust_bindgen.html#rust_bindgen","rust_bindgen.html#rust_bindgen_toolchain","rust_bindgen.html#rust_bindgen_library","rust_mdbook.html#rules_rust_mdbook","rust_mdbook.html#rules","rust_mdbook.html#setup","rust_mdbook.html#mdbook","rust_mdbook.html#mdbook_server","rust_mdbook.html#mdbook_toolchain","rust_prost.html#rules_rust_prost","rust_prost.html#rules","rust_prost.html#setup","rust_prost.html#rust_prost_library","rust_prost.html#rust_prost_toolchain","rust_prost.html#rust_prost_transform","rust_pyo3.html#rules_rust_pyo3","rust_pyo3.html#pyo3_toolchain","rust_pyo3.html#rust_pyo3_toolchain","rust_pyo3.html#pyo3_extension","rust_wasm_bindgen.html#rules_rust_wasm_bindgen","rust_wasm_bindgen.html#rules","rust_wasm_bindgen.html#setup","rust_wasm_bindgen.html#interfacing-with-javascript-rules","rust_wasm_bindgen.html#rust_wasm_bindgen","rust_wasm_bindgen.html#rust_wasm_bindgen_toolchain","rust_wasm_bindgen.html#rustwasmbindgeninfo","rust_wasm_bindgen.html#rust_wasm_bindgen_test"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":3,"title":2},"1":{"body":30,"breadcrumbs":2,"title":1},"10":{"body":53,"breadcrumbs":4,"title":2},"100":{"body":12,"breadcrumbs":4,"title":1},"101":{"body":16,"breadcrumbs":4,"title":1},"102":{"body":31,"breadcrumbs":4,"title":1},"103":{"body":14,"breadcrumbs":4,"title":1},"104":{"body":31,"breadcrumbs":4,"title":1},"105":{"body":14,"breadcrumbs":4,"title":1},"106":{"body":26,"breadcrumbs":4,"title":1},"107":{"body":31,"breadcrumbs":4,"title":1},"108":{"body":12,"breadcrumbs":4,"title":1},"109":{"body":27,"breadcrumbs":4,"title":1},"11":{"body":51,"breadcrumbs":4,"title":2},"110":{"body":19,"breadcrumbs":4,"title":1},"111":{"body":8,"breadcrumbs":4,"title":1},"112":{"body":9,"breadcrumbs":4,"title":1},"113":{"body":12,"breadcrumbs":4,"title":1},"114":{"body":24,"breadcrumbs":4,"title":1},"115":{"body":55,"breadcrumbs":4,"title":1},"116":{"body":31,"breadcrumbs":4,"title":1},"117":{"body":28,"breadcrumbs":4,"title":1},"118":{"body":35,"breadcrumbs":4,"title":1},"119":{"body":8,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"120":{"body":12,"breadcrumbs":4,"title":1},"121":{"body":13,"breadcrumbs":4,"title":1},"122":{"body":19,"breadcrumbs":4,"title":1},"123":{"body":9,"breadcrumbs":4,"title":1},"124":{"body":49,"breadcrumbs":4,"title":1},"125":{"body":25,"breadcrumbs":4,"title":1},"126":{"body":18,"breadcrumbs":4,"title":1},"127":{"body":3,"breadcrumbs":5,"title":2},"128":{"body":10,"breadcrumbs":4,"title":1},"129":{"body":15,"breadcrumbs":4,"title":1},"13":{"body":926,"breadcrumbs":4,"title":1},"130":{"body":47,"breadcrumbs":4,"title":1},"131":{"body":10,"breadcrumbs":4,"title":1},"132":{"body":49,"breadcrumbs":4,"title":1},"133":{"body":79,"breadcrumbs":4,"title":1},"134":{"body":8,"breadcrumbs":4,"title":1},"135":{"body":59,"breadcrumbs":2,"title":1},"136":{"body":36,"breadcrumbs":3,"title":2},"137":{"body":13,"breadcrumbs":3,"title":2},"138":{"body":0,"breadcrumbs":3,"title":1},"139":{"body":869,"breadcrumbs":3,"title":1},"14":{"body":0,"breadcrumbs":4,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":54,"breadcrumbs":3,"title":1},"142":{"body":0,"breadcrumbs":3,"title":1},"143":{"body":101,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":33,"breadcrumbs":3,"title":1},"146":{"body":53,"breadcrumbs":2,"title":1},"147":{"body":290,"breadcrumbs":2,"title":1},"148":{"body":327,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":701,"breadcrumbs":4,"title":1},"150":{"body":126,"breadcrumbs":2,"title":1},"151":{"body":10,"breadcrumbs":4,"title":2},"152":{"body":30,"breadcrumbs":5,"title":2},"153":{"body":14,"breadcrumbs":5,"title":2},"154":{"body":32,"breadcrumbs":4,"title":1},"155":{"body":14,"breadcrumbs":4,"title":1},"156":{"body":246,"breadcrumbs":5,"title":2},"157":{"body":117,"breadcrumbs":5,"title":2},"158":{"body":119,"breadcrumbs":5,"title":2},"159":{"body":337,"breadcrumbs":5,"title":2},"16":{"body":0,"breadcrumbs":4,"title":1},"160":{"body":213,"breadcrumbs":4,"title":1},"161":{"body":626,"breadcrumbs":4,"title":1},"162":{"body":252,"breadcrumbs":4,"title":1},"163":{"body":232,"breadcrumbs":4,"title":1},"164":{"body":223,"breadcrumbs":4,"title":1},"165":{"body":370,"breadcrumbs":4,"title":1},"166":{"body":167,"breadcrumbs":4,"title":1},"167":{"body":46,"breadcrumbs":4,"title":1},"168":{"body":16,"breadcrumbs":4,"title":2},"169":{"body":13,"breadcrumbs":4,"title":2},"17":{"body":49,"breadcrumbs":4,"title":1},"170":{"body":24,"breadcrumbs":4,"title":2},"171":{"body":21,"breadcrumbs":5,"title":3},"172":{"body":56,"breadcrumbs":5,"title":3},"173":{"body":16,"breadcrumbs":3,"title":1},"174":{"body":28,"breadcrumbs":4,"title":2},"175":{"body":36,"breadcrumbs":4,"title":2},"176":{"body":0,"breadcrumbs":4,"title":2},"177":{"body":0,"breadcrumbs":3,"title":1},"178":{"body":12,"breadcrumbs":3,"title":1},"179":{"body":52,"breadcrumbs":3,"title":1},"18":{"body":0,"breadcrumbs":4,"title":1},"180":{"body":0,"breadcrumbs":2,"title":1},"181":{"body":9,"breadcrumbs":3,"title":1},"182":{"body":3,"breadcrumbs":3,"title":1},"183":{"body":65,"breadcrumbs":3,"title":1},"184":{"body":111,"breadcrumbs":3,"title":1},"185":{"body":143,"breadcrumbs":3,"title":1},"186":{"body":107,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":4,"breadcrumbs":3,"title":1},"19":{"body":111,"breadcrumbs":4,"title":1},"190":{"body":46,"breadcrumbs":3,"title":1},"191":{"body":111,"breadcrumbs":3,"title":1},"192":{"body":34,"breadcrumbs":3,"title":1},"193":{"body":11,"breadcrumbs":3,"title":1},"194":{"body":2,"breadcrumbs":3,"title":1},"195":{"body":205,"breadcrumbs":3,"title":1},"196":{"body":30,"breadcrumbs":3,"title":1},"197":{"body":170,"breadcrumbs":3,"title":1},"198":{"body":125,"breadcrumbs":3,"title":1},"199":{"body":0,"breadcrumbs":3,"title":1},"2":{"body":82,"breadcrumbs":4,"title":3},"20":{"body":718,"breadcrumbs":4,"title":1},"200":{"body":93,"breadcrumbs":3,"title":1},"201":{"body":43,"breadcrumbs":3,"title":1},"202":{"body":237,"breadcrumbs":3,"title":1},"203":{"body":9,"breadcrumbs":3,"title":1},"204":{"body":2,"breadcrumbs":3,"title":1},"205":{"body":40,"breadcrumbs":3,"title":1},"206":{"body":4,"breadcrumbs":5,"title":3},"207":{"body":90,"breadcrumbs":3,"title":1},"208":{"body":134,"breadcrumbs":3,"title":1},"209":{"body":51,"breadcrumbs":3,"title":1},"21":{"body":721,"breadcrumbs":4,"title":1},"210":{"body":159,"breadcrumbs":3,"title":1},"22":{"body":0,"breadcrumbs":4,"title":1},"23":{"body":590,"breadcrumbs":4,"title":1},"24":{"body":0,"breadcrumbs":4,"title":1},"25":{"body":717,"breadcrumbs":4,"title":1},"26":{"body":0,"breadcrumbs":4,"title":1},"27":{"body":650,"breadcrumbs":4,"title":1},"28":{"body":0,"breadcrumbs":4,"title":1},"29":{"body":136,"breadcrumbs":4,"title":1},"3":{"body":35,"breadcrumbs":4,"title":3},"30":{"body":817,"breadcrumbs":6,"title":3},"31":{"body":0,"breadcrumbs":4,"title":1},"32":{"body":111,"breadcrumbs":4,"title":1},"33":{"body":14,"breadcrumbs":3,"title":1},"34":{"body":48,"breadcrumbs":3,"title":1},"35":{"body":47,"breadcrumbs":3,"title":1},"36":{"body":0,"breadcrumbs":4,"title":1},"37":{"body":74,"breadcrumbs":4,"title":1},"38":{"body":0,"breadcrumbs":4,"title":1},"39":{"body":48,"breadcrumbs":4,"title":1},"4":{"body":24,"breadcrumbs":3,"title":2},"40":{"body":0,"breadcrumbs":4,"title":1},"41":{"body":195,"breadcrumbs":4,"title":1},"42":{"body":29,"breadcrumbs":3,"title":1},"43":{"body":123,"breadcrumbs":3,"title":1},"44":{"body":25,"breadcrumbs":3,"title":1},"45":{"body":0,"breadcrumbs":4,"title":1},"46":{"body":52,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":4,"title":1},"48":{"body":177,"breadcrumbs":4,"title":1},"49":{"body":20,"breadcrumbs":3,"title":1},"5":{"body":38,"breadcrumbs":2,"title":1},"50":{"body":31,"breadcrumbs":3,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":183,"breadcrumbs":4,"title":1},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":161,"breadcrumbs":4,"title":1},"55":{"body":30,"breadcrumbs":3,"title":1},"56":{"body":51,"breadcrumbs":3,"title":1},"57":{"body":0,"breadcrumbs":4,"title":1},"58":{"body":514,"breadcrumbs":4,"title":1},"59":{"body":0,"breadcrumbs":4,"title":1},"6":{"body":8,"breadcrumbs":3,"title":2},"60":{"body":61,"breadcrumbs":4,"title":1},"61":{"body":0,"breadcrumbs":4,"title":1},"62":{"body":32,"breadcrumbs":4,"title":1},"63":{"body":25,"breadcrumbs":4,"title":2},"64":{"body":14,"breadcrumbs":4,"title":2},"65":{"body":49,"breadcrumbs":3,"title":1},"66":{"body":31,"breadcrumbs":3,"title":1},"67":{"body":11,"breadcrumbs":3,"title":1},"68":{"body":34,"breadcrumbs":8,"title":6},"69":{"body":159,"breadcrumbs":3,"title":1},"7":{"body":22,"breadcrumbs":4,"title":3},"70":{"body":36,"breadcrumbs":2,"title":0},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":26,"breadcrumbs":6,"title":4},"73":{"body":2,"breadcrumbs":5,"title":3},"74":{"body":3,"breadcrumbs":7,"title":5},"75":{"body":71,"breadcrumbs":7,"title":5},"76":{"body":46,"breadcrumbs":4,"title":2},"77":{"body":32,"breadcrumbs":3,"title":1},"78":{"body":40,"breadcrumbs":3,"title":1},"79":{"body":29,"breadcrumbs":3,"title":1},"8":{"body":32,"breadcrumbs":4,"title":2},"80":{"body":0,"breadcrumbs":4,"title":1},"81":{"body":84,"breadcrumbs":4,"title":1},"82":{"body":0,"breadcrumbs":4,"title":1},"83":{"body":46,"breadcrumbs":4,"title":1},"84":{"body":7,"breadcrumbs":2,"title":1},"85":{"body":3,"breadcrumbs":5,"title":2},"86":{"body":13,"breadcrumbs":4,"title":1},"87":{"body":11,"breadcrumbs":4,"title":1},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":4,"title":2},"90":{"body":11,"breadcrumbs":4,"title":1},"91":{"body":24,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":29,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":9,"breadcrumbs":4,"title":1},"97":{"body":47,"breadcrumbs":4,"title":1},"98":{"body":7,"breadcrumbs":4,"title":1},"99":{"body":197,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"This repository provides rules for building Rust projects with Bazel .","breadcrumbs":"Introduction » Rules Rust","id":"0","title":"Rules Rust"},"1":{"body":"The rules are released, and releases can be found on the GitHub Releases page . We recommend using the latest release from that page. To use rules_rust in a project, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.73.0\") Don't forget to substitute in your desired release's version number.","breadcrumbs":"Introduction » Setup","id":"1","title":"Setup"},"10":{"body":"Non-core rules that ship in the same ruleset: rust_library_group — Group several rust_library targets so they can be depended on as a single unit without generating an intermediate rlib. rust_lint_config — Declare a reusable set of rustc, clippy, and rustdoc lint levels that can be attached to other rules via their lint_config attribute. rust_test_suite — Convenience macro that expands into one rust_test per source file, sharing a common set of dependencies. Useful for tests/**.rs layouts that mirror Cargo's integration-test directory.","breadcrumbs":"Rules » rust » Additional rules","id":"10","title":"Additional rules"},"100":{"body":"--@rules_rust//rust/settings:experimental_use_cc_common_link A flag to control whether to link rust_binary and rust_test targets using cc_common.link instead of rustc.","breadcrumbs":"Settings » Rust Settings » experimental_use_cc_common_link","id":"100","title":"experimental_use_cc_common_link"},"101":{"body":"--@rules_rust//rust/settings:experimental_use_coverage_metadata_files A flag to have coverage tooling added as coverage_common.instrumented_files_info.metadata_files instead of reporting tools like llvm-cov and llvm-profdata as runfiles to each test.","breadcrumbs":"Settings » Rust Settings » experimental_use_coverage_metadata_files","id":"101","title":"experimental_use_coverage_metadata_files"},"102":{"body":"--@rules_rust//rust/settings:experimental_use_global_allocator A flag to indicate that a global allocator is in use when using --@rules_rust//rust/settings:experimental_use_cc_common_link Users need to specify this flag because rustc generates different set of symbols at link time when a global allocator is in use. When the linking is not done by rustc, the rust_toolchain itself provides the appropriate set of symbols.","breadcrumbs":"Settings » Rust Settings » experimental_use_global_allocator","id":"102","title":"experimental_use_global_allocator"},"103":{"body":"--@rules_rust//rust/settings:experimental_use_sh_toolchain_for_bootstrap_process_wrapper A flag to control whether the shell path from a shell toolchain (@bazel_tools//tools/sh:toolchain_type) is embedded into the bootstrap process wrapper for the .sh file.","breadcrumbs":"Settings » Rust Settings » experimental_use_sh_toolchain_for_bootstrap_process_wrapper","id":"103","title":"experimental_use_sh_toolchain_for_bootstrap_process_wrapper"},"104":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in exec configuration. It applies to tools built and run during the build process, such as proc-macros and build scripts. This can be useful for enabling features that are needed during tool compilation.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_env","id":"104","title":"extra_exec_rustc_env"},"105":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flag Add additional rustc_flags in the exec configuration from the command line with --@rules_rust//rust/settings:extra_exec_rustc_flag. Multiple uses are accumulated and appended after the extra_exec_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flag","id":"105","title":"extra_exec_rustc_flag"},"106":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flags This setting may be used to pass extra options to rustc from the command line in exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flags","id":"106","title":"extra_exec_rustc_flags"},"107":{"body":"--@rules_rust//rust/settings:extra_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in non-exec configuration. It applies across all targets whereas environment variables set in a specific rule apply only to that target. This can be useful for setting build-wide env flags such as RUSTC_BOOTSTRAP=1.","breadcrumbs":"Settings » Rust Settings » extra_rustc_env","id":"107","title":"extra_rustc_env"},"108":{"body":"--@rules_rust//rust/settings:extra_rustc_flag Add additional rustc_flag from the command line with --@rules_rust//rust/settings:extra_rustc_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flag","id":"108","title":"extra_rustc_flag"},"109":{"body":"--@rules_rust//rust/settings:extra_rustc_flags This setting may be used to pass extra options to rustc from the command line in non-exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flags","id":"109","title":"extra_rustc_flags"},"11":{"body":"Rules that layer on top of the core rules live on their own pages: rustdoc — Generate and test Rust documentation. clippy — Run Clippy over Rust targets. rustfmt — Run rustfmt over Rust targets. unpretty — Emit rustc -Zunpretty=... output for a crate. cargo — cargo_build_script and related Cargo-compatibility rules. rust_analyzer — Generate a rust-project.json file for the rust-analyzer IDE server. Rust Toolchains — Declare and register Rust toolchains.","breadcrumbs":"Rules » rust » Related pages","id":"11","title":"Related pages"},"110":{"body":"--@rules_rust//rust/settings:incompatible_change_clippy_error_format A flag to enable the clippy_error_format setting. If this flag is true, Clippy uses the format set in clippy_error_format to format its diagnostics; otherwise, it uses the format set in error_format.","breadcrumbs":"Settings » Rust Settings » incompatible_change_clippy_error_format","id":"110","title":"incompatible_change_clippy_error_format"},"111":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_data_in_compile_data A flag to control whether to include data files in compile_data.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_data_in_compile_data","id":"111","title":"incompatible_do_not_include_data_in_compile_data"},"112":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_transitive_data_in_compile_inputs A flag to control whether transitive data dependencies are included in compile inputs.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_transitive_data_in_compile_inputs","id":"112","title":"incompatible_do_not_include_transitive_data_in_compile_inputs"},"113":{"body":"--@rules_rust//rust/settings:lto A build setting which specifies the link time optimization mode used when building Rust code.","breadcrumbs":"Settings » Rust Settings » lto","id":"113","title":"lto"},"114":{"body":"--@rules_rust//rust/settings:no_std This setting may be used to enable builds without the standard library. Currently only no_std + alloc is supported, which can be enabled with setting the value to \"alloc\". In the future we could add support for additional modes, e.g \"core\", \"alloc,collections\".","breadcrumbs":"Settings » Rust Settings » no_std","id":"114","title":"no_std"},"115":{"body":"--@rules_rust//rust/settings:per_crate_rustc_flag Add additional rustc_flag to matching crates from the command line with --@rules_rust//rust/settings:per_crate_rustc_flag. The expected flag format is prefix_filter@flag, where any crate with a label or execution path starting with the prefix filter will be built with the given flag. The label matching uses the canonical form of the label (i.e //package:label_name). The execution path is the relative path to your workspace directory including the base name (including extension) of the crate root. This flag is not applied to the exec configuration (proc-macros, cargo_build_script, etc). Multiple uses are accumulated.","breadcrumbs":"Settings » Rust Settings » per_crate_rustc_flag","id":"115","title":"per_crate_rustc_flag"},"116":{"body":"--@rules_rust//rust/settings:pipelined_compilation When set, this flag causes rustc to emit *.rmeta files and use them for rlib -> rlib dependencies. While this involves one extra (short) rustc invocation to build the rmeta file, it allows library dependencies to be unlocked much sooner, increasing parallelism during compilation.","breadcrumbs":"Settings » Rust Settings » pipelined_compilation","id":"116","title":"pipelined_compilation"},"117":{"body":"--@rules_rust//rust/settings:rename_first_party_crates A flag controlling whether to rename first-party crates such that their names encode the Bazel package and target name, instead of just the target name. First-party vs. third-party crates are identified using the value of @rules_rust//settings:third_party_dir.","breadcrumbs":"Settings » Rust Settings » rename_first_party_crates","id":"117","title":"rename_first_party_crates"},"118":{"body":"--@rules_rust//rust/settings:require_explicit_unstable_features A flag controlling whether unstable features should be disallowed by default If true, an empty -Zallow-features= will be added to the rustc command line whenever no other -Zallow-features= is present in the rustc flags. The effect is to disallow all unstable features by default, with the possibility to explicitly re-enable them selectively using -Zallow-features=....","breadcrumbs":"Settings » Rust Settings » require_explicit_unstable_features","id":"118","title":"require_explicit_unstable_features"},"119":{"body":"--@rules_rust//rust/settings:rustc_output_diagnostics This setting may be changed from the command line to generate rustc diagnostics.","breadcrumbs":"Settings » Rust Settings » rustc_output_diagnostics","id":"119","title":"rustc_output_diagnostics"},"12":{"body":"","breadcrumbs":"Rules » rust » rust_binary » rust_binary.bzl","id":"12","title":"rust_binary.bzl"},"120":{"body":"--@rules_rust//rust/settings:rustfmt_toml This setting is used by the rustfmt rules. See https://bazelbuild.github.io/rules_rust/rust_fmt.html Note that this setting is actually called rustfmt.toml.","breadcrumbs":"Settings » Rust Settings » rustfmt_toml","id":"120","title":"rustfmt_toml"},"121":{"body":"--@rules_rust//rust/settings:skip_fission_for_rust A flag to skip split debug info (Fission) for Rust objects when using a non-nightly toolchain.","breadcrumbs":"Settings » Rust Settings » skip_fission_for_rust","id":"121","title":"skip_fission_for_rust"},"122":{"body":"--@rules_rust//rust/settings:third_party_dir A flag specifying the location of vendored third-party rust crates within this repository that must not be renamed when rename_first_party_crates is enabled. Must be specified as a Bazel package, e.g. \"//some/location/in/repo\".","breadcrumbs":"Settings » Rust Settings » third_party_dir","id":"122","title":"third_party_dir"},"123":{"body":"--@rules_rust//rust/settings:toolchain_generated_sysroot A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain.","breadcrumbs":"Settings » Rust Settings » toolchain_generated_sysroot","id":"123","title":"toolchain_generated_sysroot"},"124":{"body":"--@rules_rust//rust/settings:toolchain_linker_preference A flag to control which linker is preferred for linking Rust binaries. Accepts three values: \"rust\": Use rust_toolchain.linker always (e.g., rust-lld). This uses rustc to invoke the linker directly. \"cc\": Use the linker provided by the configured cc_toolchain. This uses rustc to invoke the C++ toolchain's linker (e.g., clang, gcc, link.exe). \"none\": Default to cc being the preference and falling back to rust if no cc_toolchain is available.","breadcrumbs":"Settings » Rust Settings » toolchain_linker_preference","id":"124","title":"toolchain_linker_preference"},"125":{"body":"--@rules_rust//rust/settings:unpretty A build setting to control the output of RustUnpretty* actions Supported values are: ast-tree,expanded ast-tree expanded,hygiene expanded,identified expanded hir-tree hir,identified hir,typed hir mir-cfg mir normal","breadcrumbs":"Settings » Rust Settings » unpretty","id":"125","title":"unpretty"},"126":{"body":"--@rules_rust//rust/settings:zself_profile_events Passes -Zself-profile and -Zself-profile-events flags to rustc, requires a nightly toolchain. PARAMETERS Name Description Options name - \"zself_profile_events\"","breadcrumbs":"Settings » Rust Settings » zself_profile_events","id":"126","title":"zself_profile_events"},"127":{"body":"Definitions for all @rules_rust//cargo settings","breadcrumbs":"Settings » Cargo Settings » Cargo settings","id":"127","title":"Cargo settings"},"128":{"body":"--@rules_rust//cargo/settings:cargo_manifest_dir_filename_suffixes_to_retain A flag which determines what files are retained in CARGO_MANIFEST_DIR directories that are created in CargoBuildScriptRun actions.","breadcrumbs":"Settings » Cargo Settings » cargo_manifest_dir_filename_suffixes_to_retain","id":"128","title":"cargo_manifest_dir_filename_suffixes_to_retain"},"129":{"body":"--@rules_rust//cargo/settings:debug_std_streams_output_group A flag which adds a streams output group to cargo_build_script targets that contain the raw stderr and stdout streams from the build script.","breadcrumbs":"Settings » Cargo Settings » debug_std_streams_output_group","id":"129","title":"debug_std_streams_output_group"},"13":{"body":"load(\"@rules_rust//rust:rust_binary.bzl\", \"rust_binary\") rust_binary(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, binary_name, compile_data, crate_features, crate_name, crate_root, crate_type, edition, env, experimental_use_cc_common_link, link_deps, link_std_dylib, linker_script, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust binary crate. Example: Suppose you have the following directory structure for a Rust project with a library crate, hello_lib, and a binary crate, hello_world that uses the hello_lib library: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_world/ BUILD src/ main.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) hello_world/src/main.rs: extern crate hello_lib; fn main() { let hello = hello_lib::Greeter::new(\"Hello\"); hello.greet(\"world\");\n} hello_world/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_world\", srcs = [\"src/main.rs\"], deps = [\"//hello_lib\"],\n) Build and run hello_world: $ bazel run //hello_world\nINFO: Found 1 target...\nTarget //examples/rust/hello_world:hello_world up-to-date:\nbazel-bin/examples/rust/hello_world/hello_world\nINFO: Elapsed time: 1.308s, Critical Path: 1.22s INFO: Running command line: bazel-bin/examples/rust/hello_world/hello_world\nHello world On Windows, a PDB file containing debugging information is available under the key pdb_file in OutputGroupInfo. Similarly on macOS, a dSYM folder is available under the key dsym_folder in OutputGroupInfo. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False binary_name Override the resulting binary file name. By default, the binary file will be named using the name attribute on this rule, however sometimes that is not deseriable. String optional \"\" compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None crate_type Crate type that will be passed to rustc to be used for building this crate.This option is a temporary workaround and should be used only when building for WebAssembly targets (//rust/platform:wasi and //rust/platform:wasm). String optional \"bin\" edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the target is executed by bazel run. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution.Execpath returns absolute path, and in order to be able to construct the absolute path we need to wrap the test binary in a launcher. Using a launcher comes with complications, such as more complicated debugger attachment. Dictionary: String -> String optional {} experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this binary.Default is false. This is often required when building a binary that depends on a Rust ABI dylib. Boolean optional False linker_script Link script to forward into linker via rustc options. Label optional None lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional -1 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_binary » rust_binary","id":"13","title":"rust_binary"},"130":{"body":"--@rules_rust//cargo/settings:emit_build_script_warnings A flag which controls whether cargo_build_script warnings (cargo::warning=) are printed to stderr. Supported values: on: emit warnings for every cargo_build_script target, overriding any per-target emit_warnings = False. auto (default): respect the per-target emit_warnings attribute. crate_universe-generated targets set it to False, so registry/git crates stay quiet (matching Cargo); first-party targets emit by default. off: silence warnings build-wide.","breadcrumbs":"Settings » Cargo Settings » emit_build_script_warnings","id":"130","title":"emit_build_script_warnings"},"131":{"body":"--@rules_rust//cargo/settings:experimental_symlink_execroot A flag for which causes cargo_build_script to symlink the execroot of the action to the CARGO_MANIFEST_DIR where the scripts are run.","breadcrumbs":"Settings » Cargo Settings » experimental_symlink_execroot","id":"131","title":"experimental_symlink_execroot"},"132":{"body":"--@rules_rust//cargo/settings:out_dir_volatile_file_basenames A flag which determines what file basenames are removed from OUT_DIR by cargo_build_script actions to make the _bs.out_dir TreeArtifact deterministic. Files whose names appear in this list, as well as files with a .d or .pc extension, are deleted from OUT_DIR after the build script runs and before Bazel captures the directory. Files like config.log and Makefile embed the Bazel sandbox path, so their content changes on every action invocation, causing cache misses for all downstream rustc compilations.","breadcrumbs":"Settings » Cargo Settings » out_dir_volatile_file_basenames","id":"132","title":"out_dir_volatile_file_basenames"},"133":{"body":"--@rules_rust//cargo/settings:use_cc_toolchain A flag which controls the global default of whether cargo_build_script targets should pull in the resolved cc_toolchain. When enabled (the default), each cargo_build_script action gets the resolved cc_toolchain's all_files added to its inputs and picks up the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables derived from that toolchain. This matches Cargo's behavior and is required for build scripts that shell out to a C/C++ compiler (e.g. those using cc-rs or cmake-rs). When disabled, the cc_toolchain is omitted from cargo_build_script actions. This can significantly reduce action input sizes when using a hermetic sysroot but breaks any build script that needs to compile C/C++ code. Individual targets may override this default via the cargo_build_script.use_cc_toolchain attribute.","breadcrumbs":"Settings » Cargo Settings » use_cc_toolchain","id":"133","title":"use_cc_toolchain"},"134":{"body":"--@rules_rust//cargo/settings:use_default_shell_env A flag which controls the global default of ctx.actions.run.use_default_shell_env for cargo_build_script targets.","breadcrumbs":"Settings » Cargo Settings » use_default_shell_env","id":"134","title":"use_default_shell_env"},"135":{"body":"A Rust build in Bazel selects its compiler, standard library, and companion tools through a set of registered Bazel toolchains . rules_rust ships one toolchain type per companion tool so that Rust, rust-analyzer, and rustfmt can be resolved independently. Most users register toolchains via the rust module extension (see Bzlmod ) rather than declaring these rules directly. The rules below exist for users who need to define custom toolchains — for example, to point at a locally built rustc or to add a target triple that the extension doesn't cover.","breadcrumbs":"Toolchains » Toolchains","id":"135","title":"Toolchains"},"136":{"body":"rust_toolchain — Declare a Rust compilation toolchain: the rustc binary, standard library, linker, and per-target compilation settings. rustfmt_toolchain — Declare a toolchain providing the rustfmt binary used by rustfmt rules. rust_analyzer_toolchain — Declare a toolchain providing the rust-analyzer binary and proc-macro server used by the rust_analyzer integration.","breadcrumbs":"Toolchains » Toolchain rules","id":"136","title":"Toolchain rules"},"137":{"body":"rust_stdlib_filegroup — Group the files of a Rust standard library archive into a target that can be attached to a rust_toolchain via the rust_std attribute.","breadcrumbs":"Toolchains » Data rules","id":"137","title":"Data rules"},"138":{"body":"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain.bzl","id":"138","title":"rust_toolchain.bzl"},"139":{"body":"load(\"@rules_rust//rust:rust_toolchain.bzl\", \"rust_toolchain\") rust_toolchain(name, allocator_library, binary_ext, cargo, cargo_clippy, channel, clippy_driver, debug_info, default_edition, dylib_ext, env, exec_triple, experimental_use_allocator_libraries_with_mangled_symbols, experimental_use_cc_common_link, extra_exec_rustc_flags, extra_rustc_flags, extra_rustc_flags_for_crate_types, global_allocator_library, iso_date, link_std_dylib, linker, linker_preference, linker_type, llvm_cov, llvm_lib, llvm_profdata, llvm_tools, lto, opt_level, per_crate_rustc_flags, require_explicit_unstable_features, rust_doc, rust_objcopy, rust_std, rustc, rustc_lib, rustfmt, staticlib_ext, stdlib_linkflags, strip_level, target_json, target_triple, version) Declares a Rust toolchain for use. This is for declaring a custom toolchain, eg. for configuring a particular version of rust or supporting a new platform. Example: Suppose the core rust team has ported the compiler to a new target CPU, called cpuX. This support can be used in Bazel by defining a new toolchain definition and declaration: load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') rust_toolchain( name = \"rust_cpuX_impl\", binary_ext = \"\", dylib_ext = \".so\", exec_triple = \"cpuX-unknown-linux-gnu\", rust_doc = \"@rust_cpuX//:rustdoc\", rust_std = \"@rust_cpuX//:rust_std\", rustc = \"@rust_cpuX//:rustc\", rustc_lib = \"@rust_cpuX//:rustc_lib\", staticlib_ext = \".a\", stdlib_linkflags = [\"-lpthread\", \"-ldl\"], target_triple = \"cpuX-unknown-linux-gnu\",\n) toolchain( name = \"rust_cpuX\", exec_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], target_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], toolchain = \":rust_cpuX_impl\",\n) Then, either add the label of the toolchain rule to register_toolchains in the WORKSPACE, or pass it to the \"--extra_toolchains\" flag for Bazel, and it will be used. To use a platform-specific linker, you can use a select() in the linker attribute: rust_toolchain( name = \"rust_toolchain_impl\", # ... other attributes ... linker = select({ \"@platforms//os:linux\": \"//tools:rust-lld-linux\", \"@platforms//os:windows\": \"//tools:rust-lld-windows\", \"//conditions:default\": \"//tools:rust-lld\", }),\n) The select() is evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional \"@rules_rust//rust/settings:default_allocator_library\" binary_ext The extension for binaries created from rustc. String required cargo The location of the cargo binary. Can be a direct source or a filegroup containing one item. Label optional None cargo_clippy The location of the cargo_clippy binary. Can be a direct source or a filegroup containing one item. Label optional None channel The Rust release channel (stable, nightly, or beta). String optional \"\" clippy_driver The location of the clippy-driver binary. Can be a direct source or a filegroup containing one item. Label optional None debug_info Rustc debug info levels per compilation mode (keyed by dbg, fastbuild, opt). Dictionary: String -> String optional {\"dbg\": \"2\", \"fastbuild\": \"0\", \"opt\": \"0\"} default_edition The edition to use for rust_* rules that don't specify an edition. If absent, every rule is required to specify its edition attribute. String optional \"\" dylib_ext The extension for dynamic libraries created from rustc. String required env Environment variables to set in actions. Dictionary: String -> String optional {} exec_triple The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String required experimental_use_allocator_libraries_with_mangled_symbols Whether to use rust-based allocator libraries with mangled symbols. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting //rust/settings:experimental_use_allocator_libraries_with_mangled_symbols. 0 means do not use. In that case, rules_rust will try to use the c-based allocator libraries that don't support symbol mangling. 1 means use the rust-based allocator libraries. Integer optional -1 experimental_use_cc_common_link Label to a boolean build setting that controls whether cc_common.link is used to link rust binaries. Label optional \"@rules_rust//rust/settings:experimental_use_cc_common_link\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags_for_crate_types Extra flags to pass to rustc based on crate type Dictionary: String -> List of strings optional {} global_allocator_library Target that provides allocator functions for when a global allocator is present. Label optional \"@rules_rust//rust/private/cc:global_allocator_library\" iso_date The ISO date of the nightly or beta release (e.g. 2026-03-26). Empty for stable releases. String optional \"\" link_std_dylib Whether to link libstd dynamically. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting @rules_rust//rust/settings:experimental_link_std_dylib. 0 means do not link libstd dynamically. 1 means link libstd dynamically. Integer optional -1 linker The label to an explicit linker to use (e.g. rust-lld, ld, link-ld.exe, etc.). Linker binaries must be runnable in the exec configuration, so cfg = \"exec\" is used. To choose a linker based on the target platform, use a select() when providing this attribute. The select() will be evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. Label optional None linker_preference The preferred linker to use. If unspecified, cc is preferred and rust is used as a fallback whenever linker is provided. String optional \"\" linker_type The type of linker invocation: 'direct' (ld, rust-lld) or 'indirect' (via compiler like clang/gcc). If unset, defaults based on linker_preference. String optional \"\" llvm_cov The location of the llvm-cov binary. Can be a direct source or a filegroup containing one item. If None, rust code is not instrumented for coverage. Label optional None llvm_lib The location of the libLLVM shared object files. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_profdata The location of the llvm-profdata binary. Can be a direct source or a filegroup containing one item. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_tools LLVM tools that are shipped with the Rust toolchain. Label optional None lto Label to an LTO setting whether which can enable custom LTO settings Label optional \"@rules_rust//rust/settings:lto\" opt_level Rustc optimization levels. Dictionary: String -> String optional {\"dbg\": \"0\", \"fastbuild\": \"0\", \"opt\": \"3\"} per_crate_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] require_explicit_unstable_features Label to a boolean build setting that controls whether all uses of unstable Rust features must be explicitly opted in to using -Zallow-features=.... Label optional \"@rules_rust//rust/settings:require_explicit_unstable_features\" rust_doc The location of the rustdoc binary. Can be a direct source or a filegroup containing one item. Label required rust_objcopy The location of the rust-objcopy binary. Can be a direct source or a filegroup containing one item. Label optional None rust_std The Rust standard library. Label required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label required rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt Deprecated : Instead see rustfmt_toolchain Label optional None staticlib_ext The extension for static libraries created from rustc. String required stdlib_linkflags Additional linker flags to use when Rust standard library is linked by a C++ linker (rustc will deal with these automatically). Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings required strip_level Rustc strip levels. For all potential options, see https://doc.rust-lang.org/rustc/codegen-options/index.html#strip Dictionary: String -> String optional {\"dbg\": \"none\", \"fastbuild\": \"none\", \"opt\": \"debuginfo\"} target_json Override the target_triple with a custom target specification. For more details see: https://doc.rust-lang.org/rustc/targets/custom.html String optional \"\" target_triple The platform triple for the toolchains target environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String optional \"\" version The version of the Rust compiler (e.g. 1.94.1). String optional \"\"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain","id":"139","title":"rust_toolchain"},"14":{"body":"","breadcrumbs":"Rules » rust » rust_library » rust_library.bzl","id":"14","title":"rust_library.bzl"},"140":{"body":"","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain.bzl","id":"140","title":"rustfmt_toolchain.bzl"},"141":{"body":"load(\"@rules_rust//rust:rustfmt_toolchain.bzl\", \"rustfmt_toolchain\") rustfmt_toolchain(name, rustc, rustc_lib, rustfmt) A toolchain for rustfmt ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label optional None rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt The location of the rustfmt binary. Can be a direct source or a filegroup containing one item. Label required","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain","id":"141","title":"rustfmt_toolchain"},"142":{"body":"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain.bzl","id":"142","title":"rust_analyzer_toolchain.bzl"},"143":{"body":"load(\"@rules_rust//rust:rust_analyzer_toolchain.bzl\", \"rust_analyzer_toolchain\") rust_analyzer_toolchain(name, proc_macro_srv, rust_analyzer, rustc, rustc_srcs, rustc_srcs_path, version) A toolchain for rust-analyzer . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proc_macro_srv The path to a rust_analyzer_proc_macro_srv binary. Label optional None rust_analyzer The path to a rust-analyzer binary. Label optional None rustc The path to a rustc binary. Label required rustc_srcs The source code of rustc. Label required rustc_srcs_path The direct path to rustc srcs relative to rustc_srcs package root. String optional \"library\" version The rust-analyzer version (e.g. 1.96.0). Optional. When set, consumers (e.g. the discover binary) can gate newer rust-analyzer features that older versions reject. Left empty for user-supplied toolchains where the version isn't known statically; consumers should treat the empty value as 'assume oldest supported'. String optional \"\"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain","id":"143","title":"rust_analyzer_toolchain"},"144":{"body":"","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup.bzl","id":"144","title":"rust_stdlib_filegroup.bzl"},"145":{"body":"load(\"@rules_rust//rust:rust_stdlib_filegroup.bzl\", \"rust_stdlib_filegroup\") rust_stdlib_filegroup(name, srcs) A dedicated filegroup-like rule for Rust stdlib artifacts. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs The list of targets/files that are components of the rust-stdlib file group List of labels required","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup","id":"145","title":"rust_stdlib_filegroup"},"146":{"body":"Module extensions for using rules_rust with bzlmod rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.repository_set(name, allocator_library, auth, auth_patterns, dev_components, edition, exec_compatible_with, exec_triple, extra_exec_rustc_flags, extra_rustc_flags, global_allocator_library, netrc, opt_level, rustfmt_version, sha256s, strip_level, target_compatible_with, target_settings, target_triple, urls, versions)\nrust.toolchain(aliases, allocator_library, dev_components, edition, extra_exec_rustc_flags, extra_exec_rustc_flags_triples, extra_rustc_flags, extra_rustc_flags_triples, extra_target_triples, global_allocator_library, opt_level, rust_analyzer_version, rustfmt_toolchain_triples, rustfmt_version, sha256s, strip_level, target_settings, urls, versions) Rust toolchain extension. TAG CLASSES","breadcrumbs":"Bzlmod » rust","id":"146","title":"rust"},"147":{"body":"Tags for defining rust repository sets (where toolchains are defined). Attributes Name Description Type Mandatory Default name Name of the repository_set - if you're looking to replace default toolchains you must use the exact name you're replacing. Name optional \"\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None auth Auth object compatible with repository_ctx.download to use when downloading files. Dictionary: String -> String optional {} auth_patterns Override mapping of hostnames to authorization patterns; mirrors the eponymous attribute from http_archive. Dictionary: String -> String optional {} dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" exec_compatible_with A list of constraints for the execution platform for this toolchain. List of labels optional [] exec_triple Exec triple for this repository_set. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. List of strings optional [] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None netrc .netrc file to use for authentication; mirrors the eponymous attribute from http_archive. String optional \"\" opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_compatible_with List of platform constraints this toolchain produces, for the particular target_triple this call is for. List of labels optional [] target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] target_triple target_triple to configure. String optional \"\" urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional []","breadcrumbs":"Bzlmod » repository_set","id":"147","title":"repository_set"},"148":{"body":"Tags for defining rust toolchains (where toolchain tools are fetched). Attributes Name Description Type Mandatory Default aliases Map of full toolchain repository name to an alias. If any repository is created by this extension matches a key in this dictionary, the name of the created repository will be remapped to the value instead. This may be required to work around path length limits on Windows. Dictionary: String -> String optional {} allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration List of strings optional [] extra_exec_rustc_flags_triples Extra flags to pass to rustc in exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] extra_rustc_flags_triples Extra flags to pass to rustc in non-exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_target_triples Additional Rust target triples to fetch and register toolchains for. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"wasm32-wasip2\"] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rust_analyzer_version The version of Rustc to pair with rust-analyzer. String optional \"\" rustfmt_toolchain_triples Like toolchain_triples, but for rustfmt toolchains. Mapping of rust target triple to repository name. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional [\"1.98.0\", \"nightly/2026-08-20\"]","breadcrumbs":"Bzlmod » toolchain","id":"148","title":"toolchain"},"149":{"body":"rust_host_tools = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust_host_tools\")\nrust_host_tools.host_tools(name, allocator_library, dev_components, edition, global_allocator_library, rustfmt_version, sha256s, urls, version) An extension which exposes Rust tools compatible with the current host platform. TAG CLASSES","breadcrumbs":"Bzlmod » rust_host_tools","id":"149","title":"rust_host_tools"},"15":{"body":"load(\"@rules_rust//rust:rust_library.bzl\", \"rust_library\") rust_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust library crate. Example: Suppose you have the following directory structure for a simple Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ greeter.rs lib.rs hello_lib/src/greeter.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/src/lib.rs: pub mod greeter; hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [ \"src/greeter.rs\", \"src/lib.rs\", ],\n) Build the library: $ bazel build //hello_lib\nINFO: Found 1 target...\nTarget //examples/rust/hello_lib:hello_lib up-to-date:\nbazel-bin/examples/rust/hello_lib/libhello_lib.rlib\nINFO: Elapsed time: 1.245s, Critical Path: 1.01s ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_library » rust_library","id":"15","title":"rust_library"},"150":{"body":"Attributes Name Description Type Mandatory Default name The name of the module to create Name optional \"rust_host_tools\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] version The version of Rust to use for tools executed on the Bazel host. String optional \"1.98.0\"","breadcrumbs":"Bzlmod » host_tools","id":"150","title":"host_tools"},"151":{"body":"crate_universe workspace ( crate_universe bzlmod ) is a tool built into rules_rust that can be used to fetch dependencies.","breadcrumbs":"External Crates » External Dependencies","id":"151","title":"External Dependencies"},"152":{"body":"Crate Universe is a set of Bazel rule for generating Rust targets using Cargo. This doc describes using crate_universe with bzlmod. If you're using a WORKSPACE file, please see the WORKSPACE equivalent of this doc . There are some examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Crate Universe","id":"152","title":"Crate Universe"},"153":{"body":"Setup Dependencies Cargo Workspace Direct Packages Binary Dependencies Vendored Dependencies Crate reference from_cargo from_specs","breadcrumbs":"External Crates » crate_universe » Table of Contents","id":"153","title":"Table of Contents"},"154":{"body":"To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.73.0\") You find the latest version on the release page . After adding rules_rust in your MODULE.bazel, set the following to begin using crate_universe: crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\n// # ... Dependencies\nuse_repo(crate, \"crates\")","breadcrumbs":"External Crates » crate_universe » Setup","id":"154","title":"Setup"},"155":{"body":"There are three different ways to declare dependencies in your MODULE. Cargo workspace Direct Dependencies Binary Dependencies Vendored Dependencies","breadcrumbs":"External Crates » crate_universe » Dependencies","id":"155","title":"Dependencies"},"156":{"body":"One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace. The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there. You find a complete example in the in the example folder . crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.from_cargo( name = \"crates\", cargo_lockfile = \"//:Cargo.lock\", manifests = [\"//:Cargo.toml\"],\n)\nuse_repo(crate, \"crates\") Note if using Private Crate Registries If you are using from_cargo and are pulling dependencies from a private crate registry such as Artifactory, make sure you set the CARGO_BAZEL_ISOLATED=false bazel build //... environmental. If not crates_universe will not be able to pull from your private registry. The generated crates_repository contains helper macros which make collecting dependencies for Bazel targets simpler. Notably, the all_crate_deps, aliases, and crate_edition macros ( see Dependencies API ) commonly allow the Cargo.toml files to be the single source of truth for dependencies. Since these macros come from the generated repository, the dependency labels, alias definitions, and editions they return will automatically update BUILD targets. In your BUILD files, you use these macros for a Rust library as shown below: load(\"@crates//:defs.bzl\", \"aliases\", \"all_crate_deps\", \"crate_edition\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"lib\", aliases = aliases(), edition = crate_edition(), deps = all_crate_deps( normal = True, ), proc_macro_deps = all_crate_deps( proc_macro = True, ),\n) rust_test( name = \"unit_test\", crate = \":lib\", aliases = aliases( normal_dev = True, proc_macro_dev = True, ), edition = crate_edition(), deps = all_crate_deps( normal_dev = True, ), proc_macro_deps = all_crate_deps( proc_macro_dev = True, ),\n) For a Rust binary that does not depend on any macro, use the following configuration in your build file: rust_binary( name = \"bin\", srcs = [\"src/main.rs\"], edition = crate_edition(), deps = all_crate_deps(normal = True),\n) You have to repin before your first build to ensure all Bazel targets for the macros are generated. Dependency syncing and updating is done in the repository rule which means it's done during the analysis phase of builds. As mentioned in the environments variable table above, the CARGO_BAZEL_REPIN (or REPIN) environment variables can be used to force the rule to update dependencies and potentially render a new lockfile. Given an instance of this repository rule named crates, the easiest way to repin dependencies is to run: CARGO_BAZEL_REPIN=1 bazel sync --only=crates This will result in all dependencies being updated for a project. The CARGO_BAZEL_REPIN environment variable can also be used to customize how dependencies are updated. For more details about repin, please refer to the documentation .","breadcrumbs":"External Crates » crate_universe » Cargo Workspaces","id":"156","title":"Cargo Workspaces"},"157":{"body":"In cases where Rust targets have heavy interactions with other Bazel targets ( Cc , Proto , etc.), maintaining Cargo.toml files may have diminishing returns as things like rust-analyzer begin to be confused about missing targets or environment variables defined only in Bazel. In situations like this, it may be desirable to have a \"Cargo free\" setup. You find an example in the in the example folder . crates_repository supports this through the packages attribute, as shown below. crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.spec(package = \"serde\", features = [\"derive\"], version = \"1.0\")\ncrate.spec(package = \"serde_json\", version = \"1.0\")\ncrate.spec(package = \"tokio\", default_features = False, features = [\"macros\", \"net\", \"rt-multi-thread\"], version = \"1.38\") crate.from_specs()\nuse_repo(crate, \"crates\") Consuming dependencies may be more ergonomic in this case through the aliases defined in the new repository. In your BUILD files, you use direct dependencies as shown below: rust_binary( name = \"bin\", crate_root = \"src/main.rs\", srcs = glob([ \"src/*.rs\", ]), deps = [ # External crates \"@crates//serde\", \"@crates//serde_json\", \"@crates//tokio\", ], visibility = [\"//visibility:public\"],\n) Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Direct Dependencies","id":"157","title":"Direct Dependencies"},"158":{"body":"With cargo you can install binary dependencies (bindeps) as well with cargo install command. We don't have such easy facilities available in bazel besides specifying it as a dependency. To mimic cargo's bindeps feature we use the unstable feature called artifact-dependencies which integrates well with bazel concepts. You could use the syntax specified in the above document to place it in Cargo.toml. For that you can consult the following example . This method has the following consequences: if you use shared dependency tree with your project these binary dependencies will interfere with yours (may conflict) you have to use nightly host_tools to generate dependencies because Alternatively you can specify this in a separate repo with cargo.from_specs syntax: bindeps = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") bindeps.spec(package = \"cargo-machete\", version = \"=0.7.0\", artifact = \"bin\")\nbindeps.annotation(crate = \"cargo-machete\", gen_all_binaries = True) bindeps.from_specs( name = \"bindeps\", host_tools = \"@rust_host_tools_nightly\",\n) use_repo(bindeps, \"bindeps\") You can run the specified binary dependency with the following command or create additional more complex rules on top of it. bazel run @bindeps//:cargo-machete__cargo-machete Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Binary Dependencies","id":"158","title":"Binary Dependencies"},"159":{"body":"In some cases, it is require that all external dependencies are vendored, meaning downloaded and stored in the workspace. This helps, for example, to conduct licence scans, apply custom patches, or to ensure full build reproducibility since no download error could possibly occur. You find a complete example in the in the example folder . For the setup, you need to add the skylib in addition to the rust rules to your MODULE.bazel. module( name = \"deps_vendored\", version = \"0.0.0\"\n)\n###############################################################################\n# B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/\n###############################################################################\n# https://github.com/bazelbuild/bazel-skylib/releases/\nbazel_dep(name = \"bazel_skylib\", version = \"1.8.2\") # https://github.com/bazelbuild/rules_rust/releases\nbazel_dep(name = \"rules_rust\", version = \"0.73.0\") ###############################################################################\n# T O O L C H A I N S\n############################################################################### # Rust toolchain\nRUST_EDITION = \"2021\"\nRUST_VERSION = \"1.80.1\" rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = RUST_EDITION, versions = [RUST_VERSION],\n)\nuse_repo(rust, \"rust_toolchains\")\nregister_toolchains(\"@rust_toolchains//:all\") ###############################################################################\n# R U S T C R A T E S\n###############################################################################\ncrate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") Note, it is important to load the crate_universe rules otherwise you will get an error as the rule set is needed in the vendored target. Assuming you have a package called basic in which you want to vendor dependencies, then you create a folder basic/3rdparty. The folder name can be arbitrary, but by convention, its either thirdparty or 3rdparty to indicate vendored dependencies. In the 3rdparty folder, you add a target crates_vendor to declare your dependencies to vendor. In the example, we vendor a specific version of bzip2. load(\"@rules_rust//crate_universe:defs.bzl\", \"crate\", \"crates_vendor\") crates_vendor( name = \"crates_vendor\", annotations = { \"bzip2-sys\": [crate.annotation( gen_build_script = True, )], }, cargo_lockfile = \"Cargo.Bazel.lock\", generate_build_scripts = False, mode = \"remote\", packages = { \"bzip2\": crate.spec( version = \"=0.3.3\", ), }, repository_name = \"basic\", tags = [\"manual\"],\n) Next, you have to run Cargo build to generate a Cargo.lock file with all resolved dependencies. Then, you rename Cargo.lock to Cargo.Bazel.lock and place it inside the basic/3rdparty folder. At this point, you have the following folder and files: basic |-- 3rdparty | |-- BUILD.bazel | |-- Cargo.Bazel.lock Now you can run the crates_vendor target: bazel run //basic/3rdparty:crates_vendor This generates a crate folders with all configurations for the vendored dependencies. basic |-- 3rdparty | |-- cratea | |-- BUILD.bazel | |-- Cargo.Bazel.lock Suppose you have an application in basic/src that is defined in basic/BUILD.bazel and that depends on a vendored dependency. You find a list of all available vendored dependencies in the BUILD file of the generated folder: basic/3rdparty/crates/BUILD.bazel You declare a vendored dependency in you target as following: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_sys\", srcs = [\"src/main.rs\"], deps = [\"//basic/3rdparty/crates:bzip2\"], visibility = [\"//visibility:public\"],\n) Note, the vendored dependency is not yet accessible because you have to define first how to load the vendored dependencies. For that, you first create a file sys_deps.bzl and add the following content: # rename the default name \"crate_repositories\" in case you import multiple vendored folders.\nload(\"//basic/3rdparty/crates:defs.bzl\", basic_crate_repositories = \"crate_repositories\") def sys_deps(): # Load the vendored dependencies basic_crate_repositories() This is straightforward, you import the generated crate_repositories from the crates folder, rename it to avoid name clashes in case you import from multiple vendored folders, and then just load the vendored dependencies. In a WORKSPACE configuration, you would just load and call sys_deps(), but in a MODULE configuration, you cannot do that. Instead, you create a new file WORKSPACE.bzlmod and add the following content. load(\"//:sys_deps.bzl\", \"sys_deps\")\nsys_deps() Now, you can build the project as usual. There are some more examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Vendored Dependencies","id":"159","title":"Vendored Dependencies"},"16":{"body":"","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group.bzl","id":"16","title":"rust_library_group.bzl"},"160":{"body":"crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\ncrate.annotation(deps, data, additive_build_file, additive_build_file_content, alias_rule, build_script_compile_data, build_script_data, build_script_data_glob, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_toolchains, build_script_tools, build_script_use_cc_toolchain, build_script_use_default_shell_env, compile_data, compile_data_glob, compile_data_glob_excludes, crate, crate_features, data_glob, disable_pipelining, extra_aliased_targets, gen_all_binaries, gen_binaries, gen_build_script, label_injections, link_deps, override_target_bin, override_target_build_script, override_target_lib, override_target_proc_macro, patch_args, patch_tool, patches, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, shallow_since, version)\ncrate.annotation_select(deps, data, build_script_compile_data, build_script_data, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_tools, compile_data, crate, crate_features, link_deps, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, triples, version)\ncrate.from_cargo(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, manifests, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.from_specs(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.render_config(build_file_template, crate_alias_template, crate_label_template, crate_repository_template, crates_module_template, default_alias_rule_bzl, default_alias_rule_name, default_package_name, generate_cargo_toml_env_vars, generate_rules_license_metadata, generate_target_compatible_with, incompatible_no_root_alias_targets, platforms_template, regen_command, repositories, vendor_mode)\ncrate.spec(artifact, branch, default_features, features, git, lib, package, package_alias, path, repositories, rev, tag, version)\ncrate.splicing_config(repositories, resolver_version) Crate universe module extensions. Environment Variables: variable usage CARGO_BAZEL_GENERATOR_SHA256 The sha256 checksum of the file located at CARGO_BAZEL_GENERATOR_URL CARGO_BAZEL_GENERATOR_URL The URL of a cargo-bazel binary. This variable takes precedence over attributes and can use file:// for local paths CARGO_BAZEL_ISOLATED An authoritative flag as to whether or not the CARGO_HOME environment variable should be isolated from the host configuration CARGO_BAZEL_REPIN An indicator that the dependencies represented by the rule should be regenerated. REPIN may also be used. See Repinning / Updating Dependencies for more details. CARGO_BAZEL_REPIN_ONLY A comma-delimited allowlist for rules to execute repinning. Can be useful if multiple instances of the repository rule are used in a Bazel workspace, but repinning should be limited to one of them. CARGO_BAZEL_TIMEOUT An integer value to override the default timeout setting when running the cargo-bazel binary. This value must be in seconds. TAG CLASSES","breadcrumbs":"External Crates » crate_universe » crate","id":"160","title":"crate"},"161":{"body":"A collection of extra attributes and settings for a particular crate. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] additive_build_file A file containing extra contents to write to the bottom of generated BUILD files. Label optional None additive_build_file_content Extra contents to write to the bottom of generated BUILD files. String optional \"\" alias_rule Alias rule to use instead of native.alias(). Overrides render_config 's 'default_alias_rule'. String optional \"\" build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_data_glob A list of glob patterns to add to a crate's cargo_build_script::data attribute List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_toolchains A list of labels to set on a crates's cargo_build_script::toolchains attribute. List of labels optional [] build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] build_script_use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_cc_toolchain build setting (defaults to enabled). String optional \"auto\" build_script_use_default_shell_env Whether or not to include the default shell environment for the build script action. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_default_shell_env build setting. String optional \"auto\" compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob A list of glob patterns to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob_excludes A list of glob patterns to be excllued from a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] data_glob A list of glob patterns to add to a crate's rust_library::data attribute. List of strings optional [] disable_pipelining If True, disables pipelining for library targets for this crate. Boolean optional False extra_aliased_targets A list of targets to add to the generated aliases in the root crate_universe repository. Dictionary: String -> String optional {} gen_all_binaries If true, generates rust_binary targets for all of the crates bins Boolean optional False gen_binaries As a list, the subset of the crate's bins that should get rust_binary targets produced. List of strings optional [] gen_build_script An authoritative flag to determine whether or not to produce cargo_build_script targets for the current crate. Supported values are 'on', 'off', and 'auto'. String optional \"auto\" label_injections A mapping of canonical repository labels to the apparent repository prefix used in the annotation's strings. This is necessary for cases where a build_script_data annotation is given and the new label is used in location expansion via build_script_env. E.g. build_script_data = [\"@xz//:lzma\"] and build_script_env = {\"LZMA_BIN\": \"$(execpath @xz//:lzma)\"}. This example would require label_injections = {\"@xz\": \"@xz\"} where the key resolves to a canonical repo and the value is the apparent repo prefix used throughout this annotation. Target portions (//pkg:target) on either side are ignored; the cargo-bazel generator rewrites the apparent repo prefix to its canonical form and leaves any user-written target verbatim. Dictionary: Label -> String optional {} link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] override_target_bin An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_build_script An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_lib An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_proc_macro An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None patch_args The patch_args attribute of a Bazel repository rule. See http_archive.patch_args List of strings optional [] patch_tool The patch_tool attribute of a Bazel repository rule. See http_archive.patch_tool String optional \"\" patches The patches attribute of a Bazel repository rule. See http_archive.patches List of labels optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] shallow_since An optional timestamp used for crates originating from a git repository instead of a crate registry. This flag optimizes fetching the source code. String optional \"\" version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation","id":"161","title":"annotation"},"162":{"body":"A constructor for a crate dependency with selectable attributes. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] triples A list of triples to apply the annotation to. List of strings required version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation_select","id":"162","title":"annotation_select"},"163":{"body":"Generates a repo @crates from a Cargo.toml / Cargo.lock pair. Attributes Name Description Type Mandatory Default name The name of the repo to generate Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None manifests A list of Cargo manifests (Cargo.toml files). List of labels optional [] skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_cargo","id":"163","title":"from_cargo"},"164":{"body":"Generates a repo @crates from the defined spec tags. Attributes Name Description Type Mandatory Default name The name of the repo to generate. Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_specs","id":"164","title":"from_specs"},"165":{"body":"Various settings used to configure rendered outputs. The template parameters each support a select number of format keys. A description of each key can be found below where the supported keys for each template can be found in the parameter docs key definition name The name of the crate. Eg tokio repository The rendered repository name for the crate. Directly relates to crate_repository_template. triple A platform triple. Eg x86_64-unknown-linux-gnu version The crate version. Eg 1.2.3 target The library or binary target of the crate file The basename of a file Attributes Name Description Type Mandatory Default build_file_template The base template to use for BUILD file names. The available format keys are [{name}, {version}`]. String optional \"//:BUILD.{name}-{version}.bazel\" crate_alias_template The base template to use for crate aliases. The available format keys are [{repository}, {name}, {version}, {target}]. Defaults to the per-alias subpackage layout (@{repository}//{name}-{version}); set to @{repository}//:{name}-{version} to point aliases() / all_crate_deps() at the legacy root-package aliases (only valid while incompatible_no_root_alias_targets is off). String optional \"@{repository}//{name}-{version}\" crate_label_template The base template to use for crate labels. The available format keys are [{repository}, {name}, {version}, {target}]. String optional \"@{repository}__{name}-{version}//:{target}\" crate_repository_template The base template to use for Crate label repository names. The available format keys are [{repository}, {name}, {version}]. String optional \"{repository}__{name}-{version}\" crates_module_template The pattern to use for the defs.bzl and BUILD.bazel file names used for the crates module. The available format keys are [{file}]. String optional \"//:{file}\" default_alias_rule_bzl Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. Label optional None default_alias_rule_name Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. String optional \"alias\" default_package_name The default package name to use in the rendered macros. This affects the auto package detection of things like all_crate_deps. String optional \"\" generate_cargo_toml_env_vars Whether to generate cargo_toml_env_vars targets. Boolean optional True generate_rules_license_metadata Whether to generate rules license metadata. Boolean optional False generate_target_compatible_with Whether to generate target_compatible_with annotations on the generated BUILD files. This catches a target_triple being targeted that isn't declared in supported_platform_triples. Boolean optional True incompatible_no_root_alias_targets Incompatibility flag. Suppresses the top-level alias() rules in the hub repository's root BUILD.bazel (e.g. @crate_index//:clap). Per-alias subpackages (e.g. @crate_index//clap) are always emitted, so flipping this flag on lets users keep consuming aliases through the subpackage path while the root version disappears. Boolean optional False platforms_template The base template to use for platform names. See platforms documentation . The available format keys are [{triple}]. String optional \"@rules_rust//rust/platform:{triple}\" regen_command An optional command to demonstrate how generated files should be regenerated. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] vendor_mode An optional configuration for rendering content to be rendered into repositories. String optional \"\"","breadcrumbs":"External Crates » crate_universe » render_config","id":"165","title":"render_config"},"166":{"body":"A constructor for a crate dependency. Attributes Name Description Type Mandatory Default artifact Set to 'bin' to pull in a binary crate as an artifact dependency. Requires a nightly Cargo. String optional \"\" branch The git branch of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" default_features Maps to the default-features flag. Boolean optional True features A list of features to use for the crate. List of strings optional [] git The Git url to use for the crate. Cannot be used with version or path. String optional \"\" lib If using artifact = 'bin', additionally setting lib = True declares a dependency on both the package's library and binary, as opposed to just the binary. Boolean optional False package The explicit name of the package. String required package_alias Alias for the package. String optional \"\" path The local path of the remote crate. Cannot be used with version or git. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this spec is applied to. Defaults to all repositories. List of strings optional [] rev The git revision of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. String optional \"\" tag The git tag of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" version The exact version of the crate. Cannot be used with git or path. String optional \"\"","breadcrumbs":"External Crates » crate_universe » spec","id":"166","title":"spec"},"167":{"body":"Various settings used to configure Cargo manifest splicing behavior. Attributes Name Description Type Mandatory Default repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] resolver_version The resolver version to use in generated Cargo manifests. This flag is only used when splicing a manifest from direct package definitions. See crates_repository::packages String optional \"2\"","breadcrumbs":"External Crates » crate_universe » splicing_config","id":"167","title":"splicing_config"},"168":{"body":"Rules Rust supports collecting code coverage data using bazel coverage, leveraging LLVM's source-based coverage instrumentation.","breadcrumbs":"Code Coverage » Code Coverage","id":"168","title":"Code Coverage"},"169":{"body":"bazel coverage //my_project/... This instruments all targets matching the default --instrumentation_filter and produces an LCOV report at bazel-out/_coverage/_coverage_report.dat.","breadcrumbs":"Code Coverage » Basic Usage","id":"169","title":"Basic Usage"},"17":{"body":"load(\"@rules_rust//rust:rust_library_group.bzl\", \"rust_library_group\") rust_library_group(name, deps) Functions as an alias for a set of dependencies. Specifically, the following are equivalent: rust_library_group( name = \"crate_group\", deps = [ \":crate1\", \":crate2\", ],\n) rust_library( name = \"foobar\", deps = [\":crate_group\"], ...\n) and rust_library( name = \"foobar\", deps = [ \":crate1\", \":crate2\", ], ...\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Other dependencies to forward through this crate group. List of labels optional []","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group","id":"17","title":"rust_library_group"},"170":{"body":"Rules Rust respects Bazel's standard --instrumentation_filter flag to control which targets get compiled with -Cinstrument-coverage. Only targets whose label matches the filter are instrumented, consistent with how coverage works for other languages (C++, Java).","breadcrumbs":"Code Coverage » Controlling Instrumentation","id":"170","title":"Controlling Instrumentation"},"171":{"body":"For projects with vendored or third-party dependencies, restrict instrumentation to workspace targets to avoid unnecessary recompilation: coverage --instrumentation_filter=^// To further exclude specific directories: coverage --instrumentation_filter=^//,-^//third_party","breadcrumbs":"Code Coverage » Recommended .bazelrc Settings","id":"171","title":"Recommended .bazelrc Settings"},"172":{"body":"When a rust_test target uses the crate attribute, Rust compiles the library source code directly into the test binary. Rules Rust automatically checks whether the underlying crate should be instrumented, so library code compiled into the test binary produces coverage data without needing --instrument_test_targets. Note: because the entire crate (including #[cfg(test)] code) is compiled as one unit, test-specific code in the crate will also be instrumented. This is a known inconsistency with the usual Bazel convention where test code is only instrumented when --instrument_test_targets is set.","breadcrumbs":"Code Coverage » rust_test with a crate attribute","id":"172","title":"rust_test with a crate attribute"},"173":{"body":"By default, Bazel excludes test targets from instrumentation. If you want coverage of the test code itself (not just the libraries it exercises), add: coverage --instrument_test_targets","breadcrumbs":"Code Coverage » --instrument_test_targets","id":"173","title":"--instrument_test_targets"},"174":{"body":"Flag Purpose --instrumentation_filter=<regex> Controls which targets are instrumented. Default: -/javatests[/:],-/test/java[/:] --instrument_test_targets Also instrument test targets. Not required for library coverage via rust_test with crate. --combined_report=lcov Produce a combined LCOV report (set by default with bazel coverage).","breadcrumbs":"Code Coverage » Flags Summary","id":"174","title":"Flags Summary"},"175":{"body":"rules_rust manages versions of things like rustc. If you want to manually run upstream tooling configured at the versions, plugins and such that rules_rust has configured, rules_rust exposes these as targets in @rules_rust//tools/upstream_wrapper: % bazel query @rules_rust//tools/upstream_wrapper\n@rules_rust//tools/upstream_wrapper:cargo\n@rules_rust//tools/upstream_wrapper:cargo_clippy\n@rules_rust//tools/upstream_wrapper:rustc\n@rules_rust//tools/upstream_wrapper:rustfmt You can run them via bazel run, e.g. bazel run @rules_rust//tools/upstream_wrapper:cargo -- check.","breadcrumbs":"Upstream Tooling » Upstream Tooling","id":"175","title":"Upstream Tooling"},"176":{"body":"","breadcrumbs":"IDE Integrations » IDE Integrations","id":"176","title":"IDE Integrations"},"177":{"body":"","breadcrumbs":"IDE Integrations » VSCode","id":"177","title":"VSCode"},"178":{"body":"The best intellisense integrations to date are documented for rust-analyzer . Please refer to this documentation for setup instructions.","breadcrumbs":"IDE Integrations » Intellisense","id":"178","title":"Intellisense"},"179":{"body":"rules_rust offers tooling to generate VSCode targets for running rust_binary and rust_test targets with a debugger in VSCode. Prerequisites Install CodeLLDB extension in VSCode. Generate Launch Configurations Generate VSCode launch.json for debugging all Rust targets in the current workspace: bazel run @rules_rust//tools/vscode:gen_launch_json To scope debug generated launch.json targets, query patterns can be passed: bazel run @rules_rust//tools/vscode:gen_launch_json -- //path/to/... Bazel targets should now be available for debugging via the \"Run and Debug\" menu.","breadcrumbs":"IDE Integrations » Debugging","id":"179","title":"Debugging"},"18":{"body":"","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config.bzl","id":"18","title":"rust_lint_config.bzl"},"180":{"body":"","breadcrumbs":"Extensions » Extensions","id":"180","title":"Extensions"},"181":{"body":"These rules are for using Bindgen to generate Rust bindings to C (and some C++) libraries.","breadcrumbs":"Extensions » bindgen » rules_rust_bindgen","id":"181","title":"rules_rust_bindgen"},"182":{"body":"rust_bindgen rust_bindgen_library rust_bindgen_toolchain","breadcrumbs":"Extensions » bindgen » Rules","id":"182","title":"Rules"},"183":{"body":"To use the Rust bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_bindgen\", version = \"{SEE_RELEASE_NOTES}\") rules_rust_bindgen does not automatically register a bindgen toolchain. You need to register either your own or the default toolchain by adding the following to your MODULE.bazel file: register_toolchains(\"@rules_rust_bindgen//:default_bindgen_toolchain\") The default toolchain builds libclang from source via the llvm-project bazel_dep. examples/bindgen_toolchain shows how to use a prebuilt libclang. Bindgen aims to be as hermetic as possible so will end up building libclang from llvm-project from source. If this is found to be undesirable, users should define their own repositories using something akin to crate_universe and define their own toolchains following the instructions for rust_bindgen_toolchain .","breadcrumbs":"Extensions » bindgen » Setup","id":"183","title":"Setup"},"184":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen\") rust_bindgen(name, bindgen_flags, cc_lib, clang_flags, header, merge_cc_lib_objects_into_rlib, wrap_static_fns) Generates a rust source file from a cc_library and a header. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. List of strings optional [] cc_lib The cc_library that contains the .h file. This is used to find the transitive includes. Label required clang_flags Flags to pass directly to the clang executable. List of strings optional [] header The .h file to generate bindings for. Label required merge_cc_lib_objects_into_rlib When True, objects from cc_lib will be copied into the rlib archive produced by the rust_library that depends on this rust_bindgen rule (using BuildInfo provider) Boolean optional True wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains). Boolean optional False","breadcrumbs":"Extensions » bindgen » rust_bindgen","id":"184","title":"rust_bindgen"},"185":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain(name, bindgen, clang, default_rustfmt, libclang, libstdcxx) The tools required for the rust_bindgen rule. This rule depends on the bindgen binary crate, and it in turn depends on both a clang binary and the clang library. These dependencies are provided by the @rules_rust_bindgen module extension when using Bzlmod. load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain( name = \"bindgen_toolchain_impl\", bindgen = \"//my/rust:bindgen\", clang = \"//my/clang:clang\", libclang = \"//my/clang:libclang.so\", libstdcxx = \"//my/cpp:libstdc++\",\n) toolchain( name = \"bindgen_toolchain\", toolchain = \"bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_bindgen//:toolchain_type\",\n) This toolchain will then need to be registered in the current WORKSPACE. For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen The label of a bindgen executable. Label optional None clang The label of a clang executable. Label optional None default_rustfmt If set, rust_bindgen targets will always format generated sources with rustfmt. Boolean optional True libclang A cc_library providing bindgen's runtime dependency on libclang. This attribute is required for hermeticity when bindgen is dynamically linked. If None, bindgen must be statically linked; else, system libraries will be used instead. Label optional None libstdcxx A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. Label optional None","breadcrumbs":"Extensions » bindgen » rust_bindgen_toolchain","id":"185","title":"rust_bindgen_toolchain"},"186":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_library\") rust_bindgen_library(name, header, cc_lib, bindgen_flags, bindgen_features, clang_flags, wrap_static_fns, **kwargs) Generates a rust source file for header, and builds a rust_library. Arguments are the same as rust_bindgen, and kwargs are passed directly to rust_library. PARAMETERS Name Description Default Value name A unique name for this target. none header The label of the .h file to generate bindings for. none cc_lib The label of the cc_library that contains the .h file. This is used to find the transitive includes. none bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. None bindgen_features The features attribute for the rust_bindgen target. None clang_flags Flags to pass directly to the clang executable. None wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains\", False kwargs Arguments to forward to the underlying rust_library rule. none","breadcrumbs":"Extensions » bindgen » rust_bindgen_library","id":"186","title":"rust_bindgen_library"},"187":{"body":"Bazel rules for mdBook .","breadcrumbs":"Extensions » mdbook » rules_rust_mdbook","id":"187","title":"rules_rust_mdbook"},"188":{"body":"mdbook mdbook_server mdbook_toolchain","breadcrumbs":"Extensions » mdbook » Rules","id":"188","title":"Rules"},"189":{"body":"bazel_dep(name = \"rules_rust_mdbook\", version = \"{SEE_RELEASE_NOTES}\")","breadcrumbs":"Extensions » mdbook » Setup","id":"189","title":"Setup"},"19":{"body":"load(\"@rules_rust//rust:rust_lint_config.bzl\", \"rust_lint_config\") rust_lint_config(name, clippy, rustc, rustc_check_cfg, rustdoc) Defines a group of lints that can be applied when building Rust targets. For example, you can define a single group of lints: load(\"@rules_rust//rust:defs.bzl\", \"rust_lint_config\") rust_lint_config( name = \"workspace_lints\", rustc = { \"unknown_lints\": \"allow\", \"unexpected_cfgs\": \"warn\", }, rustc_check_cfg = { \"bazel\": [], \"fuzzing\": [], \"mz_featutres\": [\"laser\", \"rocket\"], }, clippy = { \"box_default\": \"allow\", \"todo\": \"warn\", \"unused_async\": \"warn\", }, rustdoc = { \"unportable_markdown\": \"allow\", },\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required clippy Set of 'clippy' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc Set of 'rustc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc_check_cfg Set of 'cfg' names and list of values to expect. Dictionary: String -> List of strings optional {} rustdoc Set of 'rustdoc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {}","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config","id":"19","title":"rust_lint_config"},"190":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook\") mdbook(name, srcs, book, plugins) Rules to create book from markdown files using mdBook. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs All inputs to the book. List of labels optional [] book The book.toml file. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook","id":"190","title":"mdbook"},"191":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_server\") mdbook_server(name, book, hostname, port) Spawn an mdbook server for a given mdbook target. The server stages every input (including generated sources) into an isolated working directory before invoking mdbook serve, so the running book always reflects the bazel-built sources rather than the workspace checkout. For live-reload during development, add tags = [\"ibazel_notify_changes\"] and invoke with ibazel : mdbook_server( name = \"book_server\", book = \":book\", tags = [\"ibazel_notify_changes\"],\n) ibazel run //path/to:book_server ibazel will rebuild on source changes and signal the running server via stdin; the server re-stages the freshly built inputs and mdbook serve reloads any connected browsers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required book The mdbook target to serve. Label required hostname The default hostname to use (Can be overridden on the command line). String optional \"localhost\" port The default port to use (Can be overridden on the command line). String optional \"3000\"","breadcrumbs":"Extensions » mdbook » mdbook_server","id":"191","title":"mdbook_server"},"192":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_toolchain\") mdbook_toolchain(name, mdbook, plugins) A mdBook toolchain. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required mdbook A mdBook binary. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook_toolchain","id":"192","title":"mdbook_toolchain"},"193":{"body":"These build rules are used for building protobufs / gRPC in Rust with Bazel using Prost and Tonic","breadcrumbs":"Extensions » prost » rules_rust_prost","id":"193","title":"rules_rust_prost"},"194":{"body":"rust_prost_library rust_prost_toolchain","breadcrumbs":"Extensions » prost » Rules","id":"194","title":"Rules"},"195":{"body":"bazel_dep(name = \"rules_rust_prost\", version = \"{SEE_RELEASE_NOTES}\") The prost and tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. To setup the prost and tonic toolchain, please see the section Customizing prost and tonic Dependencies . For additional information about Bazel toolchains, see here . Customizing prost and tonic Dependencies These rules depend on the prost and tonic dependencies. To setup the necessary toolchain for these rules, you must define a toolchain with the prost , prost-types , tonic , protoc-gen-prost , and protoc-gen-tonic crates as well as the protoc binary. To get access to these crates, you can use the crate_universe repository rules. For example: load(\"//crate_universe:defs.bzl\", \"crate\", \"crates_repository\") crates_repository( name = \"crates_io\", annotations = { \"protoc-gen-prost\": [crate.annotation( gen_binaries = [\"protoc-gen-prost\"], patch_args = [ \"-p1\", ], patches = [ # Note: You will need to use this patch until a version greater than `0.2.2` of # `protoc-gen-prost` is released. \"@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch\", ], )], \"protoc-gen-tonic\": [crate.annotation( gen_binaries = [\"protoc-gen-tonic\"], )], }, cargo_lockfile = \"Cargo.Bazel.lock\", mode = \"remote\", packages = { \"prost\": crate.spec( version = \"0\", ), \"prost-types\": crate.spec( version = \"0\", ), \"protoc-gen-prost\": crate.spec( version = \"0\", ), \"protoc-gen-tonic\": crate.spec( version = \"0\", ), \"tonic\": crate.spec( version = \"0\", ), }, repository_name = \"rules_rust_prost\", tags = [\"manual\"],\n) You can then define a toolchain with the rust_prost_toolchain rule which uses the crates defined above. For example: load(\"@rules_rust//proto/prost:defs.bzl\", \"rust_prost_toolchain\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library_group\") rust_library_group( name = \"prost_runtime\", deps = [ \"@crates_io//prost\", ],\n) rust_library_group( name = \"tonic_runtime\", deps = [ \":prost_runtime\", \"@crates_io//tonic\", ],\n) rust_prost_toolchain( name = \"prost_toolchain_impl\", prost_plugin = \"@crates_io//protoc-gen-prost__protoc-gen-prost\", prost_runtime = \":prost_runtime\", prost_types = \"@crates_io//prost-types\", proto_compiler = \"@com_google_protobuf//:protoc\", tonic_plugin = \"@crates_io//protoc-gen-tonic__protoc-gen-tonic\", tonic_runtime = \":tonic_runtime\",\n) toolchain( name = \"prost_toolchain\", toolchain = \"prost_toolchain_impl\", toolchain_type = \"@rules_rust//proto/prost:toolchain_type\",\n) Lastly, you must register the toolchain in your MODULE.bazel file. For example: register_toolchains(\"//toolchains:prost_toolchain\")","breadcrumbs":"Extensions » prost » Setup","id":"195","title":"Setup"},"196":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\") rust_prost_library(name, proto) A rule for generating a Rust library using Prost. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proto A proto_library target for which to generate Rust gencode. Label required","breadcrumbs":"Extensions » prost » rust_prost_library","id":"196","title":"rust_prost_library"},"197":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_toolchain\") rust_prost_toolchain(name, compile_well_known_types, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag, prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin, tonic_plugin_flag, tonic_runtime) Rust Prost toolchain rule. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required compile_well_known_types Corresponds to prost_build's compile_well_known_types option. If set to False, well-known-types will not be compiled by prost, and instead rely on the provided Prost types crate. Boolean optional True include_transitive_deps Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. Boolean optional False prost_opts Additional options to add to Prost. List of strings optional [] prost_plugin The Prost protoc plugin (e.g. protoc-gen-prost) to invoke. Label required prost_plugin_flag Prost plugin flag format. (e.g. --plugin=protoc-gen-prost=%s) String optional \"--plugin=protoc-gen-prost=%s\" prost_runtime The Prost runtime crates to use. Label required prost_types The Prost types crates to use. Label required proto_compiler The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. Label optional None tonic_opts Additional options to add to Tonic. List of strings optional [] tonic_plugin The Tonic protoc plugin (e.g. protoc-gen-tonic) to invoke. Label optional None tonic_plugin_flag Tonic plugin flag format. (e.g. --plugin=protoc-gen-tonic=%s)) String optional \"--plugin=protoc-gen-tonic=%s\" tonic_runtime The Tonic runtime crates to use. Label optional None","breadcrumbs":"Extensions » prost » rust_prost_toolchain","id":"197","title":"rust_prost_toolchain"},"198":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_transform\") rust_prost_transform(name, deps, srcs, crate_name, prost_opts, tonic_opts) A rule for transforming the outputs of ProstGenProto actions. This rule is used by adding it to the data attribute of proto_library targets. E.g. load(\"@rules_proto//proto:defs.bzl\", \"proto_library\")\nload(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\", \"rust_prost_transform\") rust_prost_transform( name = \"a_transform\", srcs = [ \"a_src.rs\", ],\n) proto_library( name = \"a_proto\", srcs = [ \"a.proto\", ], data = [ \":a_transform\", ],\n) rust_prost_library( name = \"a_rs_proto\", proto = \":a_proto\",\n) The rust_prost_library will spawn an action on the a_proto target which consumes the a_transform rule to provide a means of granularly modifying a proto library for ProstGenProto actions with minimal impact to other consumers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Additional dependencies to add to the compiled crate. List of labels optional [] srcs Additional source files to include in generated Prost source code. List of labels optional [] crate_name The name of the crate generated by Prost. This is used to override the default name which is the name of the proto_library target. String optional \"\" prost_opts Additional options to add to Prost. List of strings optional [] tonic_opts Additional options to add to Tonic. List of strings optional []","breadcrumbs":"Extensions » prost » rust_prost_transform","id":"198","title":"rust_prost_transform"},"199":{"body":"","breadcrumbs":"Extensions » pyo3 » rules_rust_pyo3","id":"199","title":"rules_rust_pyo3"},"2":{"body":"To use a particular version of the Rust compiler, pass that version to the toolchain method of the rust extension, like this: rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = \"2024\", versions = [ \"1.85.0\" ],\n) As well as an exact version, versions can accept nightly/{iso_date} and beta/{iso_date} strings for toolchains from different release channels, as in rust.toolchain( edition = \"2021\", versions = [ \"nightly/1.85.0\" ],\n) By default, a stable and nightly toolchain will be registered if no toolchain method is called (and thus no specific versions are registered). However, if only 1 version is passed and it is from the nightly or beta release channels (i.e. not stable), then the following build setting flag must be present, either on the command line or set in the project's .bazelrc file: build --@rules_rust//rust/toolchain/channel=nightly Failure to do so will result in rules attempting to match a stable toolchain when one was not registered, thus raising an error.","breadcrumbs":"Introduction » Specifying Rust version","id":"2","title":"Specifying Rust version"},"20":{"body":"rust_cdylib_library load(\"@rules_rust//rust:rust_cdylib_library.bzl\", \"rust_cdylib_library\") rust_cdylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_cdylib_library » rust_cdylib_library","id":"20","title":"rust_cdylib_library"},"200":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_toolchain\") pyo3_toolchain(name) Define a toolchain which generates config data for the PyO3 for producing extension modules on any target platform. Note that this toolchain expects the pyo3 crate to be built with the following features: abi3 abi3-py3* (e.g abi3-py311) extension-module When using rules_rust's crate_universe , this data can be plubmed into the target using the following snippet. annotations = { \"pyo3-build-config\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ], \"pyo3-ffi\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ],\n}, ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required","breadcrumbs":"Extensions » pyo3 » pyo3_toolchain","id":"200","title":"pyo3_toolchain"},"201":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"rust_pyo3_toolchain\") rust_pyo3_toolchain(name, pyo3, pyo3_introspection) Define a toolchain for PyO3 Rust dependencies which power internal rules. This toolchain is how the rules know which version of pyo3 to link against. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required pyo3 The PyO3 library. Label required pyo3_introspection The PyO3 introspection library. Label required","breadcrumbs":"Extensions » pyo3 » rust_pyo3_toolchain","id":"201","title":"rust_pyo3_toolchain"},"202":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_extension\") pyo3_extension(*, name, srcs, aliases, compile_data, crate_features, crate_root, data, deps, edition, imports, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, stubs, version, compilation_mode, module_name, **kwargs) Define a PyO3 python extension module. This target is consumed just as a py_library would be. PARAMETERS Name Description Default Value name The name of the target. none srcs List of Rust .rs source files used to build the library. For more details see rust_shared_library . none aliases Remap crates to a new name or moniker for linkage to this target. For more details see rust_shared_library . {} compile_data List of files used by this rule at compile time. For more details see rust_shared_library . [] crate_features List of features to enable for this crate. For more details see rust_shared_library . [] crate_root The file that will be passed to rustc to be used for building this crate. For more details see rust_shared_library . None data List of files used by this rule at compile time and runtime. For more details see rust_shared_library . [] deps List of other libraries to be linked to this library target. For more details see rust_shared_library . [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. For more details see rust_shared_library . None imports List of import directories to be added to the PYTHONPATH. For more details see py_library.imports . [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. For more details see rust_shared_library . [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. For more details see rust_shared_library . {} rustc_env_files Files containing additional environment variables to set for rustc. For more details see rust_shared_library . [] rustc_flags List of compiler flags passed to rustc. For more details see rust_shared_library . [] stubs Whether or not to generate stubs (.pyi file) for the module. None version A version to inject in the cargo environment variable. For more details see rust_shared_library . None compilation_mode The compilation_mode value to build the extension for. If set to \"current\", the current configuration will be used. \"opt\" module_name A full dotted Python module path implemented by this extension (e.g. foo.bar). None kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » pyo3 » pyo3_extension","id":"202","title":"pyo3_extension"},"203":{"body":"Bazel rules for generating wasm modules for Javascript using wasm-bindgen .","breadcrumbs":"Extensions » wasm_bindgen » rules_rust_wasm_bindgen","id":"203","title":"rules_rust_wasm_bindgen"},"204":{"body":"rust_wasm_bindgen rust_wasm_bindgen_toolchain","breadcrumbs":"Extensions » wasm_bindgen » Rules","id":"204","title":"Rules"},"205":{"body":"To begin using the wasm-bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_wasm_bindgen\", version = \"{SEE_RELEASE_NOTES}\") This should enable users to start using the rust_wasm_bindgen rule. However, it's common to want to control the version of wasm-bindgen in the workspace instead of relying on the one provided by rules_rust. In this case, users should use the rust_wasm_bindgen_toolchain rule to define their own toolchains to register.","breadcrumbs":"Extensions » wasm_bindgen » Setup","id":"205","title":"Setup"},"206":{"body":"Rules for doing so can be found at rules_js_rust_wasm_bindgen","breadcrumbs":"Extensions » wasm_bindgen » Interfacing with Javascript rules","id":"206","title":"Interfacing with Javascript rules"},"207":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen\") rust_wasm_bindgen(name, bindgen_flags, out_name, target, target_arch, wasm_file) Generates javascript and typescript bindings for a webassembly module using wasm-bindgen . An example of this rule in use can be seen at @rules_rust//examples/wasm ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. List of strings optional [] out_name Set a custom output filename (Without extension. Defaults to target name). String optional \"\" target The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. String optional \"bundler\" target_arch The target architecture to use for the wasm-bindgen command line option. String optional \"wasm32\" wasm_file The .wasm crate to generate bindings for. Label required","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen","id":"207","title":"rust_wasm_bindgen"},"208":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain(name, browser, browser_type, wasm_bindgen_cli, wasm_bindgen_test, wasm_bindgen_test_runner, webdriver, webdriver_args, webdriver_json) The tools required for the rust_wasm_bindgen rule. In cases where users want to control or change the version of wasm-bindgen used by rust_wasm_bindgen , a unique toolchain can be created as in the example below: load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain( wasm_bindgen_cli = \"//3rdparty/crates:wasm_bindgen_cli__bin\",\n) toolchain( name = \"wasm_bindgen_toolchain\", toolchain = \"wasm_bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_wasm_bindgen//:toolchain_type\",\n) Now that you have your own toolchain, you need to register it by inserting the following statement in your WORKSPACE file: register_toolchains(\"//my/toolchains:wasm_bindgen_toolchain\") For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required browser The browser entrypoint. Label optional None browser_type The type of browser provided. String optional \"\" wasm_bindgen_cli The label of a wasm-bindgen-cli executable. Label optional None wasm_bindgen_test The label of a wasm-bindgen-test crate. Label optional None wasm_bindgen_test_runner The label of a wasm-bindgen-test-runner binary. Label optional None webdriver The webdriver to use. Label optional None webdriver_args Arguments to pass to the webdriver binary. List of strings optional [] webdriver_json The webdriver.json config file for wasm-bindgen-test. Label optional None","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_toolchain","id":"208","title":"rust_wasm_bindgen_toolchain"},"209":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"RustWasmBindgenInfo\") RustWasmBindgenInfo(js, root, snippets, ts, wasm) Info about wasm-bindgen outputs. FIELDS Name Description js Depset[File]: The Javascript files produced by wasm-bindgen. root str: The path to the root of the wasm-bindgen --out-dir directory. snippets File: The snippets directory produced by wasm-bindgen. ts Depset[File]: The Typescript files produced by wasm-bindgen. wasm File: The .wasm file generated by wasm-bindgen.","breadcrumbs":"Extensions » wasm_bindgen » RustWasmBindgenInfo","id":"209","title":"RustWasmBindgenInfo"},"21":{"body":"rust_dylib_library load(\"@rules_rust//rust:rust_dylib_library.bzl\", \"rust_dylib_library\") rust_dylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, link_std_dylib, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a shared library using the unstable Rust ABI. This library can be depended on by other Rust targets via --extern, making it suitable for splitting a Rust project into separately compiled dynamic libraries. Note that the Rust ABI is not stable across compiler versions. This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. Note : When dynamic libraries are listed as dependencies for other Rust binaries they can induce errors from multiply defined symbols, causing linker errors in rustc. Some libraries in the dependency graph may need to be converted to dynamic libraries, and/or have the standard library dynamically linked (link_std_dylib) to avoid this. These rules do not attempt to resolve these linking issues automatically. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this library.Default is true. This is typically required for Rust ABI dylibs so that the stdlib is shared with the binary that loads them, avoiding duplicate symbols. Boolean optional True lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_dylib_library » rust_dylib_library","id":"21","title":"rust_dylib_library"},"210":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_test\") rust_wasm_bindgen_test(*, name, aliases, compile_data, crate_features, data, edition, env, env_inherit, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, target_arch, version, wasm, tags, **kwargs) \"A test rule for running wasm-bindgen tests .\" PARAMETERS Name Description Default Value name A unique name for this target. none aliases Remap crates to a new name or moniker for linkage to this target. {} compile_data List of files used by this rule at compile time. [] crate_features List of features to enable for this crate. [] data List of files used by this rule at compile time and runtime. [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. None env Specifies additional environment variables to set when the test is executed by bazel test. {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. {} rustc_env_files Files containing additional environment variables to set for rustc. [] rustc_flags List of compiler flags passed to rustc. [] target_arch The target architecture to use for the wasm-bindgen command line option. None version A version to inject in the cargo environment variable. \"0.0.0\" wasm The wasm target to test. None tags Tags to apply to the target. [] kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_test","id":"210","title":"rust_wasm_bindgen_test"},"22":{"body":"","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro.bzl","id":"22","title":"rust_proc_macro.bzl"},"23":{"body":"load(\"@rules_rust//rust:rust_proc_macro.bzl\", \"rust_proc_macro\") rust_proc_macro(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust proc-macro crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro","id":"23","title":"rust_proc_macro"},"24":{"body":"","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library.bzl","id":"24","title":"rust_shared_library.bzl"},"25":{"body":"load(\"@rules_rust//rust:rust_shared_library.bzl\", \"rust_shared_library\") rust_shared_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library","id":"25","title":"rust_shared_library"},"26":{"body":"","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library.bzl","id":"26","title":"rust_static_library.bzl"},"27":{"body":"load(\"@rules_rust//rust:rust_static_library.bzl\", \"rust_static_library\") rust_static_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, link_deps, lint_config, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust static library. This static library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce an archive that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library","id":"27","title":"rust_static_library"},"28":{"body":"","breadcrumbs":"Rules » rust » rust_test » rust_test.bzl","id":"28","title":"rust_test.bzl"},"29":{"body":"load(\"@rules_rust//rust:rust_test.bzl\", \"rust_test\") rust_test(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate, crate_features, crate_name, crate_root, edition, env, env_inherit, experimental_use_cc_common_link, link_deps, link_std_dylib, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, use_libtest_harness, version, zself_profile_events) Builds a Rust test crate. Examples: Suppose you have the following directory structure for a Rust library crate with unit test code in the library sources: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) -> String { format!(\"{} {}\", &self.greeting, thing) }\n} #[cfg(test)]\nmod test { use super::Greeter; #[test] fn test_greeting() { let hello = Greeter::new(\"Hi\"); assert_eq!(\"Hi Rust\", hello.greet(\"Rust\")); }\n} To build and run the tests, simply add a rust_test rule with no srcs and only depends on the hello_lib rust_library target via the crate attribute: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"hello_lib_test\", crate = \":hello_lib\", # You may add other deps that are specific to the test configuration deps = [\"//some/dev/dep\"],\n) Run the test with bazel test //hello_lib:hello_lib_test.","breadcrumbs":"Rules » rust » rust_test » rust_test","id":"29","title":"rust_test"},"3":{"body":"The oldest version of Bazel the main branch is tested against is 7.4.1. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support. We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.","breadcrumbs":"Introduction » Supported bazel versions","id":"3","title":"Supported bazel versions"},"30":{"body":"Integration tests that live in the tests directory , they are essentially built as separate crates. Suppose you have the following directory structure where greeting.rs is an integration test for the hello_lib library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs tests/ greeting.rs hello_lib/tests/greeting.rs: extern crate hello_lib; use hello_lib; #[test]\nfn test_greeting() { let hello = greeter::Greeter::new(\"Hello\"); assert_eq!(\"Hello world\", hello.greeting(\"world\"));\n} To build the greeting.rs integration test, simply add a rust_test target with greeting.rs in srcs and a dependency on the hello_lib target: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Run the test with bazel test //hello_lib:greeting_test. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate Target inline tests declared in the given crateThese tests are typically those that would be held out under #[cfg(test)] declarations. Label optional None crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the test is executed by bazel test. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution. Dictionary: String -> String optional {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. List of strings optional [] experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this test.Default is false. This is often required when testing a target that depends on a Rust ABI dylib. Boolean optional False lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None use_libtest_harness Whether to use libtest. For targets using this flag, individual tests can be run by using the --test_arg flag. E.g. bazel test //src:rust_test --test_arg=foo::test::test_fn. Boolean optional True version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_test » Example: test directory","id":"30","title":"Example: test directory"},"31":{"body":"","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite.bzl","id":"31","title":"rust_test_suite.bzl"},"32":{"body":"load(\"@rules_rust//rust:rust_test_suite.bzl\", \"rust_test_suite\") rust_test_suite(name, srcs, shared_srcs, **kwargs) A rule for creating a test suite for a set of rust_test targets. This rule can be used for setting up typical rust integration tests . Given the following directory structure: [crate]/ BUILD.bazel src/ lib.rs main.rs tests/ integrated_test_a.rs integrated_test_b.rs integrated_test_c.rs patterns/ fibonacci_test.rs helpers/ mod.rs The rule can be used to generate rust_test targets for each source file under tests and a test_suite which encapsulates all tests. load(\"//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rust_test_suite\") rust_library( name = \"math_lib\", srcs = [\"src/lib.rs\"],\n) rust_binary( name = \"math_bin\", srcs = [\"src/main.rs\"],\n) rust_test_suite( name = \"integrated_tests_suite\", srcs = glob([\"tests/**\"]), shared_srcs=glob([\"tests/helpers/**\"]), deps = [\":math_lib\"],\n) PARAMETERS Name Description Default Value name The name of the test_suite. none srcs All test sources, typically glob([\"tests/**/*.rs\"]). none shared_srcs Optional argument for sources shared among tests, typically helper functions. [] kwargs Additional keyword arguments for the underlying rust_test targets. The tags argument is also passed to the generated test_suite target. none","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite","id":"32","title":"rust_test_suite"},"33":{"body":"Clippy is a tool for catching common mistakes in Rust code and improving it. An expansive list of lints and the justification can be found in their documentation .","breadcrumbs":"Rules » clippy » Clippy","id":"33","title":"Clippy"},"34":{"body":"Simply add the following to the .bazelrc file in the root of your workspace: build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect\nbuild --output_groups=+clippy_checks This will enable clippy on all Rust targets . Note that targets tagged with no-clippy will not perform clippy checks. To use a local clippy.toml, add the following flag to your .bazelrc. Note that due to the upstream implementation of clippy, this file must be named either .clippy.toml or clippy.toml. Using a custom config file requires Rust 1.34.0 or newer. build --@rules_rust//rust/settings:clippy.toml=//:clippy.toml","breadcrumbs":"Rules » clippy » Setup","id":"34","title":"Setup"},"35":{"body":"rust_clippy — Rule that runs clippy-driver against a Rust target and fails the build on lint findings. Attach one per target for explicit gating. rust_clippy_aspect — Aspect form of the above. Attach in .bazelrc (as shown in Setup) to run clippy across every Rust target in the build. rust_clippy_test — Test rule that reports clippy findings as test failures, useful in CI where a failing test is more visible than a failing build.","breadcrumbs":"Rules » clippy » Rules","id":"35","title":"Rules"},"36":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy.bzl","id":"36","title":"rust_clippy.bzl"},"37":{"body":"load(\"@rules_rust//rust:rust_clippy.bzl\", \"rust_clippy\") rust_clippy(name, deps) Executes the clippy checker on a specific target. Similar to rust_clippy_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust clippy can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_clippy\") rust_clippy( name = \"hello_library_clippy\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ],\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run clippy on. List of labels optional []","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy","id":"37","title":"rust_clippy"},"38":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect.bzl","id":"38","title":"rust_clippy_aspect.bzl"},"39":{"body":"load(\"@rules_rust//rust:rust_clippy_aspect.bzl\", \"rust_clippy_aspect\") rust_clippy_aspect() Executes the clippy checker on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be analyzed with clippy using the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=clippy_checks //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect","id":"39","title":"rust_clippy_aspect"},"4":{"body":"We aim to support Linux and macOS. We do not have sufficient maintainer expertise to support Windows. Most things probably work, but we have had to disable many tests in CI because we lack the expertise to fix them. We welcome contributions to help improve its support.","breadcrumbs":"Introduction » Supported platforms","id":"4","title":"Supported platforms"},"40":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test.bzl","id":"40","title":"rust_clippy_test.bzl"},"41":{"body":"load(\"@rules_rust//rust:rust_clippy_test.bzl\", \"rust_clippy_test\") rust_clippy_test(name, platform, targets, transitive) A test rule that runs clippy over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The clippy actions run during the build phase, so a clippy failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the clippy_checks output group, so bazel build //x:my_clippy_test --output_groups=clippy_checks drives the clippy actions without running the test. When capture_clippy_output or clippy_output_diagnostics is set globally clippy exits 0 even on real issues; in that case the runner inspects the captured stderr / JSON diagnostics and reports the verdict. An optional platform attribute transitions targets to the given platform before running clippy. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_clippy_test\", \"rust_library\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rust_clippy_test( name = \"clippy_app_only_test\", targets = [\":app\"],\n) rust_clippy_test( name = \"clippy_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_clippy, no_lint, nolint, or noclippy are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run clippy on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test","id":"41","title":"rust_clippy_test"},"42":{"body":"Rustfmt is a tool for formatting Rust code according to style guidelines. By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process . A complete list of all configuration options can be found in the Rustfmt GitHub Pages .","breadcrumbs":"Rules » rustfmt » Rustfmt","id":"42","title":"Rustfmt"},"43":{"body":"Formatting your Rust targets' source code requires no setup outside of loading rules_rust in your workspace. Simply run bazel run @rules_rust//:rustfmt to format source code. The runner accepts two sets of arguments separated by a trailing --: bazel run @rules_rust//:rustfmt -- <runner args> -- <rustfmt args> Arguments before the separator scope which packages/targets are formatted (e.g. //my/pkg/...). Arguments after the separator are forwarded directly to rustfmt. To pass only rustfmt flags, use an empty runner arg list: bazel run @rules_rust//:rustfmt -- -- --check In addition to this formatter, a simple check can be performed using the rustfmt_aspect aspect by running: bazel build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect --output_groups=rustfmt_checks Add the following to a .bazelrc file to enable this check during the build phase: build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect\nbuild --output_groups=+rustfmt_checks It's recommended to only enable this aspect in your CI environment so formatting issues do not impact users' ability to rapidly iterate on changes. The rustfmt_aspect also uses a --@rules_rust//rust/settings:rustfmt.toml setting which determines the configuration file used by the formatter (@rules_rust//tools/rustfmt) and the aspect. This flag can be added to your .bazelrc file to ensure a consistent config file is used whenever rustfmt is run: build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml","breadcrumbs":"Rules » rustfmt » Setup","id":"43","title":"Setup"},"44":{"body":"rustfmt_aspect — Aspect that runs rustfmt --check on every Rust target in the build. Attach in .bazelrc (as shown in Setup) to gate CI on formatting. rustfmt_test — Test rule that reports rustfmt findings as a test failure for a specific target.","breadcrumbs":"Rules » rustfmt » Rules","id":"44","title":"Rules"},"45":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect.bzl","id":"45","title":"rustfmt_aspect.bzl"},"46":{"body":"load(\"@rules_rust//rust:rustfmt_aspect.bzl\", \"rustfmt_aspect\") rustfmt_aspect() This aspect is used to gather information about a crate for use in rustfmt and perform rustfmt checks Output Groups: rustfmt_checks: Executes rustfmt --check on the specified target. The build setting @rules_rust//rust/settings:rustfmt.toml is used to control the Rustfmt configuration settings used at runtime. This aspect is executed on any target which provides the CrateInfo provider. However users may tag a target with no-rustfmt or no-format to have it skipped. Additionally, generated source files are also ignored by this aspect. ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect","id":"46","title":"rustfmt_aspect"},"47":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test.bzl","id":"47","title":"rustfmt_test.bzl"},"48":{"body":"load(\"@rules_rust//rust:rustfmt_test.bzl\", \"rustfmt_test\") rustfmt_test(name, platform, targets, transitive) A test rule that runs rustfmt --check over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The rustfmt actions run during the build phase, so a formatting failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the rustfmt_checks output group, so bazel build //x:my_fmt_test --output_groups=rustfmt_checks drives the rustfmt actions without running the test. An optional platform attribute transitions targets to the given platform before running rustfmt. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rustfmt_test\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rustfmt_test( name = \"fmt_app_only_test\", targets = [\":app\"]\n) rustfmt_test( name = \"fmt_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_format, no_rustfmt, or norustfmt are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run rustfmt --check on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test","id":"48","title":"rustfmt_test"},"49":{"body":"Rustdoc is Rust's built-in documentation generator. It reads the /// and //! doc comments in your source and produces browsable HTML — the same tooling that generates the standard library docs and every crate on docs.rs .","breadcrumbs":"Rules » rustdoc » Rustdoc","id":"49","title":"Rustdoc"},"5":{"body":"rust : standard rust rules for building and testing libraries and binaries. rustdoc : rules for generating and testing rust documentation. clippy : rules for running clippy . rustfmt : rules for running rustfmt . cargo : Rules dedicated to Cargo compatibility. ie: build.rs scripts . crate_universe : Rules for generating Bazel targets for external crate dependencies.","breadcrumbs":"Rules » Rules","id":"5","title":"Rules"},"50":{"body":"rust_doc — Build HTML documentation for a rust_library, rust_binary, or rust_proc_macro target. Output is a directory tree suitable for hosting on a static site. rust_doc_test — Compile and run the code samples embedded in a crate's doc comments as tests, matching Cargo's cargo test --doc behavior.","breadcrumbs":"Rules » rustdoc » Rules","id":"50","title":"Rules"},"51":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc.bzl","id":"51","title":"rust_doc.bzl"},"52":{"body":"load(\"@rules_rust//rust:rust_doc.bzl\", \"rust_doc\") rust_doc(name, crate, crate_features, html_after_content, html_before_content, html_in_header, markdown_css, rustc_flags, rustdoc_flags) Generates code documentation. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs To build rustdoc documentation for the hello_lib crate, define a rust_doc rule that depends on the the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc( name = \"hello_lib_doc\", crate = \":hello_lib\",\n) Running bazel build //hello_lib:hello_lib_doc will build a zip file containing the documentation for the hello_lib library crate generated by rustdoc. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required crate The label of the target to generate code documentation for.rust_doc can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] html_after_content File to add in <body>, after content. Label optional None html_before_content File to add in <body>, before content. Label optional None html_in_header File to add to <head>. Label optional None markdown_css CSS files to include via <link> in a rendered Markdown file. List of labels optional [] rustc_flags Deprecated : use rustdoc_flags instead List of strings optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc","id":"52","title":"rust_doc"},"53":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test.bzl","id":"53","title":"rust_doc_test.bzl"},"54":{"body":"load(\"@rules_rust//rust:rust_doc_test.bzl\", \"rust_doc_test\") rust_doc_test(name, deps, crate, crate_features, proc_macro_deps, rustdoc_flags) Runs Rust documentation tests. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/\nWORKSPACE\nhello_lib/ BUILD src/ lib.rs To run documentation tests for the hello_lib crate, define a rust_doc_test target that depends on the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc_test( name = \"hello_lib_doc_test\", crate = \":hello_lib\",\n) Running bazel test //hello_lib:hello_lib_doc_test will run all documentation tests for the hello_lib library crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other libraries to be linked to this library target.These can be either other rust_library targets or cc_library targets if linking a native library. List of labels optional [] crate The label of the target to generate code documentation for. rust_doc_test can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test","id":"54","title":"rust_doc_test"},"55":{"body":"Rules for interoperating with tooling from the Cargo ecosystem — most importantly, Cargo build.rs scripts . These rules let a Bazel build consume the same crate-side conventions that Cargo uses (build scripts, generated env vars, [lints] tables) without switching build systems.","breadcrumbs":"Rules » cargo » Cargo","id":"55","title":"Cargo"},"56":{"body":"cargo_build_script — Compile and run a crate's build.rs at build time, then feed the emitted cargo:* directives (env vars, link args, rerun-if-changed inputs) into consumers of the crate. cargo_env — Helper that returns Cargo's standard CARGO_* env-var dict, used by rules that need to reproduce Cargo's compilation environment. extract_cargo_lints — Read the [lints] table from a Cargo.toml and produce a rust_lint_config target from it, so Cargo-defined lints apply to Bazel-built crates.","breadcrumbs":"Rules » cargo » Rules","id":"56","title":"Rules"},"57":{"body":"","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script.bzl","id":"57","title":"cargo_build_script.bzl"},"58":{"body":"load(\"@rules_rust//cargo:cargo_build_script.bzl\", \"cargo_build_script\") cargo_build_script(*, name, edition, crate_name, crate_root, root_path, srcs, crate_features, version, deps, link_deps, proc_macro_deps, build_script_env, build_script_env_files, emit_warnings, use_cc_toolchain, use_default_shell_env, data, compile_data, tools, links, rundir, rustc_env, rustc_env_files, rustc_flags, visibility, tags, aliases, pkg_name, **kwargs) Compile and execute a rust build script to generate build attributes This rules take the same arguments as rust_binary. Example: Suppose you have a crate with a cargo build script build.rs: [workspace]/ hello_lib/ BUILD build.rs src/ lib.rs Then you want to use the build script in the following: hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_build_script\") # This will run the build script from the root of the workspace, and\n# collect the outputs.\ncargo_build_script( name = \"build_script\", srcs = [\"build.rs\"], # Optional environment variables passed during build.rs compilation rustc_env = { \"CARGO_PKG_VERSION\": \"0.1.2\", }, # Optional environment variables passed during build.rs execution. # Note that as the build script's working directory is not execroot, # execpath/location will return an absolute path, instead of a relative # one. build_script_env = { \"SOME_TOOL_OR_FILE\": \"$(execpath @tool//:binary)\" }, # Optional data/tool dependencies data = [\"@tool//:binary\"],\n) rust_library( name = \"hello_lib\", srcs = [ \"src/lib.rs\", ], deps = [\":build_script\"],\n) The hello_lib target will be build with the flags and the environment variables declared by the build script in addition to the file generated by it. PARAMETERS Name Description Default Value name The name for the underlying rule. This should be the name of the package being compiled, optionally with a suffix of _bs. Otherwise, you can set the package name via pkg_name. none edition The rust edition to use for the internal binary crate. None crate_name Crate name to use for build script. None crate_root The file that will be passed to rustc to be used for building this crate. None root_path The path to the crate root within a directory artifact passed in srcs. None srcs Source files of the crate to build. Passing source files here can be used to trigger rebuilds when changes are made. [] crate_features A list of features to enable for the build script. [] version The semantic version (semver) of the crate. None deps The build-dependencies of the crate. [] link_deps The subset of the (normal) dependencies of the crate that have the links attribute and therefore provide environment variables to this build script. [] proc_macro_deps List of rust_proc_macro targets used to build the script. [] build_script_env Environment variables for build scripts. {} build_script_env_files Files containing additional environment variables to set when running the build script. [] emit_warnings Whether to forward cargo::warning= lines from the build script to stderr. Honored only when @rules_rust//cargo/settings:emit_build_script_warnings is auto (the default); set the flag to on or off to override every target. True use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script.When enabled, the resolved cc_toolchain's all_files are added to the action inputs and the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables are populated from that toolchain (matching Cargo's normal behavior). Disabling this can significantly shrink build script action input trees (particularly with hermetic sysroots) but breaks any build script that needs to compile C/C++ code. If unset the global setting @rules_rust//cargo/settings:use_cc_toolchain will be used to determine this value. None use_default_shell_env Whether or not to include the default shell environment for the build script action. If unset the global setting @rules_rust//cargo/settings:use_default_shell_env will be used to determine this value. None data Files needed by the build script. [] compile_data Files needed for the compilation of the build script. [] tools Tools (executables) needed by the build script. [] links Name of the native library this crate links against. None rundir A directory to cd to before the cargo_build_script is run. This should be a path relative to the exec root.The default behaviour (and the behaviour if rundir is set to the empty string) is to change to the relative path corresponding to the cargo manifest directory, which replicates the normal behaviour of cargo so it is easy to write compatible build scripts.If set to ., the cargo build script will run in the exec root. None rustc_env Environment variables to set in rustc when compiling the build script. {} rustc_env_files Files containing additional environment variables to set for rustc when building the build script. [] rustc_flags List of compiler flags passed to rustc. [] visibility Visibility to apply to the generated build script output. None tags (list of str, optional): Tags to apply to the generated build script output. None aliases Remap crates to a new name or moniker for linkage to this target. These are other rust_library targets and will be presented as the new name given. None pkg_name Override the package name used for the build script. This is useful if the build target name gets too long otherwise. None kwargs Forwards to the underlying rust_binary rule. An exception is the compatible_with attribute, which shouldn't be forwarded to the rust_binary, as the rust_binary is only built and used in exec mode. We propagate the compatible_with attribute to the _build_script_run target. none","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script","id":"58","title":"cargo_build_script"},"59":{"body":"","breadcrumbs":"Rules » cargo » cargo_env » cargo_env.bzl","id":"59","title":"cargo_env.bzl"},"6":{"body":"rust_analyzer : rules for generating rust-project.json files for rust-analyzer","breadcrumbs":"Rules » Experimental rules","id":"6","title":"Experimental rules"},"60":{"body":"load(\"@rules_rust//cargo:cargo_env.bzl\", \"cargo_env\") cargo_env(env) A helper for generating platform specific environment variables load(\"@rules_rust//rust:defs.bzl\", \"rust_common\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_bootstrap_repository\", \"cargo_env\") cargo_bootstrap_repository( name = \"bootstrapped_bin\", cargo_lockfile = \"//:Cargo.lock\", cargo_toml = \"//:Cargo.toml\", srcs = [\"//:resolver_srcs\"], version = rust_common.default_version, binary = \"my-crate-binary\", env = { \"x86_64-unknown-linux-gnu\": cargo_env({ \"FOO\": \"BAR\", }), }, env_label = { \"aarch64-unknown-linux-musl\": cargo_env({ \"DOC\": \"//:README.md\", }), }\n) PARAMETERS Name Description Default Value env A map of environment variables none RETURNS str: A json encoded string of the environment variables","breadcrumbs":"Rules » cargo » cargo_env » cargo_env","id":"60","title":"cargo_env"},"61":{"body":"","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints.bzl","id":"61","title":"extract_cargo_lints.bzl"},"62":{"body":"load(\"@rules_rust//cargo:extract_cargo_lints.bzl\", \"extract_cargo_lints\") extract_cargo_lints(name, manifest, workspace) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required manifest Cargo.toml to read lints from. Label required workspace Workspace Cargo.toml that the manifest Cargo.toml inherits from. Label optional None","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints","id":"62","title":"extract_cargo_lints"},"63":{"body":"rules_rust ships a one-shot installer that configures rust-analyzer to use the project's Bazel toolchain. After setup, rust-analyzer, the proc-macro server, and rustfmt all come from Bazel — no host Rust install required.","breadcrumbs":"Rules » rust_analyzer » Rust Analyzer","id":"63","title":"Rust Analyzer"},"64":{"body":"Pick your editor below. Each runs the same setup tool with a different subcommand — setup is re-runnable any time.","breadcrumbs":"Rules » rust_analyzer » Quick start","id":"64","title":"Quick start"},"65":{"body":"Install the rust-analyzer extension . bazel run @rules_rust//tools/rust_analyzer:setup -- vscode Reload the VSCode window. .vscode/settings.json is always written; a *.code-workspace at the workspace root is picked up too. Existing user keys and comments survive re-runs, so .vscode/settings.json and .code-workspace are safe to commit. Add the launcher dir to .gitignore: .vscode/.rules_rust_analyzer/ Re-run setup after a toolchain change (rustup update, MODULE.bazel edit, bazel clean --expunge).","breadcrumbs":"Rules » rust_analyzer » VSCode","id":"65","title":"VSCode"},"66":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- neovim Prints an nvim-lspconfig Lua snippet to stdout. Paste it into your init.lua (or pipe to a file you require). Restart Neovim. For rustaceanvim users: pass the printed cmd and settings table through its server option (vim.g.rustaceanvim = { server = { cmd = ..., settings = ... } }).","breadcrumbs":"Rules » rust_analyzer » Neovim","id":"66","title":"Neovim"},"67":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- helix Prints a languages.toml snippet. Paste it into <workspace>/.helix/languages.toml. Restart Helix.","breadcrumbs":"Rules » rust_analyzer » Helix","id":"67","title":"Helix"},"68":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- print Prints a generic JSON snippet using the rust-analyzer.* keys VSCode uses. coc.nvim reads them via coc-settings.json (open with :CocConfig); vim-lsp / ALE / LanguageClient-neovim accept the same keys via plugin-specific config files.","breadcrumbs":"Rules » rust_analyzer » Other editors (coc.nvim, vim-lsp, ALE, etc.)","id":"68","title":"Other editors (coc.nvim, vim-lsp, ALE, etc.)"},"69":{"body":"Re-runnable at any time. Global flags work on any subcommand. Flag Effect --skip-proc-macro-server Don't manage the proc-macro key. --skip-rustfmt Don't manage the formatter key (use host rustfmt). --per-package-workspaces / --no-per-package-workspaces Opt this developer in/out of per-package workspace splitting (see below). --clippy / --no-clippy Opt this developer in/out of running clippy on save and streaming its diagnostics alongside rustc's. --clean Delete <launcher-dir>/cache/ before running the rest of setup. See Troubleshooting. The --clippy and --per-package-workspaces toggles are per-user : they mutate <launcher-dir>/user_config.json (gitignored) instead of the shared committed settings file. Two developers on the same workspace can hold different preferences without touching the checked-in configuration. Editing user_config.json by hand works too. The vscode subcommand adds: Flag Effect --settings-json <path> Override the settings.json output. Defaults to <workspace>/.vscode/settings.json. --code-workspace <path> .code-workspace file to also update. Required when the workspace root has more than one. --no-code-workspace Skip the .code-workspace write. --settings-key <key> Nest managed keys under this key inside the .code-workspace (default: settings). --dry-run Print each would-be-written file to stdout. --replace Overwrite managed keys instead of merging. Sibling folders / tasks / extensions in a .code-workspace survive.","breadcrumbs":"Rules » rust_analyzer » Flags","id":"69","title":"Flags"},"7":{"body":"rust_bindgen : rules for generating C++ bindings. rust_prost : rules for generating protobuf and gRPC stubs using prost . rust_pyo3 : Bazel rules for PyO3 . rust_wasm_bindgen : rules for generating WebAssembly bindings.","breadcrumbs":"Rules » 3rd party rules","id":"7","title":"3rd party rules"},"70":{"body":"â–¶ Run Tests / â–¶ Run Test codelens on every #[cfg(test)] mod and individual #[test]. On-save squiggles from rustc diagnostics. Matches cargo check — errors anywhere in the dep graph surface at their actual file paths. Format-on-save via the Bazel-toolchain rustfmt. Workspace reload on watched BUILD / MODULE.bazel changes.","breadcrumbs":"Rules » rust_analyzer » What you get","id":"70","title":"What you get"},"71":{"body":"","breadcrumbs":"Rules » rust_analyzer » Troubleshooting","id":"71","title":"Troubleshooting"},"72":{"body":"Restart rust-analyzer (or save a BUILD file). If that doesn't fix it, re-run setup with --clean to nuke the discovery cache: bazel run @rules_rust//tools/rust_analyzer:setup -- --clean vscode Works with any subcommand (vscode / neovim / helix / print).","breadcrumbs":"Rules » rust_analyzer » Symbols / deps look wrong","id":"72","title":"Symbols / deps look wrong"},"73":{"body":"Check <workspace>/.rules_rust_analyzer/flycheck.log.","breadcrumbs":"Rules » rust_analyzer » Diagnostics stopped appearing","id":"73","title":"Diagnostics stopped appearing"},"74":{"body":"Re-run setup.","breadcrumbs":"Rules » rust_analyzer » After bazel clean --expunge or toolchain changes","id":"74","title":"After bazel clean --expunge or toolchain changes"},"75":{"body":"setup does not manage rust-analyzer.files.excludeDirs. If your workspace has stub Cargo.toml files that aren't meant to be auto-loaded (common in rules_rust itself under examples/, crate_universe/, etc.), rust-analyzer still finds them and logs errors. Silence them by adding the directory names to settings.json yourself — your entries survive future setup runs: \"rust-analyzer.files.excludeDirs\": [\"examples\", \"some_other_dir\"] Trade-off: files.excludeDirs also hides those sources from rust-analyzer's virtual filesystem, so files under those directories won't get IDE features even if they're part of a Bazel-discovered crate. Only exclude directories whose sources you're willing to lose IDE support on.","breadcrumbs":"Rules » rust_analyzer » Noisy cargo metadata errors on startup","id":"75","title":"Noisy cargo metadata errors on startup"},"76":{"body":"By default the whole project is treated as a single workspace. For monorepos where indexing the whole graph is too slow, pass --per-package-workspaces. Discover then scopes to the saved file's package + deps; rust-analyzer reloads when you jump to a different package. Caveat: dependents of the package you're working on aren't indexed, so \"find usages\" can miss callers in other packages. Switch any time by re-running setup with or without the flag.","breadcrumbs":"Rules » rust_analyzer » Workspace splitting","id":"76","title":"Workspace splitting"},"77":{"body":"The â–¶ Debug codelens VSCode renders next to #[test] functions does not work for Bazel projects. Use .vscode/launch.json + F5 instead: bazel run @rules_rust//tools/vscode:gen_launch_json Install CodeLLDB first. Set a breakpoint inside the test and run the target — one launch config covers every test in that binary.","breadcrumbs":"Rules » rust_analyzer » Debugging","id":"77","title":"Debugging"},"78":{"body":"The unpretty rules expose rustc's -Zunpretty=<mode> flag as a Bazel action. Given a Rust target, they emit an alternate textual representation of it — the fully macro-expanded source, the HIR, the MIR CFG, etc. — useful for inspecting what the compiler sees after macro expansion, lowering, or optimization. Because -Zunpretty is a nightly-only compiler flag, these rules require a nightly rust_toolchain to be registered.","breadcrumbs":"Rules » unpretty » Unpretty","id":"78","title":"Unpretty"},"79":{"body":"rust_unpretty — Rule form. Explicitly declare an unpretty target that emits the chosen representation for a specific crate. rust_unpretty_aspect — Aspect form. Attach at the command line (--aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect --output_groups=+rust_unpretty) to emit the representation for every Rust target in the build without adding rule instances.","breadcrumbs":"Rules » unpretty » Rules","id":"79","title":"Rules"},"8":{"body":"The core Rust rules for building and testing libraries, binaries, and procedural macros. Each rule is documented on its own page; this page is an overview of what each rule does and when to use it. All rules are loadable from @rules_rust//rust:defs.bzl or from their individual .bzl file (e.g. @rules_rust//rust:rust_binary.bzl). Loading from the individual file is preferred for new code.","breadcrumbs":"Rules » rust » Rust rules","id":"8","title":"Rust rules"},"80":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty.bzl","id":"80","title":"rust_unpretty.bzl"},"81":{"body":"load(\"@rules_rust//rust:rust_unpretty.bzl\", \"rust_unpretty\") rust_unpretty(name, deps, mode) Executes rust unpretty on a specific target. Similar to rust_unpretty_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust expand can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_unpretty\") rust_unpretty( name = \"hello_library_expand\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ], mode = \"expanded\",\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run unpretty on. List of labels optional [] mode The value to pass to --unpretty String optional \"expanded\"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty","id":"81","title":"rust_unpretty"},"82":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect.bzl","id":"82","title":"rust_unpretty_aspect.bzl"},"83":{"body":"load(\"@rules_rust//rust:rust_unpretty_aspect.bzl\", \"rust_unpretty_aspect\") rust_unpretty_aspect() Executes Rust expand on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be expanded with the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect \\ --output_groups=rust_unpretty_expanded \\ //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect","id":"83","title":"rust_unpretty_aspect"},"84":{"body":"Flags which control granular behavior of various Rust rules.","breadcrumbs":"Settings » Settings","id":"84","title":"Settings"},"85":{"body":"Definitions for all @rules_rust//rust settings","breadcrumbs":"Settings » Rust Settings » Rust settings","id":"85","title":"Rust settings"},"86":{"body":"--@rules_rust//rust/settings:always_enable_metadata_output_groups A flag to enable the always_enable_metadata_output_groups setting. If this flag is true, all rules will support the metadata and rustc_rmeta_output output groups.","breadcrumbs":"Settings » Rust Settings » always_enable_metadata_output_groups","id":"86","title":"always_enable_metadata_output_groups"},"87":{"body":"--@rules_rust//rust/settings:capture_clippy_output Control whether to print clippy output or store it to a file, using the configured error_format.","breadcrumbs":"Settings » Rust Settings » capture_clippy_output","id":"87","title":"capture_clippy_output"},"88":{"body":"--@rules_rust//rust/settings:clippy_error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » clippy_error_format","id":"88","title":"clippy_error_format"},"89":{"body":"--@rules_rust//rust/settings:clippy_flag Add a custom clippy flag from the command line with --@rules_rust//rust/settings:clippy_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » clippy_flag","id":"89","title":"clippy_flag"},"9":{"body":"The rules below are the primary entry points for compiling Rust code. They map directly to the crate types Cargo produces. rust_binary — Build a Rust executable (--crate-type=bin). rust_library — Build an rlib (--crate-type=lib) that other Rust targets can depend on. rust_static_library — Build a staticlib (--crate-type=staticlib) for linking Rust code into a C/C++ binary. rust_cdylib_library — Build a cdylib (--crate-type=cdylib) for use as a shared library from C/C++ or other languages. rust_dylib_library — Build a dylib (--crate-type=dylib) for use as a shared library with the unstable Rust ABI. rust_shared_library — Convenience alias over rust_cdylib_library. rust_proc_macro — Build a procedural macro crate (--crate-type=proc-macro) that other Rust targets can consume as a compile-time plugin. rust_test — Compile and run a Rust test binary. Can wrap a rust_library/rust_binary (via crate = ...) to run its inline #[test]s, or compile a standalone test binary from its own srcs.","breadcrumbs":"Rules » rust » Core rules","id":"9","title":"Core rules"},"90":{"body":"--@rules_rust//rust/settings:clippy_flags This setting may be used to pass extra options to clippy from the command line. It applies across all targets.","breadcrumbs":"Settings » Rust Settings » clippy_flags","id":"90","title":"clippy_flags"},"91":{"body":"--@rules_rust//rust/settings:clippy_output_diagnostics A flag to enable the clippy_output_diagnostics setting. If this flag is true, rules_rust will save clippy json output (suitable for consumption by rust-analyzer) in a file, available from the clippy_output output group. This is the clippy equivalent of rustc_output_diagnostics.","breadcrumbs":"Settings » Rust Settings » clippy_output_diagnostics","id":"91","title":"clippy_output_diagnostics"},"92":{"body":"--@rules_rust//rust/settings:clippy_toml This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html Note that this setting is actually called clippy.toml.","breadcrumbs":"Settings » Rust Settings » clippy_toml","id":"92","title":"clippy_toml"},"93":{"body":"--@rules_rust//rust/settings:codegen_units The default value for --codegen-units which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to perform it's default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units","breadcrumbs":"Settings » Rust Settings » codegen_units","id":"93","title":"codegen_units"},"94":{"body":"--@rules_rust//rust/settings:collect_cfgs Enable collection of cfg flags with results stored in CrateInfo.cfgs.","breadcrumbs":"Settings » Rust Settings » collect_cfgs","id":"94","title":"collect_cfgs"},"95":{"body":"--@rules_rust//rust/settings:default_allocator_library A flag that determines the default allocator library for rust_toolchain targets.","breadcrumbs":"Settings » Rust Settings » default_allocator_library","id":"95","title":"default_allocator_library"},"96":{"body":"--@rules_rust//rust/settings:error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » error_format","id":"96","title":"error_format"},"97":{"body":"--@rules_rust//rust/settings:experimental_compile_rustdoc_tests A flag to control whether rust_doc_test compiles doc tests during the build phase. When enabled and the toolchain channel is \"nightly\", rust_doc_test will compile doc test binaries using rustdoc --test --no-run during bazel build and only execute them during bazel test. This requires a nightly Rust toolchain because --no-run depends on -Zunstable-options. When enabled with a non-nightly toolchain, the existing behavior is silently used.","breadcrumbs":"Settings » Rust Settings » experimental_compile_rustdoc_tests","id":"97","title":"experimental_compile_rustdoc_tests"},"98":{"body":"--@rules_rust//rust/settings:experimental_link_std_dylib A flag to control whether to link libstd dynamically.","breadcrumbs":"Settings » Rust Settings » experimental_link_std_dylib","id":"98","title":"experimental_link_std_dylib"},"99":{"body":"--@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols A flag used to select allocator libraries implemented in rust that are compatible with the rustc allocator symbol mangling. The symbol mangling mechanism relies on unstable language features and requires a nightly rustc from 2025-04-05 or later. Rustc generates references to internal allocator symbols when building rust libraries. At link time, rustc generates the definitions of these symbols. When rustc is not used as the final linker, we need to generate the definitions ourselves. This happens for example when a rust_library is used as a dependency of a rust_binary, or when the experimental_use_cc_common_link setting is used. For older versions of rustc, the allocator symbol definitions can be provided via the rust_toolchain's allocator_library or global_allocator_library attributes, with sample targets like @rules_rust//ffi/cc/allocator_library and @rules_rust//ffi/cc/global_allocator_library. Recent versions of rustc started mangling these allocator symbols (https://github.com/rust-lang/rust/pull/127173). The mangling uses a scheme that is specific to the exact version of the compiler. This makes the cc allocator library definitions ineffective. When rustc builds a staticlib it provides the mapping definitions. We rely on this and build an empty staticlib as a basis for the allocator definitions. Since the new symbol definitions are written in rust, we cannot just attach them as attributes on the rust_toolchain as the old cc versions, as that would create a build graph cycle (we need a rust_toolchain to build a rust_library, so the allocator library cannot be a rust_library directly). The bootstrapping cycle can be avoided by defining a separate internal \"initial\" rust toolchain specifically for building the rust allocator libraries, and use a transition to attach the generated libraries to the \"main\" rust toolchain. But that duplicates the whole sub-graph of the build around the rust toolchains, repository and supporting tools used for them. Instead, we define a new custom rust_allocator_library rule, which exposes the result of building the rust allocator libraries via a provider, which can be consumed by the rust build actions. We attach an instance of this as a common attribute to the rust rule set. PARAMETERS Name Description Options name - \"experimental_use_allocator_libraries_with_mangled_symbols\"","breadcrumbs":"Settings » Rust Settings » experimental_use_allocator_libraries_with_mangled_symbols","id":"99","title":"experimental_use_allocator_libraries_with_mangled_symbols"}},"length":211,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"3":{".":{"0":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"df":12,"docs":{"13":{"tf":2.23606797749979},"139":{"tf":2.8284271247461903},"15":{"tf":2.0},"195":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.0},"30":{"tf":2.449489742783178},"41":{"tf":1.0},"93":{"tf":1.0}}},"1":{".":{"0":{"1":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{".":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"13":{"tf":1.0}}},"4":{"5":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{".":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":10,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":3.1622776601683795},"15":{"tf":3.0},"2":{"tf":1.0},"20":{"tf":3.605551275463989},"21":{"tf":2.8284271247461903},"23":{"tf":2.8284271247461903},"25":{"tf":3.605551275463989},"27":{"tf":2.8284271247461903},"30":{"tf":3.605551275463989}}},"2":{"0":{"1":{"5":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"167":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":1,"docs":{"139":{"tf":1.0}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":2.0}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"_":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"7":{".":{"4":{".":{"1":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":1,"docs":{"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{}},"a":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":4,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"3":{"df":1,"docs":{"200":{"tf":1.7320508075688772}}},"df":6,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.4142135623730951},"2":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"78":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":26,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":4.0},"162":{"tf":3.4641016151377544},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"205":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"185":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"183":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"l":{"df":1,"docs":{"68":{"tf":1.0}},"i":{"a":{"df":7,"docs":{"148":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.8284271247461903},"166":{"tf":1.0},"17":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"c":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"102":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{},"w":{"df":16,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":2.0},"78":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"165":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"z":{"df":16,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"157":{"tf":1.0},"178":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"75":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"df":2,"docs":{"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":27,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"207":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"56":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"148":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"=":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"%":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"143":{"tf":1.0},"159":{"tf":1.0}}}}},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":5.477225575051661},"162":{"tf":4.69041575982343},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"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":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"130":{"tf":1.0},"161":{"tf":2.8284271247461903},"165":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"179":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"139":{"tf":2.449489742783178},"165":{"tf":2.23606797749979},"168":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":2.0}}},"df":1,"docs":{"99":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"170":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":66,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"r":{"c":{"df":5,"docs":{"2":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":18,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"205":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"133":{"tf":1.0},"167":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"135":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"208":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"a":{"/":{"2":{"0":{"2":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"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":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":34,"docs":{"124":{"tf":1.0},"13":{"tf":3.1622776601683795},"136":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"141":{"tf":1.4142135623730951},"143":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"192":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"5":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"y":{".":{"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":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":5,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"207":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":2.23606797749979}},"s":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"/":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":2,"docs":{"190":{"tf":2.0},"191":{"tf":2.23606797749979}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":22,"docs":{"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"x":{"_":{"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":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"166":{"tf":2.23606797749979},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"191":{"tf":1.0},"208":{"tf":2.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":66,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":4.795831523312719},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":4.242640687119285},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":4.242640687119285},"200":{"tf":1.0},"202":{"tf":2.0},"21":{"tf":4.0},"210":{"tf":1.0},"23":{"tf":3.872983346207417},"25":{"tf":4.242640687119285},"27":{"tf":4.123105625617661},"29":{"tf":1.7320508075688772},"30":{"tf":4.242640687119285},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":5.916079783099616},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"41":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"'":{"df":6,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"159":{"tf":2.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"1":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":2,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{")":{"'":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":2.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":33,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.6457513110645907},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"165":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"100":{"tf":1.0},"13":{"tf":2.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":2.0},"30":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"184":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"157":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.7320508075688772},"170":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":13,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"172":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"i":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":4,"docs":{"124":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.6457513110645907},"186":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"208":{"tf":1.0}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"5":{"tf":1.4142135623730951},"69":{"tf":2.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"d":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"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":{"68":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":29,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"70":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"d":{"b":{"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"/":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"63":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"160":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"t":{"df":7,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"141":{"tf":1.0},"15":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.449489742783178},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"9":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"42":{"tf":1.0}}},"x":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"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":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}},"df":6,"docs":{"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"157":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"158":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"129":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"21":{"tf":2.6457513110645907},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"159":{"tf":1.0},"172":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"135":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"161":{"tf":4.898979485566356},"162":{"tf":4.358898943540674},"165":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"157":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":2.23606797749979}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"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":1,"docs":{"13":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"159":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":2.0},"15":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":11,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}}}}}}}}}},"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":56,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":3.4641016151377544},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.8284271247461903},"157":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":3.605551275463989},"162":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":3.1622776601683795},"166":{"tf":3.0},"17":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"20":{"tf":3.1622776601683795},"200":{"tf":1.0},"202":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":2.23606797749979},"30":{"tf":3.605551275463989},"32":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":2.6457513110645907},"54":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":3.3166247903554},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"/":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"y":{":":{":":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"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":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"128":{"tf":1.0},"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"32":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"x":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"34":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"t":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"178":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"'":{"/":{"'":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"/":{"'":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"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":1,"docs":{"139":{"tf":2.0}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"179":{"tf":2.0},"77":{"tf":1.0}},"g":{"df":2,"docs":{"13":{"tf":1.0},"179":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}}}}},"df":67,"docs":{"118":{"tf":1.4142135623730951},"124":{"tf":1.0},"13":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"p":{"df":29,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":3.605551275463989},"157":{"tf":1.7320508075688772},"158":{"tf":2.8284271247461903},"159":{"tf":3.7416573867739413},"160":{"tf":1.4142135623730951},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"166":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.23606797749979},"195":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"201":{"tf":1.0},"21":{"tf":2.8284271247461903},"23":{"tf":2.0},"25":{"tf":2.23606797749979},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"76":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"133":{"tf":1.0},"157":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}}},"v":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"13":{"tf":2.0},"139":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"r":{">":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"65":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":3.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"167":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":19,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.23606797749979},"132":{"tf":1.0},"15":{"tf":2.23606797749979},"163":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"32":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"143":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"165":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"97":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"8":{"tf":1.0}}}}}}}},"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"202":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.4142135623730951},"116":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":2.0},"185":{"tf":1.0},"21":{"tf":2.23606797749979},"30":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":25,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"8":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":2.23606797749979},"32":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"55":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"13":{"tf":2.0},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"156":{"tf":2.0},"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":2.0},"202":{"tf":2.0},"21":{"tf":2.0},"210":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"139":{"tf":1.0},"165":{"tf":1.7320508075688772}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"b":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"df":14,"docs":{"103":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"165":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"d":{"df":10,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}}},"v":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.0},"210":{"tf":2.449489742783178},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":2.6457513110645907},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.1622776601683795},"60":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"t":{"c":{"df":5,"docs":{"115":{"tf":1.0},"139":{"tf":2.0},"157":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"41":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":9,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":33,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"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":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"161":{"tf":1.0}}}},"u":{"d":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"58":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"149":{"tf":1.0},"175":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}},"r":{"a":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"108":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"89":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"161":{"tf":1.7320508075688772},"90":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"5":{"df":1,"docs":{"77":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}},"s":{"df":24,"docs":{"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":26,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"=":{"\"":{"$":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":62,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":4.795831523312719},"132":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":4.69041575982343},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.8284271247461903},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"186":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":4.47213595499958},"202":{"tf":2.449489742783178},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.23606797749979},"21":{"tf":4.69041575982343},"210":{"tf":1.7320508075688772},"23":{"tf":4.47213595499958},"25":{"tf":4.47213595499958},"27":{"tf":4.47213595499958},"30":{"tf":4.47213595499958},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"43":{"tf":2.0},"46":{"tf":1.0},"52":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"91":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"145":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":67,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":3.4641016151377544},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":2.0},"17":{"tf":1.0},"183":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}}},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"202":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"156":{"tf":1.0},"19":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"115":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":2.6457513110645907},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"35":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"157":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"202":{"tf":1.0}},"i":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"3":{"tf":1.0},"78":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"75":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":3.7416573867739413},"197":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":51,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.23606797749979},"163":{"tf":2.8284271247461903},"164":{"tf":2.8284271247461903},"165":{"tf":2.6457513110645907},"167":{"tf":1.0},"179":{"tf":2.0},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":3.1622776601683795}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":19,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"/":{"*":{"*":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":2,"docs":{"157":{"tf":1.0},"161":{"tf":2.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":2.0},"15":{"tf":2.23606797749979},"29":{"tf":2.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":2.0}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"c":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":3,"docs":{"159":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":2.0},"186":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":11,"docs":{"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"13":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}},"p":{"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"156":{"tf":1.0},"32":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"191":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"147":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"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":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"159":{"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":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"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":{},"t":{"df":0,"docs":{},"i":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"i":{".":{"df":10,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"11":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"34":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"202":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"102":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"209":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":12,"docs":{"13":{"tf":2.23606797749979},"15":{"tf":2.0},"185":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"46":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"159":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"139":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"178":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"d":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":4,"docs":{"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"195":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"156":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"41":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"y":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":3.1622776601683795},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"201":{"tf":1.0}},"n":{"df":3,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"186":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"115":{"tf":1.7320508075688772},"13":{"tf":4.123105625617661},"139":{"tf":4.898979485566356},"141":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"15":{"tf":3.605551275463989},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":4.898979485566356},"162":{"tf":3.605551275463989},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.6457513110645907},"17":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":2.449489742783178},"198":{"tf":1.4142135623730951},"20":{"tf":4.0},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":3.0},"21":{"tf":3.605551275463989},"23":{"tf":3.4641016151377544},"25":{"tf":4.0},"27":{"tf":3.7416573867739413},"30":{"tf":4.123105625617661},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":2.449489742783178},"54":{"tf":2.0},"62":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"z":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"1":{"2":{"7":{"1":{"7":{"3":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"170":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"165":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"169":{"tf":1.0},"174":{"tf":1.0}}}}},"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":1,"docs":{"139":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"165":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"'":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":2,"docs":{"183":{"tf":1.7320508075688772},"185":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":3.7416573867739413},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":3.4641016151377544},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":3.7416573867739413},"201":{"tf":1.4142135623730951},"202":{"tf":2.0},"21":{"tf":4.123105625617661},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":3.7416573867739413},"27":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"58":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"y":{".":{"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":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"139":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"160":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":27,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"k":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":23,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"25":{"tf":2.6457513110645907},"27":{"tf":2.0},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"124":{"tf":2.0},"13":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.123105625617661},"21":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":4.358898943540674},"132":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":3.605551275463989},"148":{"tf":3.4641016151377544},"15":{"tf":4.358898943540674},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":6.855654600401044},"162":{"tf":5.830951894845301},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":4.358898943540674},"202":{"tf":2.8284271247461903},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":4.47213595499958},"210":{"tf":2.23606797749979},"23":{"tf":4.123105625617661},"25":{"tf":4.358898943540674},"27":{"tf":4.358898943540674},"30":{"tf":4.47213595499958},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":2.0},"52":{"tf":2.449489742783178},"54":{"tf":2.8284271247461903},"58":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"30":{"tf":1.0}}}}},"l":{"d":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":2.23606797749979}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"168":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":2.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"(":{"\"":{"/":{"/":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":18,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"'":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"159":{"tf":2.23606797749979},"21":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"34":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"t":{"df":15,"docs":{"122":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":3.4641016151377544},"141":{"tf":1.4142135623730951},"15":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"164":{"tf":2.6457513110645907}},"e":{"'":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"139":{"tf":2.0}}}},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"m":{"a":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.7320508075688772}},"e":{"_":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":20,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"13":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"175":{"tf":1.0},"69":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":43,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":2.0}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"58":{"tf":1.0},"62":{"tf":1.7320508075688772}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"190":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"115":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"188":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.23606797749979},"192":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":2.449489742783178},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178}},"t":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"179":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"184":{"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":{}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"165":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"76":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":7,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0}},"e":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"205":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":3.7416573867739413},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"z":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}}}},"df":65,"docs":{"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":3.7416573867739413},"132":{"tf":1.0},"139":{"tf":2.6457513110645907},"141":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"15":{"tf":3.1622776601683795},"150":{"tf":2.0},"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.7416573867739413},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"184":{"tf":2.0},"185":{"tf":2.449489742783178},"186":{"tf":1.7320508075688772},"19":{"tf":2.449489742783178},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":2.0},"195":{"tf":2.23606797749979},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":3.1622776601683795},"20":{"tf":3.0},"200":{"tf":2.0},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"29":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"32":{"tf":2.449489742783178},"34":{"tf":1.0},"37":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"48":{"tf":2.8284271247461903},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":3.7416573867739413},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"75":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"e":{"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":{"161":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}},"r":{"c":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":18,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":22,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"y":{"/":{"1":{".":{"8":{"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"2":{"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"6":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"o":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":32,"docs":{"124":{"tf":1.0},"13":{"tf":2.6457513110645907},"139":{"tf":4.242640687119285},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"161":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":2.6457513110645907},"197":{"tf":1.7320508075688772},"20":{"tf":2.449489742783178},"202":{"tf":2.8284271247461903},"208":{"tf":2.449489742783178},"21":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"30":{"tf":2.6457513110645907},"32":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":3.872983346207417},"60":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":12,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"58":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"179":{"tf":1.0},"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"df":26,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"=":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":11,"docs":{"13":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":5.916079783099616},"139":{"tf":5.916079783099616},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":4.58257569495584},"148":{"tf":4.358898943540674},"15":{"tf":5.0},"150":{"tf":3.0},"161":{"tf":7.14142842854285},"162":{"tf":4.69041575982343},"163":{"tf":3.4641016151377544},"164":{"tf":3.3166247903554},"165":{"tf":4.242640687119285},"166":{"tf":3.4641016151377544},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":2.23606797749979},"19":{"tf":2.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":3.4641016151377544},"198":{"tf":2.6457513110645907},"20":{"tf":5.291502622129181},"207":{"tf":2.23606797749979},"208":{"tf":2.8284271247461903},"21":{"tf":5.0990195135927845},"210":{"tf":1.0},"23":{"tf":4.795831523312719},"25":{"tf":5.291502622129181},"27":{"tf":5.0990195135927845},"30":{"tf":5.744562646538029},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":2.23606797749979},"52":{"tf":2.6457513110645907},"54":{"tf":2.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"t":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"a":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"133":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"=":{"+":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}}}},"p":{"1":{"df":1,"docs":{"195":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":2.0},"76":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"166":{"tf":1.0}}},"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"160":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"154":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":2.0},"186":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":2.0}}}}},"t":{"df":1,"docs":{"75":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":34,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"15":{"tf":2.8284271247461903},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"23":{"tf":2.8284271247461903},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"66":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"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":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"179":{"tf":1.0}}}}},"df":27,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"13":{"tf":2.449489742783178},"132":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":2.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"147":{"tf":1.0},"161":{"tf":2.0},"165":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"c":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"d":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":2.23606797749979},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"133":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":16,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"48":{"tf":2.449489742783178},"60":{"tf":1.0}},"s":{"/":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{":":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":2.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"191":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"2":{"tf":1.0},"63":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.4142135623730951},"21":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":2.0},"197":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":3.872983346207417},"196":{"tf":1.0},"197":{"tf":3.0},"198":{"tf":1.7320508075688772},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}}}},"c":{"df":2,"docs":{"195":{"tf":3.1622776601683795},"197":{"tf":2.23606797749979}}},"df":3,"docs":{"157":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"161":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":2.0},"29":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"y":{"3":{"1":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}},"_":{"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":{"202":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}},"o":{"3":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"200":{"tf":2.0},"201":{"tf":2.449489742783178},"202":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"202":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"191":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"133":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}},"s":{"(":{"\"":{"/":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"161":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"165":{"tf":1.0}}}},"df":3,"docs":{"115":{"tf":1.0},"143":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"1":{"tf":2.0},"139":{"tf":1.7320508075688772},"154":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"159":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"52":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0}}}},"l":{"a":{"c":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"161":{"tf":2.6457513110645907},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":3.1622776601683795},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":3.1622776601683795},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"183":{"tf":1.0},"195":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"165":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"}":{"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":54,"docs":{"126":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"v":{"df":16,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":2.449489742783178},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":1,"docs":{"69":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"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":2,"docs":{"160":{"tf":1.0},"166":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"f":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":18,"docs":{"115":{"tf":1.0},"13":{"tf":2.0},"143":{"tf":1.0},"15":{"tf":2.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":2.0},"209":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"34":{"tf":1.0},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}},"df":78,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.7320508075688772},"120":{"tf":1.0},"13":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"_":{"c":{"c":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"+":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"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":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"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":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"134":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"c":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"c":{"c":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"113":{"tf":1.0},"139":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}},"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"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":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"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":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"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":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"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":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":49,"docs":{"104":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"179":{"tf":2.0},"191":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"48":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"101":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"208":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"210":{"tf":1.0},"46":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":4,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"136":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":27,"docs":{"100":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"83":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"182":{"tf":1.0},"186":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"139":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"139":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"54":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"139":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"139":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"17":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"7":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":3.605551275463989},"25":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.0},"145":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"156":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":19,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"'":{"df":2,"docs":{"69":{"tf":1.0},"78":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"=":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.1622776601683795},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.358898943540674},"141":{"tf":2.0},"143":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":2.6457513110645907},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.8284271247461903},"202":{"tf":2.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.6457513110645907},"30":{"tf":2.8284271247461903},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"70":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":2.8284271247461903}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":78,"docs":{"0":{"tf":1.0},"11":{"tf":2.6457513110645907},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":3.1622776601683795},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":4.358898943540674},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":2.449489742783178},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":2.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"21":{"tf":3.3166247903554},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"29":{"tf":1.7320508075688772},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.6457513110645907},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":17,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"185":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"j":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"186":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"185":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"179":{"tf":1.0},"43":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.0}}},".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":19,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":4.898979485566356}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"161":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":29,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"191":{"tf":2.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"t":{"df":71,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":3.1622776601683795},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":2.6457513110645907},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":3.605551275463989},"162":{"tf":2.6457513110645907},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":2.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.8284271247461903},"25":{"tf":3.0},"27":{"tf":2.8284271247461903},"30":{"tf":3.1622776601683795},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"58":{"tf":3.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"df":6,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"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":{}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"32":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"183":{"tf":1.0}},"n":{"df":4,"docs":{"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"161":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"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":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"i":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"161":{"tf":2.0},"183":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"164":{"tf":1.0},"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"107":{"tf":1.0},"139":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"158":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"r":{"c":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":30,"docs":{"13":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":3.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"21":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"25":{"tf":2.6457513110645907},"27":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":3.1622776601683795},"32":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":9,"docs":{"13":{"tf":3.3166247903554},"15":{"tf":3.3166247903554},"20":{"tf":3.3166247903554},"21":{"tf":3.3166247903554},"23":{"tf":3.3166247903554},"25":{"tf":3.3166247903554},"27":{"tf":3.3166247903554},"29":{"tf":1.0},"30":{"tf":3.1622776601683795}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"d":{"df":12,"docs":{"114":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"170":{"tf":1.0},"21":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"115":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"i":{"c":{"df":14,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":2,"docs":{"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"209":{"tf":1.0},"29":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":34,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":5.0990195135927845},"143":{"tf":1.4142135623730951},"147":{"tf":4.358898943540674},"148":{"tf":4.69041575982343},"15":{"tf":3.3166247903554},"150":{"tf":2.449489742783178},"161":{"tf":6.782329983125268},"162":{"tf":5.477225575051661},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.3166247903554},"167":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"191":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":3.1622776601683795},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"21":{"tf":3.1622776601683795},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"52":{"tf":2.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":3,"docs":{"202":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":2.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"168":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"75":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":2.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"185":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":17,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"165":{"tf":1.0}}}}}}}},"df":89,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"15":{"tf":3.4641016151377544},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":2.0},"161":{"tf":3.3166247903554},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.449489742783178},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":2.23606797749979},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":2.0},"20":{"tf":3.1622776601683795},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":3.3166247903554},"210":{"tf":2.6457513110645907},"23":{"tf":3.0},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.0},"30":{"tf":3.872983346207417},"32":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"41":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"48":{"tf":3.7416573867739413},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":3.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"62":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{".":{"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":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"]":{"df":1,"docs":{"9":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}}}}}},"df":26,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":1.7320508075688772},"210":{"tf":2.6457513110645907},"29":{"tf":2.8284271247461903},"3":{"tf":1.4142135623730951},"30":{"tf":4.123105625617661},"32":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":2.0},"70":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.0},"81":{"tf":1.0}}}}}},"s":{"/":{"*":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"171":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":20,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"157":{"tf":1.0},"165":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951}}}}}}}}},"df":4,"docs":{"193":{"tf":1.0},"195":{"tf":3.4641016151377544},"197":{"tf":2.23606797749979},"198":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"/":{"/":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"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":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"185":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0}}}}}},"df":40,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"139":{"tf":3.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.8284271247461903},"148":{"tf":3.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":3.0},"197":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":28,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"64":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":2.6457513110645907},"48":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"125":{"tf":1.4142135623730951},"158":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":1,"docs":{"139":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":28,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.6457513110645907},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"69":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":46,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":2.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":35,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"172":{"tf":1.0},"29":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"160":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"160":{"tf":1.0},"76":{"tf":1.0}}}},"df":100,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":5.196152422706632},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":4.69041575982343},"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.0},"15":{"tf":4.123105625617661},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":3.0},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":2.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":5.0},"200":{"tf":1.4142135623730951},"202":{"tf":2.6457513110645907},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":4.358898943540674},"210":{"tf":2.23606797749979},"23":{"tf":4.0},"25":{"tf":5.0},"27":{"tf":4.358898943540674},"29":{"tf":1.0},"30":{"tf":5.0990195135927845},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"46":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.3166247903554},"63":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"135":{"tf":1.4142135623730951},"143":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":28,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":2.8284271247461903},"130":{"tf":1.0},"139":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"165":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":25,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":3.3166247903554},"133":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":3.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"30":{"tf":3.4641016151377544},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.0},"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":4.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":43,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"139":{"tf":2.0},"143":{"tf":2.23606797749979},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"154":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":2.6457513110645907},"2":{"tf":2.8284271247461903},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"99":{"tf":2.0}},"}":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":28,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"157":{"tf":1.0},"159":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"179":{"tf":2.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"159":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.0},"173":{"tf":1.0},"175":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"19":{"tf":3.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"1":{"df":3,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"3":{"2":{"df":4,"docs":{"148":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"207":{"tf":1.0}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":3.0},"210":{"tf":2.23606797749979}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"207":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"58":{"tf":1.7320508075688772},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"76":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"170":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"191":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":39,"docs":{"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"171":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"69":{"tf":3.4641016151377544},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},">":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"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":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"161":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"z":{"/":{"/":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"z":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":10,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"78":{"tf":1.0}}},"y":{"=":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"breadcrumbs":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":16,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"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},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":31,"docs":{"180":{"tf":1.4142135623730951},"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":1.0},"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},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":87,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"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.4142135623730951},"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},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"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.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":15,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"172":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":71,"docs":{"0":{"tf":1.0},"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.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.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},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"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},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"171":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"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.0},"145":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"125":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"title":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":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":{"127":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"152":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"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":{"15":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"25":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"27":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"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":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"171":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"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":["index.html#rules-rust","index.html#setup","index.html#specifying-rust-version","index.html#supported-bazel-versions","index.html#supported-platforms","rules.html#rules","rules.html#experimental-rules","rules.html#3rd-party-rules","rust.html#rust-rules","rust.html#core-rules","rust.html#additional-rules","rust.html#related-pages","rust_binary.html#rust_binarybzl","rust_binary.html#rust_binary","rust_library.html#rust_librarybzl","rust_library.html#rust_library","rust_library_group.html#rust_library_groupbzl","rust_library_group.html#rust_library_group","rust_lint_config.html#rust_lint_configbzl","rust_lint_config.html#rust_lint_config","rust_cdylib_library.html#rust_cdylib_library","rust_dylib_library.html#rust_dylib_library","rust_proc_macro.html#rust_proc_macrobzl","rust_proc_macro.html#rust_proc_macro","rust_shared_library.html#rust_shared_librarybzl","rust_shared_library.html#rust_shared_library","rust_static_library.html#rust_static_librarybzl","rust_static_library.html#rust_static_library","rust_test.html#rust_testbzl","rust_test.html#rust_test","rust_test.html#example-test-directory","rust_test_suite.html#rust_test_suitebzl","rust_test_suite.html#rust_test_suite","clippy.html#clippy","clippy.html#setup","clippy.html#rules","rust_clippy.html#rust_clippybzl","rust_clippy.html#rust_clippy","rust_clippy_aspect.html#rust_clippy_aspectbzl","rust_clippy_aspect.html#rust_clippy_aspect","rust_clippy_test.html#rust_clippy_testbzl","rust_clippy_test.html#rust_clippy_test","rustfmt.html#rustfmt","rustfmt.html#setup","rustfmt.html#rules","rustfmt_aspect.html#rustfmt_aspectbzl","rustfmt_aspect.html#rustfmt_aspect","rustfmt_test.html#rustfmt_testbzl","rustfmt_test.html#rustfmt_test","rustdoc.html#rustdoc","rustdoc.html#rules","rust_doc.html#rust_docbzl","rust_doc.html#rust_doc","rust_doc_test.html#rust_doc_testbzl","rust_doc_test.html#rust_doc_test","cargo.html#cargo","cargo.html#rules","cargo_build_script.html#cargo_build_scriptbzl","cargo_build_script.html#cargo_build_script","cargo_env.html#cargo_envbzl","cargo_env.html#cargo_env","extract_cargo_lints.html#extract_cargo_lintsbzl","extract_cargo_lints.html#extract_cargo_lints","rust_analyzer.html#rust-analyzer","rust_analyzer.html#quick-start","rust_analyzer.html#vscode","rust_analyzer.html#neovim","rust_analyzer.html#helix","rust_analyzer.html#other-editors-cocnvim-vim-lsp-ale-etc","rust_analyzer.html#flags","rust_analyzer.html#what-you-get","rust_analyzer.html#troubleshooting","rust_analyzer.html#symbols--deps-look-wrong","rust_analyzer.html#diagnostics-stopped-appearing","rust_analyzer.html#after-bazel-clean---expunge-or-toolchain-changes","rust_analyzer.html#noisy-cargo-metadata-errors-on-startup","rust_analyzer.html#workspace-splitting","rust_analyzer.html#debugging","unpretty.html#unpretty","unpretty.html#rules","rust_unpretty.html#rust_unprettybzl","rust_unpretty.html#rust_unpretty","rust_unpretty_aspect.html#rust_unpretty_aspectbzl","rust_unpretty_aspect.html#rust_unpretty_aspect","settings.html#settings","rust_settings.html#rust-settings","rust_settings.html#always_enable_metadata_output_groups","rust_settings.html#capture_clippy_output","rust_settings.html#clippy_error_format","rust_settings.html#clippy_flag","rust_settings.html#clippy_flags","rust_settings.html#clippy_output_diagnostics","rust_settings.html#clippy_toml","rust_settings.html#codegen_units","rust_settings.html#collect_cfgs","rust_settings.html#default_allocator_library","rust_settings.html#error_format","rust_settings.html#experimental_compile_rustdoc_tests","rust_settings.html#experimental_link_std_dylib","rust_settings.html#experimental_use_allocator_libraries_with_mangled_symbols","rust_settings.html#experimental_use_cc_common_link","rust_settings.html#experimental_use_coverage_metadata_files","rust_settings.html#experimental_use_global_allocator","rust_settings.html#experimental_use_sh_toolchain_for_bootstrap_process_wrapper","rust_settings.html#extra_exec_rustc_env","rust_settings.html#extra_exec_rustc_flag","rust_settings.html#extra_exec_rustc_flags","rust_settings.html#extra_rustc_env","rust_settings.html#extra_rustc_flag","rust_settings.html#extra_rustc_flags","rust_settings.html#incompatible_change_clippy_error_format","rust_settings.html#incompatible_do_not_include_data_in_compile_data","rust_settings.html#incompatible_do_not_include_transitive_data_in_compile_inputs","rust_settings.html#lto","rust_settings.html#no_std","rust_settings.html#per_crate_rustc_flag","rust_settings.html#pipelined_compilation","rust_settings.html#rename_first_party_crates","rust_settings.html#require_explicit_unstable_features","rust_settings.html#rustc_output_diagnostics","rust_settings.html#rustfmt_toml","rust_settings.html#skip_fission_for_rust","rust_settings.html#third_party_dir","rust_settings.html#toolchain_generated_sysroot","rust_settings.html#toolchain_linker_preference","rust_settings.html#unpretty","rust_settings.html#zself_profile_events","cargo_settings.html#cargo-settings","cargo_settings.html#cargo_manifest_dir_filename_suffixes_to_retain","cargo_settings.html#debug_std_streams_output_group","cargo_settings.html#emit_build_script_warnings","cargo_settings.html#experimental_symlink_execroot","cargo_settings.html#out_dir_volatile_file_basenames","cargo_settings.html#use_cc_toolchain","cargo_settings.html#use_default_shell_env","rust_toolchains.html#toolchains","rust_toolchains.html#toolchain-rules","rust_toolchains.html#data-rules","rust_toolchain.html#rust_toolchainbzl","rust_toolchain.html#rust_toolchain","rustfmt_toolchain.html#rustfmt_toolchainbzl","rustfmt_toolchain.html#rustfmt_toolchain","rust_analyzer_toolchain.html#rust_analyzer_toolchainbzl","rust_analyzer_toolchain.html#rust_analyzer_toolchain","rust_stdlib_filegroup.html#rust_stdlib_filegroupbzl","rust_stdlib_filegroup.html#rust_stdlib_filegroup","rust_bzlmod.html#rust","rust_bzlmod.html#repository_set","rust_bzlmod.html#toolchain","rust_bzlmod.html#rust_host_tools","rust_bzlmod.html#host_tools","external_crates.html#external-dependencies","crate_universe_bzlmod.html#crate-universe","crate_universe_bzlmod.html#table-of-contents","crate_universe_bzlmod.html#setup","crate_universe_bzlmod.html#dependencies","crate_universe_bzlmod.html#cargo-workspaces","crate_universe_bzlmod.html#direct-dependencies","crate_universe_bzlmod.html#binary-dependencies","crate_universe_bzlmod.html#vendored-dependencies","crate_universe_bzlmod.html#crate","crate_universe_bzlmod.html#annotation","crate_universe_bzlmod.html#annotation_select","crate_universe_bzlmod.html#from_cargo","crate_universe_bzlmod.html#from_specs","crate_universe_bzlmod.html#render_config","crate_universe_bzlmod.html#spec","crate_universe_bzlmod.html#splicing_config","coverage.html#code-coverage","coverage.html#basic-usage","coverage.html#controlling-instrumentation","coverage.html#recommended-bazelrc-settings","coverage.html#rust_test-with-a-crate-attribute","coverage.html#--instrument_test_targets","coverage.html#flags-summary","upstream_tooling.html#upstream-tooling","ide_integrations.html#ide-integrations","ide_integrations.html#vscode","ide_integrations.html#intellisense","ide_integrations.html#debugging","extensions.html#extensions","rust_bindgen.html#rules_rust_bindgen","rust_bindgen.html#rules","rust_bindgen.html#setup","rust_bindgen.html#rust_bindgen","rust_bindgen.html#rust_bindgen_toolchain","rust_bindgen.html#rust_bindgen_library","rust_mdbook.html#rules_rust_mdbook","rust_mdbook.html#rules","rust_mdbook.html#setup","rust_mdbook.html#mdbook","rust_mdbook.html#mdbook_server","rust_mdbook.html#mdbook_toolchain","rust_prost.html#rules_rust_prost","rust_prost.html#rules","rust_prost.html#setup","rust_prost.html#rust_prost_library","rust_prost.html#rust_prost_toolchain","rust_prost.html#rust_prost_transform","rust_pyo3.html#rules_rust_pyo3","rust_pyo3.html#pyo3_toolchain","rust_pyo3.html#rust_pyo3_toolchain","rust_pyo3.html#pyo3_extension","rust_wasm_bindgen.html#rules_rust_wasm_bindgen","rust_wasm_bindgen.html#rules","rust_wasm_bindgen.html#setup","rust_wasm_bindgen.html#interfacing-with-javascript-rules","rust_wasm_bindgen.html#rust_wasm_bindgen","rust_wasm_bindgen.html#rust_wasm_bindgen_toolchain","rust_wasm_bindgen.html#rustwasmbindgeninfo","rust_wasm_bindgen.html#rust_wasm_bindgen_test"],"index":{"documentStore":{"docInfo":{"0":{"body":7,"breadcrumbs":3,"title":2},"1":{"body":30,"breadcrumbs":2,"title":1},"10":{"body":53,"breadcrumbs":4,"title":2},"100":{"body":12,"breadcrumbs":4,"title":1},"101":{"body":16,"breadcrumbs":4,"title":1},"102":{"body":31,"breadcrumbs":4,"title":1},"103":{"body":14,"breadcrumbs":4,"title":1},"104":{"body":31,"breadcrumbs":4,"title":1},"105":{"body":14,"breadcrumbs":4,"title":1},"106":{"body":26,"breadcrumbs":4,"title":1},"107":{"body":31,"breadcrumbs":4,"title":1},"108":{"body":12,"breadcrumbs":4,"title":1},"109":{"body":27,"breadcrumbs":4,"title":1},"11":{"body":51,"breadcrumbs":4,"title":2},"110":{"body":19,"breadcrumbs":4,"title":1},"111":{"body":8,"breadcrumbs":4,"title":1},"112":{"body":9,"breadcrumbs":4,"title":1},"113":{"body":12,"breadcrumbs":4,"title":1},"114":{"body":24,"breadcrumbs":4,"title":1},"115":{"body":55,"breadcrumbs":4,"title":1},"116":{"body":31,"breadcrumbs":4,"title":1},"117":{"body":28,"breadcrumbs":4,"title":1},"118":{"body":35,"breadcrumbs":4,"title":1},"119":{"body":8,"breadcrumbs":4,"title":1},"12":{"body":0,"breadcrumbs":4,"title":1},"120":{"body":12,"breadcrumbs":4,"title":1},"121":{"body":13,"breadcrumbs":4,"title":1},"122":{"body":19,"breadcrumbs":4,"title":1},"123":{"body":9,"breadcrumbs":4,"title":1},"124":{"body":49,"breadcrumbs":4,"title":1},"125":{"body":25,"breadcrumbs":4,"title":1},"126":{"body":18,"breadcrumbs":4,"title":1},"127":{"body":3,"breadcrumbs":5,"title":2},"128":{"body":10,"breadcrumbs":4,"title":1},"129":{"body":15,"breadcrumbs":4,"title":1},"13":{"body":926,"breadcrumbs":4,"title":1},"130":{"body":47,"breadcrumbs":4,"title":1},"131":{"body":10,"breadcrumbs":4,"title":1},"132":{"body":49,"breadcrumbs":4,"title":1},"133":{"body":79,"breadcrumbs":4,"title":1},"134":{"body":8,"breadcrumbs":4,"title":1},"135":{"body":59,"breadcrumbs":2,"title":1},"136":{"body":36,"breadcrumbs":3,"title":2},"137":{"body":13,"breadcrumbs":3,"title":2},"138":{"body":0,"breadcrumbs":3,"title":1},"139":{"body":869,"breadcrumbs":3,"title":1},"14":{"body":0,"breadcrumbs":4,"title":1},"140":{"body":0,"breadcrumbs":3,"title":1},"141":{"body":54,"breadcrumbs":3,"title":1},"142":{"body":0,"breadcrumbs":3,"title":1},"143":{"body":101,"breadcrumbs":3,"title":1},"144":{"body":0,"breadcrumbs":3,"title":1},"145":{"body":33,"breadcrumbs":3,"title":1},"146":{"body":53,"breadcrumbs":2,"title":1},"147":{"body":290,"breadcrumbs":2,"title":1},"148":{"body":327,"breadcrumbs":2,"title":1},"149":{"body":22,"breadcrumbs":2,"title":1},"15":{"body":701,"breadcrumbs":4,"title":1},"150":{"body":126,"breadcrumbs":2,"title":1},"151":{"body":10,"breadcrumbs":4,"title":2},"152":{"body":30,"breadcrumbs":5,"title":2},"153":{"body":14,"breadcrumbs":5,"title":2},"154":{"body":32,"breadcrumbs":4,"title":1},"155":{"body":14,"breadcrumbs":4,"title":1},"156":{"body":246,"breadcrumbs":5,"title":2},"157":{"body":117,"breadcrumbs":5,"title":2},"158":{"body":119,"breadcrumbs":5,"title":2},"159":{"body":337,"breadcrumbs":5,"title":2},"16":{"body":0,"breadcrumbs":4,"title":1},"160":{"body":213,"breadcrumbs":4,"title":1},"161":{"body":626,"breadcrumbs":4,"title":1},"162":{"body":252,"breadcrumbs":4,"title":1},"163":{"body":232,"breadcrumbs":4,"title":1},"164":{"body":223,"breadcrumbs":4,"title":1},"165":{"body":370,"breadcrumbs":4,"title":1},"166":{"body":167,"breadcrumbs":4,"title":1},"167":{"body":46,"breadcrumbs":4,"title":1},"168":{"body":16,"breadcrumbs":4,"title":2},"169":{"body":13,"breadcrumbs":4,"title":2},"17":{"body":49,"breadcrumbs":4,"title":1},"170":{"body":24,"breadcrumbs":4,"title":2},"171":{"body":21,"breadcrumbs":5,"title":3},"172":{"body":56,"breadcrumbs":5,"title":3},"173":{"body":16,"breadcrumbs":3,"title":1},"174":{"body":28,"breadcrumbs":4,"title":2},"175":{"body":36,"breadcrumbs":4,"title":2},"176":{"body":0,"breadcrumbs":4,"title":2},"177":{"body":0,"breadcrumbs":3,"title":1},"178":{"body":12,"breadcrumbs":3,"title":1},"179":{"body":52,"breadcrumbs":3,"title":1},"18":{"body":0,"breadcrumbs":4,"title":1},"180":{"body":0,"breadcrumbs":2,"title":1},"181":{"body":9,"breadcrumbs":3,"title":1},"182":{"body":3,"breadcrumbs":3,"title":1},"183":{"body":65,"breadcrumbs":3,"title":1},"184":{"body":111,"breadcrumbs":3,"title":1},"185":{"body":143,"breadcrumbs":3,"title":1},"186":{"body":107,"breadcrumbs":3,"title":1},"187":{"body":3,"breadcrumbs":3,"title":1},"188":{"body":3,"breadcrumbs":3,"title":1},"189":{"body":4,"breadcrumbs":3,"title":1},"19":{"body":111,"breadcrumbs":4,"title":1},"190":{"body":46,"breadcrumbs":3,"title":1},"191":{"body":111,"breadcrumbs":3,"title":1},"192":{"body":34,"breadcrumbs":3,"title":1},"193":{"body":11,"breadcrumbs":3,"title":1},"194":{"body":2,"breadcrumbs":3,"title":1},"195":{"body":205,"breadcrumbs":3,"title":1},"196":{"body":30,"breadcrumbs":3,"title":1},"197":{"body":170,"breadcrumbs":3,"title":1},"198":{"body":125,"breadcrumbs":3,"title":1},"199":{"body":0,"breadcrumbs":3,"title":1},"2":{"body":82,"breadcrumbs":4,"title":3},"20":{"body":718,"breadcrumbs":4,"title":1},"200":{"body":93,"breadcrumbs":3,"title":1},"201":{"body":43,"breadcrumbs":3,"title":1},"202":{"body":237,"breadcrumbs":3,"title":1},"203":{"body":9,"breadcrumbs":3,"title":1},"204":{"body":2,"breadcrumbs":3,"title":1},"205":{"body":40,"breadcrumbs":3,"title":1},"206":{"body":4,"breadcrumbs":5,"title":3},"207":{"body":90,"breadcrumbs":3,"title":1},"208":{"body":134,"breadcrumbs":3,"title":1},"209":{"body":51,"breadcrumbs":3,"title":1},"21":{"body":721,"breadcrumbs":4,"title":1},"210":{"body":159,"breadcrumbs":3,"title":1},"22":{"body":0,"breadcrumbs":4,"title":1},"23":{"body":590,"breadcrumbs":4,"title":1},"24":{"body":0,"breadcrumbs":4,"title":1},"25":{"body":717,"breadcrumbs":4,"title":1},"26":{"body":0,"breadcrumbs":4,"title":1},"27":{"body":650,"breadcrumbs":4,"title":1},"28":{"body":0,"breadcrumbs":4,"title":1},"29":{"body":136,"breadcrumbs":4,"title":1},"3":{"body":35,"breadcrumbs":4,"title":3},"30":{"body":817,"breadcrumbs":6,"title":3},"31":{"body":0,"breadcrumbs":4,"title":1},"32":{"body":111,"breadcrumbs":4,"title":1},"33":{"body":14,"breadcrumbs":3,"title":1},"34":{"body":48,"breadcrumbs":3,"title":1},"35":{"body":47,"breadcrumbs":3,"title":1},"36":{"body":0,"breadcrumbs":4,"title":1},"37":{"body":74,"breadcrumbs":4,"title":1},"38":{"body":0,"breadcrumbs":4,"title":1},"39":{"body":48,"breadcrumbs":4,"title":1},"4":{"body":24,"breadcrumbs":3,"title":2},"40":{"body":0,"breadcrumbs":4,"title":1},"41":{"body":195,"breadcrumbs":4,"title":1},"42":{"body":29,"breadcrumbs":3,"title":1},"43":{"body":123,"breadcrumbs":3,"title":1},"44":{"body":25,"breadcrumbs":3,"title":1},"45":{"body":0,"breadcrumbs":4,"title":1},"46":{"body":52,"breadcrumbs":4,"title":1},"47":{"body":0,"breadcrumbs":4,"title":1},"48":{"body":177,"breadcrumbs":4,"title":1},"49":{"body":20,"breadcrumbs":3,"title":1},"5":{"body":38,"breadcrumbs":2,"title":1},"50":{"body":31,"breadcrumbs":3,"title":1},"51":{"body":0,"breadcrumbs":4,"title":1},"52":{"body":183,"breadcrumbs":4,"title":1},"53":{"body":0,"breadcrumbs":4,"title":1},"54":{"body":161,"breadcrumbs":4,"title":1},"55":{"body":30,"breadcrumbs":3,"title":1},"56":{"body":51,"breadcrumbs":3,"title":1},"57":{"body":0,"breadcrumbs":4,"title":1},"58":{"body":514,"breadcrumbs":4,"title":1},"59":{"body":0,"breadcrumbs":4,"title":1},"6":{"body":8,"breadcrumbs":3,"title":2},"60":{"body":61,"breadcrumbs":4,"title":1},"61":{"body":0,"breadcrumbs":4,"title":1},"62":{"body":32,"breadcrumbs":4,"title":1},"63":{"body":25,"breadcrumbs":4,"title":2},"64":{"body":14,"breadcrumbs":4,"title":2},"65":{"body":49,"breadcrumbs":3,"title":1},"66":{"body":31,"breadcrumbs":3,"title":1},"67":{"body":11,"breadcrumbs":3,"title":1},"68":{"body":34,"breadcrumbs":8,"title":6},"69":{"body":159,"breadcrumbs":3,"title":1},"7":{"body":22,"breadcrumbs":4,"title":3},"70":{"body":36,"breadcrumbs":2,"title":0},"71":{"body":0,"breadcrumbs":3,"title":1},"72":{"body":26,"breadcrumbs":6,"title":4},"73":{"body":2,"breadcrumbs":5,"title":3},"74":{"body":3,"breadcrumbs":7,"title":5},"75":{"body":71,"breadcrumbs":7,"title":5},"76":{"body":46,"breadcrumbs":4,"title":2},"77":{"body":32,"breadcrumbs":3,"title":1},"78":{"body":40,"breadcrumbs":3,"title":1},"79":{"body":29,"breadcrumbs":3,"title":1},"8":{"body":32,"breadcrumbs":4,"title":2},"80":{"body":0,"breadcrumbs":4,"title":1},"81":{"body":84,"breadcrumbs":4,"title":1},"82":{"body":0,"breadcrumbs":4,"title":1},"83":{"body":46,"breadcrumbs":4,"title":1},"84":{"body":7,"breadcrumbs":2,"title":1},"85":{"body":3,"breadcrumbs":5,"title":2},"86":{"body":13,"breadcrumbs":4,"title":1},"87":{"body":11,"breadcrumbs":4,"title":1},"88":{"body":9,"breadcrumbs":4,"title":1},"89":{"body":13,"breadcrumbs":4,"title":1},"9":{"body":96,"breadcrumbs":4,"title":2},"90":{"body":11,"breadcrumbs":4,"title":1},"91":{"body":24,"breadcrumbs":4,"title":1},"92":{"body":12,"breadcrumbs":4,"title":1},"93":{"body":29,"breadcrumbs":4,"title":1},"94":{"body":8,"breadcrumbs":4,"title":1},"95":{"body":8,"breadcrumbs":4,"title":1},"96":{"body":9,"breadcrumbs":4,"title":1},"97":{"body":47,"breadcrumbs":4,"title":1},"98":{"body":7,"breadcrumbs":4,"title":1},"99":{"body":197,"breadcrumbs":4,"title":1}},"docs":{"0":{"body":"This repository provides rules for building Rust projects with Bazel .","breadcrumbs":"Introduction » Rules Rust","id":"0","title":"Rules Rust"},"1":{"body":"The rules are released, and releases can be found on the GitHub Releases page . We recommend using the latest release from that page. To use rules_rust in a project, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.74.0\") Don't forget to substitute in your desired release's version number.","breadcrumbs":"Introduction » Setup","id":"1","title":"Setup"},"10":{"body":"Non-core rules that ship in the same ruleset: rust_library_group — Group several rust_library targets so they can be depended on as a single unit without generating an intermediate rlib. rust_lint_config — Declare a reusable set of rustc, clippy, and rustdoc lint levels that can be attached to other rules via their lint_config attribute. rust_test_suite — Convenience macro that expands into one rust_test per source file, sharing a common set of dependencies. Useful for tests/**.rs layouts that mirror Cargo's integration-test directory.","breadcrumbs":"Rules » rust » Additional rules","id":"10","title":"Additional rules"},"100":{"body":"--@rules_rust//rust/settings:experimental_use_cc_common_link A flag to control whether to link rust_binary and rust_test targets using cc_common.link instead of rustc.","breadcrumbs":"Settings » Rust Settings » experimental_use_cc_common_link","id":"100","title":"experimental_use_cc_common_link"},"101":{"body":"--@rules_rust//rust/settings:experimental_use_coverage_metadata_files A flag to have coverage tooling added as coverage_common.instrumented_files_info.metadata_files instead of reporting tools like llvm-cov and llvm-profdata as runfiles to each test.","breadcrumbs":"Settings » Rust Settings » experimental_use_coverage_metadata_files","id":"101","title":"experimental_use_coverage_metadata_files"},"102":{"body":"--@rules_rust//rust/settings:experimental_use_global_allocator A flag to indicate that a global allocator is in use when using --@rules_rust//rust/settings:experimental_use_cc_common_link Users need to specify this flag because rustc generates different set of symbols at link time when a global allocator is in use. When the linking is not done by rustc, the rust_toolchain itself provides the appropriate set of symbols.","breadcrumbs":"Settings » Rust Settings » experimental_use_global_allocator","id":"102","title":"experimental_use_global_allocator"},"103":{"body":"--@rules_rust//rust/settings:experimental_use_sh_toolchain_for_bootstrap_process_wrapper A flag to control whether the shell path from a shell toolchain (@bazel_tools//tools/sh:toolchain_type) is embedded into the bootstrap process wrapper for the .sh file.","breadcrumbs":"Settings » Rust Settings » experimental_use_sh_toolchain_for_bootstrap_process_wrapper","id":"103","title":"experimental_use_sh_toolchain_for_bootstrap_process_wrapper"},"104":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in exec configuration. It applies to tools built and run during the build process, such as proc-macros and build scripts. This can be useful for enabling features that are needed during tool compilation.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_env","id":"104","title":"extra_exec_rustc_env"},"105":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flag Add additional rustc_flags in the exec configuration from the command line with --@rules_rust//rust/settings:extra_exec_rustc_flag. Multiple uses are accumulated and appended after the extra_exec_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flag","id":"105","title":"extra_exec_rustc_flag"},"106":{"body":"--@rules_rust//rust/settings:extra_exec_rustc_flags This setting may be used to pass extra options to rustc from the command line in exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_exec_rustc_flags","id":"106","title":"extra_exec_rustc_flags"},"107":{"body":"--@rules_rust//rust/settings:extra_rustc_env This setting may be used to pass extra environment variables to rustc from the command line in non-exec configuration. It applies across all targets whereas environment variables set in a specific rule apply only to that target. This can be useful for setting build-wide env flags such as RUSTC_BOOTSTRAP=1.","breadcrumbs":"Settings » Rust Settings » extra_rustc_env","id":"107","title":"extra_rustc_env"},"108":{"body":"--@rules_rust//rust/settings:extra_rustc_flag Add additional rustc_flag from the command line with --@rules_rust//rust/settings:extra_rustc_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flag","id":"108","title":"extra_rustc_flag"},"109":{"body":"--@rules_rust//rust/settings:extra_rustc_flags This setting may be used to pass extra options to rustc from the command line in non-exec configuration. It applies across all targets whereas the rustc_flags option on targets applies only to that target. This can be useful for passing build-wide options such as LTO.","breadcrumbs":"Settings » Rust Settings » extra_rustc_flags","id":"109","title":"extra_rustc_flags"},"11":{"body":"Rules that layer on top of the core rules live on their own pages: rustdoc — Generate and test Rust documentation. clippy — Run Clippy over Rust targets. rustfmt — Run rustfmt over Rust targets. unpretty — Emit rustc -Zunpretty=... output for a crate. cargo — cargo_build_script and related Cargo-compatibility rules. rust_analyzer — Generate a rust-project.json file for the rust-analyzer IDE server. Rust Toolchains — Declare and register Rust toolchains.","breadcrumbs":"Rules » rust » Related pages","id":"11","title":"Related pages"},"110":{"body":"--@rules_rust//rust/settings:incompatible_change_clippy_error_format A flag to enable the clippy_error_format setting. If this flag is true, Clippy uses the format set in clippy_error_format to format its diagnostics; otherwise, it uses the format set in error_format.","breadcrumbs":"Settings » Rust Settings » incompatible_change_clippy_error_format","id":"110","title":"incompatible_change_clippy_error_format"},"111":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_data_in_compile_data A flag to control whether to include data files in compile_data.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_data_in_compile_data","id":"111","title":"incompatible_do_not_include_data_in_compile_data"},"112":{"body":"--@rules_rust//rust/settings:incompatible_do_not_include_transitive_data_in_compile_inputs A flag to control whether transitive data dependencies are included in compile inputs.","breadcrumbs":"Settings » Rust Settings » incompatible_do_not_include_transitive_data_in_compile_inputs","id":"112","title":"incompatible_do_not_include_transitive_data_in_compile_inputs"},"113":{"body":"--@rules_rust//rust/settings:lto A build setting which specifies the link time optimization mode used when building Rust code.","breadcrumbs":"Settings » Rust Settings » lto","id":"113","title":"lto"},"114":{"body":"--@rules_rust//rust/settings:no_std This setting may be used to enable builds without the standard library. Currently only no_std + alloc is supported, which can be enabled with setting the value to \"alloc\". In the future we could add support for additional modes, e.g \"core\", \"alloc,collections\".","breadcrumbs":"Settings » Rust Settings » no_std","id":"114","title":"no_std"},"115":{"body":"--@rules_rust//rust/settings:per_crate_rustc_flag Add additional rustc_flag to matching crates from the command line with --@rules_rust//rust/settings:per_crate_rustc_flag. The expected flag format is prefix_filter@flag, where any crate with a label or execution path starting with the prefix filter will be built with the given flag. The label matching uses the canonical form of the label (i.e //package:label_name). The execution path is the relative path to your workspace directory including the base name (including extension) of the crate root. This flag is not applied to the exec configuration (proc-macros, cargo_build_script, etc). Multiple uses are accumulated.","breadcrumbs":"Settings » Rust Settings » per_crate_rustc_flag","id":"115","title":"per_crate_rustc_flag"},"116":{"body":"--@rules_rust//rust/settings:pipelined_compilation When set, this flag causes rustc to emit *.rmeta files and use them for rlib -> rlib dependencies. While this involves one extra (short) rustc invocation to build the rmeta file, it allows library dependencies to be unlocked much sooner, increasing parallelism during compilation.","breadcrumbs":"Settings » Rust Settings » pipelined_compilation","id":"116","title":"pipelined_compilation"},"117":{"body":"--@rules_rust//rust/settings:rename_first_party_crates A flag controlling whether to rename first-party crates such that their names encode the Bazel package and target name, instead of just the target name. First-party vs. third-party crates are identified using the value of @rules_rust//settings:third_party_dir.","breadcrumbs":"Settings » Rust Settings » rename_first_party_crates","id":"117","title":"rename_first_party_crates"},"118":{"body":"--@rules_rust//rust/settings:require_explicit_unstable_features A flag controlling whether unstable features should be disallowed by default If true, an empty -Zallow-features= will be added to the rustc command line whenever no other -Zallow-features= is present in the rustc flags. The effect is to disallow all unstable features by default, with the possibility to explicitly re-enable them selectively using -Zallow-features=....","breadcrumbs":"Settings » Rust Settings » require_explicit_unstable_features","id":"118","title":"require_explicit_unstable_features"},"119":{"body":"--@rules_rust//rust/settings:rustc_output_diagnostics This setting may be changed from the command line to generate rustc diagnostics.","breadcrumbs":"Settings » Rust Settings » rustc_output_diagnostics","id":"119","title":"rustc_output_diagnostics"},"12":{"body":"","breadcrumbs":"Rules » rust » rust_binary » rust_binary.bzl","id":"12","title":"rust_binary.bzl"},"120":{"body":"--@rules_rust//rust/settings:rustfmt_toml This setting is used by the rustfmt rules. See https://bazelbuild.github.io/rules_rust/rust_fmt.html Note that this setting is actually called rustfmt.toml.","breadcrumbs":"Settings » Rust Settings » rustfmt_toml","id":"120","title":"rustfmt_toml"},"121":{"body":"--@rules_rust//rust/settings:skip_fission_for_rust A flag to skip split debug info (Fission) for Rust objects when using a non-nightly toolchain.","breadcrumbs":"Settings » Rust Settings » skip_fission_for_rust","id":"121","title":"skip_fission_for_rust"},"122":{"body":"--@rules_rust//rust/settings:third_party_dir A flag specifying the location of vendored third-party rust crates within this repository that must not be renamed when rename_first_party_crates is enabled. Must be specified as a Bazel package, e.g. \"//some/location/in/repo\".","breadcrumbs":"Settings » Rust Settings » third_party_dir","id":"122","title":"third_party_dir"},"123":{"body":"--@rules_rust//rust/settings:toolchain_generated_sysroot A flag to set rustc --sysroot flag to the sysroot generated by rust_toolchain.","breadcrumbs":"Settings » Rust Settings » toolchain_generated_sysroot","id":"123","title":"toolchain_generated_sysroot"},"124":{"body":"--@rules_rust//rust/settings:toolchain_linker_preference A flag to control which linker is preferred for linking Rust binaries. Accepts three values: \"rust\": Use rust_toolchain.linker always (e.g., rust-lld). This uses rustc to invoke the linker directly. \"cc\": Use the linker provided by the configured cc_toolchain. This uses rustc to invoke the C++ toolchain's linker (e.g., clang, gcc, link.exe). \"none\": Default to cc being the preference and falling back to rust if no cc_toolchain is available.","breadcrumbs":"Settings » Rust Settings » toolchain_linker_preference","id":"124","title":"toolchain_linker_preference"},"125":{"body":"--@rules_rust//rust/settings:unpretty A build setting to control the output of RustUnpretty* actions Supported values are: ast-tree,expanded ast-tree expanded,hygiene expanded,identified expanded hir-tree hir,identified hir,typed hir mir-cfg mir normal","breadcrumbs":"Settings » Rust Settings » unpretty","id":"125","title":"unpretty"},"126":{"body":"--@rules_rust//rust/settings:zself_profile_events Passes -Zself-profile and -Zself-profile-events flags to rustc, requires a nightly toolchain. PARAMETERS Name Description Options name - \"zself_profile_events\"","breadcrumbs":"Settings » Rust Settings » zself_profile_events","id":"126","title":"zself_profile_events"},"127":{"body":"Definitions for all @rules_rust//cargo settings","breadcrumbs":"Settings » Cargo Settings » Cargo settings","id":"127","title":"Cargo settings"},"128":{"body":"--@rules_rust//cargo/settings:cargo_manifest_dir_filename_suffixes_to_retain A flag which determines what files are retained in CARGO_MANIFEST_DIR directories that are created in CargoBuildScriptRun actions.","breadcrumbs":"Settings » Cargo Settings » cargo_manifest_dir_filename_suffixes_to_retain","id":"128","title":"cargo_manifest_dir_filename_suffixes_to_retain"},"129":{"body":"--@rules_rust//cargo/settings:debug_std_streams_output_group A flag which adds a streams output group to cargo_build_script targets that contain the raw stderr and stdout streams from the build script.","breadcrumbs":"Settings » Cargo Settings » debug_std_streams_output_group","id":"129","title":"debug_std_streams_output_group"},"13":{"body":"load(\"@rules_rust//rust:rust_binary.bzl\", \"rust_binary\") rust_binary(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, binary_name, compile_data, crate_features, crate_name, crate_root, crate_type, edition, env, experimental_use_cc_common_link, link_deps, link_std_dylib, linker_script, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust binary crate. Example: Suppose you have the following directory structure for a Rust project with a library crate, hello_lib, and a binary crate, hello_world that uses the hello_lib library: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_world/ BUILD src/ main.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) hello_world/src/main.rs: extern crate hello_lib; fn main() { let hello = hello_lib::Greeter::new(\"Hello\"); hello.greet(\"world\");\n} hello_world/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_world\", srcs = [\"src/main.rs\"], deps = [\"//hello_lib\"],\n) Build and run hello_world: $ bazel run //hello_world\nINFO: Found 1 target...\nTarget //examples/rust/hello_world:hello_world up-to-date:\nbazel-bin/examples/rust/hello_world/hello_world\nINFO: Elapsed time: 1.308s, Critical Path: 1.22s INFO: Running command line: bazel-bin/examples/rust/hello_world/hello_world\nHello world On Windows, a PDB file containing debugging information is available under the key pdb_file in OutputGroupInfo. Similarly on macOS, a dSYM folder is available under the key dsym_folder in OutputGroupInfo. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False binary_name Override the resulting binary file name. By default, the binary file will be named using the name attribute on this rule, however sometimes that is not deseriable. String optional \"\" compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None crate_type Crate type that will be passed to rustc to be used for building this crate.This option is a temporary workaround and should be used only when building for WebAssembly targets (//rust/platform:wasi and //rust/platform:wasm). String optional \"bin\" edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the target is executed by bazel run. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution.Execpath returns absolute path, and in order to be able to construct the absolute path we need to wrap the test binary in a launcher. Using a launcher comes with complications, such as more complicated debugger attachment. Dictionary: String -> String optional {} experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this binary.Default is false. This is often required when building a binary that depends on a Rust ABI dylib. Boolean optional False linker_script Link script to forward into linker via rustc options. Label optional None lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional -1 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_binary » rust_binary","id":"13","title":"rust_binary"},"130":{"body":"--@rules_rust//cargo/settings:emit_build_script_warnings A flag which controls whether cargo_build_script warnings (cargo::warning=) are printed to stderr. Supported values: on: emit warnings for every cargo_build_script target, overriding any per-target emit_warnings = False. auto (default): respect the per-target emit_warnings attribute. crate_universe-generated targets set it to False, so registry/git crates stay quiet (matching Cargo); first-party targets emit by default. off: silence warnings build-wide.","breadcrumbs":"Settings » Cargo Settings » emit_build_script_warnings","id":"130","title":"emit_build_script_warnings"},"131":{"body":"--@rules_rust//cargo/settings:experimental_symlink_execroot A flag for which causes cargo_build_script to symlink the execroot of the action to the CARGO_MANIFEST_DIR where the scripts are run.","breadcrumbs":"Settings » Cargo Settings » experimental_symlink_execroot","id":"131","title":"experimental_symlink_execroot"},"132":{"body":"--@rules_rust//cargo/settings:out_dir_volatile_file_basenames A flag which determines what file basenames are removed from OUT_DIR by cargo_build_script actions to make the _bs.out_dir TreeArtifact deterministic. Files whose names appear in this list, as well as files with a .d or .pc extension, are deleted from OUT_DIR after the build script runs and before Bazel captures the directory. Files like config.log and Makefile embed the Bazel sandbox path, so their content changes on every action invocation, causing cache misses for all downstream rustc compilations.","breadcrumbs":"Settings » Cargo Settings » out_dir_volatile_file_basenames","id":"132","title":"out_dir_volatile_file_basenames"},"133":{"body":"--@rules_rust//cargo/settings:use_cc_toolchain A flag which controls the global default of whether cargo_build_script targets should pull in the resolved cc_toolchain. When enabled (the default), each cargo_build_script action gets the resolved cc_toolchain's all_files added to its inputs and picks up the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables derived from that toolchain. This matches Cargo's behavior and is required for build scripts that shell out to a C/C++ compiler (e.g. those using cc-rs or cmake-rs). When disabled, the cc_toolchain is omitted from cargo_build_script actions. This can significantly reduce action input sizes when using a hermetic sysroot but breaks any build script that needs to compile C/C++ code. Individual targets may override this default via the cargo_build_script.use_cc_toolchain attribute.","breadcrumbs":"Settings » Cargo Settings » use_cc_toolchain","id":"133","title":"use_cc_toolchain"},"134":{"body":"--@rules_rust//cargo/settings:use_default_shell_env A flag which controls the global default of ctx.actions.run.use_default_shell_env for cargo_build_script targets.","breadcrumbs":"Settings » Cargo Settings » use_default_shell_env","id":"134","title":"use_default_shell_env"},"135":{"body":"A Rust build in Bazel selects its compiler, standard library, and companion tools through a set of registered Bazel toolchains . rules_rust ships one toolchain type per companion tool so that Rust, rust-analyzer, and rustfmt can be resolved independently. Most users register toolchains via the rust module extension (see Bzlmod ) rather than declaring these rules directly. The rules below exist for users who need to define custom toolchains — for example, to point at a locally built rustc or to add a target triple that the extension doesn't cover.","breadcrumbs":"Toolchains » Toolchains","id":"135","title":"Toolchains"},"136":{"body":"rust_toolchain — Declare a Rust compilation toolchain: the rustc binary, standard library, linker, and per-target compilation settings. rustfmt_toolchain — Declare a toolchain providing the rustfmt binary used by rustfmt rules. rust_analyzer_toolchain — Declare a toolchain providing the rust-analyzer binary and proc-macro server used by the rust_analyzer integration.","breadcrumbs":"Toolchains » Toolchain rules","id":"136","title":"Toolchain rules"},"137":{"body":"rust_stdlib_filegroup — Group the files of a Rust standard library archive into a target that can be attached to a rust_toolchain via the rust_std attribute.","breadcrumbs":"Toolchains » Data rules","id":"137","title":"Data rules"},"138":{"body":"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain.bzl","id":"138","title":"rust_toolchain.bzl"},"139":{"body":"load(\"@rules_rust//rust:rust_toolchain.bzl\", \"rust_toolchain\") rust_toolchain(name, allocator_library, binary_ext, cargo, cargo_clippy, channel, clippy_driver, debug_info, default_edition, dylib_ext, env, exec_triple, experimental_use_allocator_libraries_with_mangled_symbols, experimental_use_cc_common_link, extra_exec_rustc_flags, extra_rustc_flags, extra_rustc_flags_for_crate_types, global_allocator_library, iso_date, link_std_dylib, linker, linker_preference, linker_type, llvm_cov, llvm_lib, llvm_profdata, llvm_tools, lto, opt_level, per_crate_rustc_flags, require_explicit_unstable_features, rust_doc, rust_objcopy, rust_std, rustc, rustc_lib, rustfmt, staticlib_ext, stdlib_linkflags, strip_level, target_json, target_triple, version) Declares a Rust toolchain for use. This is for declaring a custom toolchain, eg. for configuring a particular version of rust or supporting a new platform. Example: Suppose the core rust team has ported the compiler to a new target CPU, called cpuX. This support can be used in Bazel by defining a new toolchain definition and declaration: load('@rules_rust//rust:toolchain.bzl', 'rust_toolchain') rust_toolchain( name = \"rust_cpuX_impl\", binary_ext = \"\", dylib_ext = \".so\", exec_triple = \"cpuX-unknown-linux-gnu\", rust_doc = \"@rust_cpuX//:rustdoc\", rust_std = \"@rust_cpuX//:rust_std\", rustc = \"@rust_cpuX//:rustc\", rustc_lib = \"@rust_cpuX//:rustc_lib\", staticlib_ext = \".a\", stdlib_linkflags = [\"-lpthread\", \"-ldl\"], target_triple = \"cpuX-unknown-linux-gnu\",\n) toolchain( name = \"rust_cpuX\", exec_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], target_compatible_with = [ \"@platforms//cpu:cpuX\", \"@platforms//os:linux\", ], toolchain = \":rust_cpuX_impl\",\n) Then, either add the label of the toolchain rule to register_toolchains in the WORKSPACE, or pass it to the \"--extra_toolchains\" flag for Bazel, and it will be used. To use a platform-specific linker, you can use a select() in the linker attribute: rust_toolchain( name = \"rust_toolchain_impl\", # ... other attributes ... linker = select({ \"@platforms//os:linux\": \"//tools:rust-lld-linux\", \"@platforms//os:windows\": \"//tools:rust-lld-windows\", \"//conditions:default\": \"//tools:rust-lld\", }),\n) The select() is evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional \"@rules_rust//rust/settings:default_allocator_library\" binary_ext The extension for binaries created from rustc. String required cargo The location of the cargo binary. Can be a direct source or a filegroup containing one item. Label optional None cargo_clippy The location of the cargo_clippy binary. Can be a direct source or a filegroup containing one item. Label optional None channel The Rust release channel (stable, nightly, or beta). String optional \"\" clippy_driver The location of the clippy-driver binary. Can be a direct source or a filegroup containing one item. Label optional None debug_info Rustc debug info levels per compilation mode (keyed by dbg, fastbuild, opt). Dictionary: String -> String optional {\"dbg\": \"2\", \"fastbuild\": \"0\", \"opt\": \"0\"} default_edition The edition to use for rust_* rules that don't specify an edition. If absent, every rule is required to specify its edition attribute. String optional \"\" dylib_ext The extension for dynamic libraries created from rustc. String required env Environment variables to set in actions. Dictionary: String -> String optional {} exec_triple The platform triple for the toolchains execution environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String required experimental_use_allocator_libraries_with_mangled_symbols Whether to use rust-based allocator libraries with mangled symbols. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting //rust/settings:experimental_use_allocator_libraries_with_mangled_symbols. 0 means do not use. In that case, rules_rust will try to use the c-based allocator libraries that don't support symbol mangling. 1 means use the rust-based allocator libraries. Integer optional -1 experimental_use_cc_common_link Label to a boolean build setting that controls whether cc_common.link is used to link rust binaries. Label optional \"@rules_rust//rust/settings:experimental_use_cc_common_link\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings optional [] extra_rustc_flags_for_crate_types Extra flags to pass to rustc based on crate type Dictionary: String -> List of strings optional {} global_allocator_library Target that provides allocator functions for when a global allocator is present. Label optional \"@rules_rust//rust/private/cc:global_allocator_library\" iso_date The ISO date of the nightly or beta release (e.g. 2026-03-26). Empty for stable releases. String optional \"\" link_std_dylib Whether to link libstd dynamically. Possible values: [-1, 0, 1]. -1 means to use the value of the build setting @rules_rust//rust/settings:experimental_link_std_dylib. 0 means do not link libstd dynamically. 1 means link libstd dynamically. Integer optional -1 linker The label to an explicit linker to use (e.g. rust-lld, ld, link-ld.exe, etc.). Linker binaries must be runnable in the exec configuration, so cfg = \"exec\" is used. To choose a linker based on the target platform, use a select() when providing this attribute. The select() will be evaluated against the target platform before the exec transition is applied, allowing platform-specific linker selection while ensuring the selected linker is built for the exec platform. Label optional None linker_preference The preferred linker to use. If unspecified, cc is preferred and rust is used as a fallback whenever linker is provided. String optional \"\" linker_type The type of linker invocation: 'direct' (ld, rust-lld) or 'indirect' (via compiler like clang/gcc). If unset, defaults based on linker_preference. String optional \"\" llvm_cov The location of the llvm-cov binary. Can be a direct source or a filegroup containing one item. If None, rust code is not instrumented for coverage. Label optional None llvm_lib The location of the libLLVM shared object files. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_profdata The location of the llvm-profdata binary. Can be a direct source or a filegroup containing one item. If llvm_cov is None, this can be None as well and rust code is not instrumented for coverage. Label optional None llvm_tools LLVM tools that are shipped with the Rust toolchain. Label optional None lto Label to an LTO setting whether which can enable custom LTO settings Label optional \"@rules_rust//rust/settings:lto\" opt_level Rustc optimization levels. Dictionary: String -> String optional {\"dbg\": \"0\", \"fastbuild\": \"0\", \"opt\": \"3\"} per_crate_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] require_explicit_unstable_features Label to a boolean build setting that controls whether all uses of unstable Rust features must be explicitly opted in to using -Zallow-features=.... Label optional \"@rules_rust//rust/settings:require_explicit_unstable_features\" rust_doc The location of the rustdoc binary. Can be a direct source or a filegroup containing one item. Label required rust_objcopy The location of the rust-objcopy binary. Can be a direct source or a filegroup containing one item. Label optional None rust_std The Rust standard library. Label required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label required rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt Deprecated : Instead see rustfmt_toolchain Label optional None staticlib_ext The extension for static libraries created from rustc. String required stdlib_linkflags Additional linker flags to use when Rust standard library is linked by a C++ linker (rustc will deal with these automatically). Subject to location expansion with respect to the srcs of the rust_std attribute. Subject to Make variable expansion with respect to RUST_SYSROOT, RUST_SYSROOT_SHORT, RUSTC, etc. List of strings required strip_level Rustc strip levels. For all potential options, see https://doc.rust-lang.org/rustc/codegen-options/index.html#strip Dictionary: String -> String optional {\"dbg\": \"none\", \"fastbuild\": \"none\", \"opt\": \"debuginfo\"} target_json Override the target_triple with a custom target specification. For more details see: https://doc.rust-lang.org/rustc/targets/custom.html String optional \"\" target_triple The platform triple for the toolchains target environment. For more details see: https://docs.bazel.build/versions/master/skylark/rules.html#configurations String optional \"\" version The version of the Rust compiler (e.g. 1.94.1). String optional \"\"","breadcrumbs":"Toolchains » rust_toolchain » rust_toolchain","id":"139","title":"rust_toolchain"},"14":{"body":"","breadcrumbs":"Rules » rust » rust_library » rust_library.bzl","id":"14","title":"rust_library.bzl"},"140":{"body":"","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain.bzl","id":"140","title":"rustfmt_toolchain.bzl"},"141":{"body":"load(\"@rules_rust//rust:rustfmt_toolchain.bzl\", \"rustfmt_toolchain\") rustfmt_toolchain(name, rustc, rustc_lib, rustfmt) A toolchain for rustfmt ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required rustc The location of the rustc binary. Can be a direct source or a filegroup containing one item. Label optional None rustc_lib The libraries used by rustc during compilation. Label optional None rustfmt The location of the rustfmt binary. Can be a direct source or a filegroup containing one item. Label required","breadcrumbs":"Toolchains » rustfmt_toolchain » rustfmt_toolchain","id":"141","title":"rustfmt_toolchain"},"142":{"body":"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain.bzl","id":"142","title":"rust_analyzer_toolchain.bzl"},"143":{"body":"load(\"@rules_rust//rust:rust_analyzer_toolchain.bzl\", \"rust_analyzer_toolchain\") rust_analyzer_toolchain(name, proc_macro_srv, rust_analyzer, rustc, rustc_srcs, rustc_srcs_path, version) A toolchain for rust-analyzer . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proc_macro_srv The path to a rust_analyzer_proc_macro_srv binary. Label optional None rust_analyzer The path to a rust-analyzer binary. Label optional None rustc The path to a rustc binary. Label required rustc_srcs The source code of rustc. Label required rustc_srcs_path The direct path to rustc srcs relative to rustc_srcs package root. String optional \"library\" version The rust-analyzer version (e.g. 1.96.0). Optional. When set, consumers (e.g. the discover binary) can gate newer rust-analyzer features that older versions reject. Left empty for user-supplied toolchains where the version isn't known statically; consumers should treat the empty value as 'assume oldest supported'. String optional \"\"","breadcrumbs":"Toolchains » rust_analyzer_toolchain » rust_analyzer_toolchain","id":"143","title":"rust_analyzer_toolchain"},"144":{"body":"","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup.bzl","id":"144","title":"rust_stdlib_filegroup.bzl"},"145":{"body":"load(\"@rules_rust//rust:rust_stdlib_filegroup.bzl\", \"rust_stdlib_filegroup\") rust_stdlib_filegroup(name, srcs) A dedicated filegroup-like rule for Rust stdlib artifacts. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs The list of targets/files that are components of the rust-stdlib file group List of labels required","breadcrumbs":"Toolchains » rust_stdlib_filegroup » rust_stdlib_filegroup","id":"145","title":"rust_stdlib_filegroup"},"146":{"body":"Module extensions for using rules_rust with bzlmod rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.repository_set(name, allocator_library, auth, auth_patterns, dev_components, edition, exec_compatible_with, exec_triple, extra_exec_rustc_flags, extra_rustc_flags, global_allocator_library, netrc, opt_level, rustfmt_version, sha256s, strip_level, target_compatible_with, target_settings, target_triple, urls, versions)\nrust.toolchain(aliases, allocator_library, dev_components, edition, extra_exec_rustc_flags, extra_exec_rustc_flags_triples, extra_rustc_flags, extra_rustc_flags_triples, extra_target_triples, global_allocator_library, opt_level, rust_analyzer_version, rustfmt_toolchain_triples, rustfmt_version, sha256s, strip_level, target_settings, urls, versions) Rust toolchain extension. TAG CLASSES","breadcrumbs":"Bzlmod » rust","id":"146","title":"rust"},"147":{"body":"Tags for defining rust repository sets (where toolchains are defined). Attributes Name Description Type Mandatory Default name Name of the repository_set - if you're looking to replace default toolchains you must use the exact name you're replacing. Name optional \"\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None auth Auth object compatible with repository_ctx.download to use when downloading files. Dictionary: String -> String optional {} auth_patterns Override mapping of hostnames to authorization patterns; mirrors the eponymous attribute from http_archive. Dictionary: String -> String optional {} dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" exec_compatible_with A list of constraints for the execution platform for this toolchain. List of labels optional [] exec_triple Exec triple for this repository_set. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration. List of strings optional [] extra_rustc_flags Extra flags to pass to rustc in non-exec configuration. List of strings optional [] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None netrc .netrc file to use for authentication; mirrors the eponymous attribute from http_archive. String optional \"\" opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_compatible_with List of platform constraints this toolchain produces, for the particular target_triple this call is for. List of labels optional [] target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] target_triple target_triple to configure. String optional \"\" urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional []","breadcrumbs":"Bzlmod » repository_set","id":"147","title":"repository_set"},"148":{"body":"Tags for defining rust toolchains (where toolchain tools are fetched). Attributes Name Description Type Mandatory Default aliases Map of full toolchain repository name to an alias. If any repository is created by this extension matches a key in this dictionary, the name of the created repository will be remapped to the value instead. This may be required to work around path length limits on Windows. Dictionary: String -> String optional {} allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" extra_exec_rustc_flags Extra flags to pass to rustc in exec configuration List of strings optional [] extra_exec_rustc_flags_triples Extra flags to pass to rustc in exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_rustc_flags Extra flags to pass to rustc in non-exec configuration List of strings optional [] extra_rustc_flags_triples Extra flags to pass to rustc in non-exec configuration. Key is the triple, value is the flag. Dictionary: String -> List of strings optional {} extra_target_triples Additional Rust target triples to fetch and register toolchains for. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"x86_64-apple-darwin\", \"x86_64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"wasm32-wasip2\"] global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None opt_level Rustc optimization levels. For more details see the documentation for rust_toolchain.opt_level. Dictionary: String -> String optional {} rust_analyzer_version The version of Rustc to pair with rust-analyzer. String optional \"\" rustfmt_toolchain_triples Like toolchain_triples, but for rustfmt toolchains. Mapping of rust target triple to repository name. Dictionary: String -> String optional {} rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} strip_level Rustc strip levels. For more details see the documentation for rust_toolchain.strip_level. Dictionary: String -> String optional {} target_settings A list of config_settings that must be satisfied by the target configuration in order for this toolchain to be selected during toolchain resolution. List of labels optional [] urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] versions A list of toolchain versions to download. This parameter only accepts one version per channel. E.g. [\"1.65.0\", \"nightly/2022-11-02\", \"beta/2020-12-30\"]. May be set to an empty list ([]) to inhibit rules_rust from registering toolchains. List of strings optional [\"1.98.0\", \"nightly/2026-08-20\"]","breadcrumbs":"Bzlmod » toolchain","id":"148","title":"toolchain"},"149":{"body":"rust_host_tools = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust_host_tools\")\nrust_host_tools.host_tools(name, allocator_library, dev_components, edition, global_allocator_library, rustfmt_version, sha256s, urls, version) An extension which exposes Rust tools compatible with the current host platform. TAG CLASSES","breadcrumbs":"Bzlmod » rust_host_tools","id":"149","title":"rust_host_tools"},"15":{"body":"load(\"@rules_rust//rust:rust_library.bzl\", \"rust_library\") rust_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust library crate. Example: Suppose you have the following directory structure for a simple Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ greeter.rs lib.rs hello_lib/src/greeter.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) { println!(\"{} {}\", &self.greeting, thing); }\n} hello_lib/src/lib.rs: pub mod greeter; hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\") rust_library( name = \"hello_lib\", srcs = [ \"src/greeter.rs\", \"src/lib.rs\", ],\n) Build the library: $ bazel build //hello_lib\nINFO: Found 1 target...\nTarget //examples/rust/hello_lib:hello_lib up-to-date:\nbazel-bin/examples/rust/hello_lib/libhello_lib.rlib\nINFO: Elapsed time: 1.245s, Critical Path: 1.01s ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_library » rust_library","id":"15","title":"rust_library"},"150":{"body":"Attributes Name Description Type Mandatory Default name The name of the module to create Name optional \"rust_host_tools\" allocator_library Target that provides allocator functions when rust_library targets are embedded in a cc_binary. Label optional None dev_components Whether to download the rustc-dev components (defaults to False). Requires version to be \"nightly\". Boolean optional False edition The rust edition to be used by default (2015, 2018, 2021, or 2024). If absent, every rule is required to specify its edition attribute. String optional \"\" global_allocator_library Target that provides allocator functions when global allocator is used with cc_common.link. Label optional None rustfmt_version The version of the tool among \"nightly\", \"beta\", or an exact version. String optional \"nightly/2026-08-20\" sha256s A dict associating tool subdirectories to sha256 hashes. Dictionary: String -> String optional {} urls A list of mirror urls containing the tools from the Rust-lang static file server. These must contain the '{}' used to substitute the tool being fetched (using .format). List of strings optional [\"https://static.rust-lang.org/dist/{}.tar.xz\"] version The version of Rust to use for tools executed on the Bazel host. String optional \"1.98.0\"","breadcrumbs":"Bzlmod » host_tools","id":"150","title":"host_tools"},"151":{"body":"crate_universe workspace ( crate_universe bzlmod ) is a tool built into rules_rust that can be used to fetch dependencies.","breadcrumbs":"External Crates » External Dependencies","id":"151","title":"External Dependencies"},"152":{"body":"Crate Universe is a set of Bazel rule for generating Rust targets using Cargo. This doc describes using crate_universe with bzlmod. If you're using a WORKSPACE file, please see the WORKSPACE equivalent of this doc . There are some examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Crate Universe","id":"152","title":"Crate Universe"},"153":{"body":"Setup Dependencies Cargo Workspace Direct Packages Binary Dependencies Vendored Dependencies Crate reference from_cargo from_specs","breadcrumbs":"External Crates » crate_universe » Table of Contents","id":"153","title":"Table of Contents"},"154":{"body":"To use rules_rust in a project using bzlmod, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust\", version = \"0.74.0\") You find the latest version on the release page . After adding rules_rust in your MODULE.bazel, set the following to begin using crate_universe: crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\n// # ... Dependencies\nuse_repo(crate, \"crates\")","breadcrumbs":"External Crates » crate_universe » Setup","id":"154","title":"Setup"},"155":{"body":"There are three different ways to declare dependencies in your MODULE. Cargo workspace Direct Dependencies Binary Dependencies Vendored Dependencies","breadcrumbs":"External Crates » crate_universe » Dependencies","id":"155","title":"Dependencies"},"156":{"body":"One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace. The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there. You find a complete example in the in the example folder . crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.from_cargo( name = \"crates\", cargo_lockfile = \"//:Cargo.lock\", manifests = [\"//:Cargo.toml\"],\n)\nuse_repo(crate, \"crates\") Note if using Private Crate Registries If you are using from_cargo and are pulling dependencies from a private crate registry such as Artifactory, make sure you set the CARGO_BAZEL_ISOLATED=false bazel build //... environmental. If not crates_universe will not be able to pull from your private registry. The generated crates_repository contains helper macros which make collecting dependencies for Bazel targets simpler. Notably, the all_crate_deps, aliases, and crate_edition macros ( see Dependencies API ) commonly allow the Cargo.toml files to be the single source of truth for dependencies. Since these macros come from the generated repository, the dependency labels, alias definitions, and editions they return will automatically update BUILD targets. In your BUILD files, you use these macros for a Rust library as shown below: load(\"@crates//:defs.bzl\", \"aliases\", \"all_crate_deps\", \"crate_edition\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"lib\", aliases = aliases(), edition = crate_edition(), deps = all_crate_deps( normal = True, ), proc_macro_deps = all_crate_deps( proc_macro = True, ),\n) rust_test( name = \"unit_test\", crate = \":lib\", aliases = aliases( normal_dev = True, proc_macro_dev = True, ), edition = crate_edition(), deps = all_crate_deps( normal_dev = True, ), proc_macro_deps = all_crate_deps( proc_macro_dev = True, ),\n) For a Rust binary that does not depend on any macro, use the following configuration in your build file: rust_binary( name = \"bin\", srcs = [\"src/main.rs\"], edition = crate_edition(), deps = all_crate_deps(normal = True),\n) You have to repin before your first build to ensure all Bazel targets for the macros are generated. Dependency syncing and updating is done in the repository rule which means it's done during the analysis phase of builds. As mentioned in the environments variable table above, the CARGO_BAZEL_REPIN (or REPIN) environment variables can be used to force the rule to update dependencies and potentially render a new lockfile. Given an instance of this repository rule named crates, the easiest way to repin dependencies is to run: CARGO_BAZEL_REPIN=1 bazel sync --only=crates This will result in all dependencies being updated for a project. The CARGO_BAZEL_REPIN environment variable can also be used to customize how dependencies are updated. For more details about repin, please refer to the documentation .","breadcrumbs":"External Crates » crate_universe » Cargo Workspaces","id":"156","title":"Cargo Workspaces"},"157":{"body":"In cases where Rust targets have heavy interactions with other Bazel targets ( Cc , Proto , etc.), maintaining Cargo.toml files may have diminishing returns as things like rust-analyzer begin to be confused about missing targets or environment variables defined only in Bazel. In situations like this, it may be desirable to have a \"Cargo free\" setup. You find an example in the in the example folder . crates_repository supports this through the packages attribute, as shown below. crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") crate.spec(package = \"serde\", features = [\"derive\"], version = \"1.0\")\ncrate.spec(package = \"serde_json\", version = \"1.0\")\ncrate.spec(package = \"tokio\", default_features = False, features = [\"macros\", \"net\", \"rt-multi-thread\"], version = \"1.38\") crate.from_specs()\nuse_repo(crate, \"crates\") Consuming dependencies may be more ergonomic in this case through the aliases defined in the new repository. In your BUILD files, you use direct dependencies as shown below: rust_binary( name = \"bin\", crate_root = \"src/main.rs\", srcs = glob([ \"src/*.rs\", ]), deps = [ # External crates \"@crates//serde\", \"@crates//serde_json\", \"@crates//tokio\", ], visibility = [\"//visibility:public\"],\n) Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Direct Dependencies","id":"157","title":"Direct Dependencies"},"158":{"body":"With cargo you can install binary dependencies (bindeps) as well with cargo install command. We don't have such easy facilities available in bazel besides specifying it as a dependency. To mimic cargo's bindeps feature we use the unstable feature called artifact-dependencies which integrates well with bazel concepts. You could use the syntax specified in the above document to place it in Cargo.toml. For that you can consult the following example . This method has the following consequences: if you use shared dependency tree with your project these binary dependencies will interfere with yours (may conflict) you have to use nightly host_tools to generate dependencies because Alternatively you can specify this in a separate repo with cargo.from_specs syntax: bindeps = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") bindeps.spec(package = \"cargo-machete\", version = \"=0.7.0\", artifact = \"bin\")\nbindeps.annotation(crate = \"cargo-machete\", gen_all_binaries = True) bindeps.from_specs( name = \"bindeps\", host_tools = \"@rust_host_tools_nightly\",\n) use_repo(bindeps, \"bindeps\") You can run the specified binary dependency with the following command or create additional more complex rules on top of it. bazel run @bindeps//:cargo-machete__cargo-machete Notice, direct dependencies do not need repining. Only a cargo workspace needs updating whenever the underlying Cargo.toml file changed.","breadcrumbs":"External Crates » crate_universe » Binary Dependencies","id":"158","title":"Binary Dependencies"},"159":{"body":"In some cases, it is require that all external dependencies are vendored, meaning downloaded and stored in the workspace. This helps, for example, to conduct licence scans, apply custom patches, or to ensure full build reproducibility since no download error could possibly occur. You find a complete example in the in the example folder . For the setup, you need to add the skylib in addition to the rust rules to your MODULE.bazel. module( name = \"deps_vendored\", version = \"0.0.0\"\n)\n###############################################################################\n# B A Z E L C E N T R A L R E G I S T R Y # https://registry.bazel.build/\n###############################################################################\n# https://github.com/bazelbuild/bazel-skylib/releases/\nbazel_dep(name = \"bazel_skylib\", version = \"1.8.2\") # https://github.com/bazelbuild/rules_rust/releases\nbazel_dep(name = \"rules_rust\", version = \"0.74.0\") ###############################################################################\n# T O O L C H A I N S\n############################################################################### # Rust toolchain\nRUST_EDITION = \"2021\"\nRUST_VERSION = \"1.80.1\" rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = RUST_EDITION, versions = [RUST_VERSION],\n)\nuse_repo(rust, \"rust_toolchains\")\nregister_toolchains(\"@rust_toolchains//:all\") ###############################################################################\n# R U S T C R A T E S\n###############################################################################\ncrate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\") Note, it is important to load the crate_universe rules otherwise you will get an error as the rule set is needed in the vendored target. Assuming you have a package called basic in which you want to vendor dependencies, then you create a folder basic/3rdparty. The folder name can be arbitrary, but by convention, its either thirdparty or 3rdparty to indicate vendored dependencies. In the 3rdparty folder, you add a target crates_vendor to declare your dependencies to vendor. In the example, we vendor a specific version of bzip2. load(\"@rules_rust//crate_universe:defs.bzl\", \"crate\", \"crates_vendor\") crates_vendor( name = \"crates_vendor\", annotations = { \"bzip2-sys\": [crate.annotation( gen_build_script = True, )], }, cargo_lockfile = \"Cargo.Bazel.lock\", generate_build_scripts = False, mode = \"remote\", packages = { \"bzip2\": crate.spec( version = \"=0.3.3\", ), }, repository_name = \"basic\", tags = [\"manual\"],\n) Next, you have to run Cargo build to generate a Cargo.lock file with all resolved dependencies. Then, you rename Cargo.lock to Cargo.Bazel.lock and place it inside the basic/3rdparty folder. At this point, you have the following folder and files: basic |-- 3rdparty | |-- BUILD.bazel | |-- Cargo.Bazel.lock Now you can run the crates_vendor target: bazel run //basic/3rdparty:crates_vendor This generates a crate folders with all configurations for the vendored dependencies. basic |-- 3rdparty | |-- cratea | |-- BUILD.bazel | |-- Cargo.Bazel.lock Suppose you have an application in basic/src that is defined in basic/BUILD.bazel and that depends on a vendored dependency. You find a list of all available vendored dependencies in the BUILD file of the generated folder: basic/3rdparty/crates/BUILD.bazel You declare a vendored dependency in you target as following: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\") rust_binary( name = \"hello_sys\", srcs = [\"src/main.rs\"], deps = [\"//basic/3rdparty/crates:bzip2\"], visibility = [\"//visibility:public\"],\n) Note, the vendored dependency is not yet accessible because you have to define first how to load the vendored dependencies. For that, you first create a file sys_deps.bzl and add the following content: # rename the default name \"crate_repositories\" in case you import multiple vendored folders.\nload(\"//basic/3rdparty/crates:defs.bzl\", basic_crate_repositories = \"crate_repositories\") def sys_deps(): # Load the vendored dependencies basic_crate_repositories() This is straightforward, you import the generated crate_repositories from the crates folder, rename it to avoid name clashes in case you import from multiple vendored folders, and then just load the vendored dependencies. In a WORKSPACE configuration, you would just load and call sys_deps(), but in a MODULE configuration, you cannot do that. Instead, you create a new file WORKSPACE.bzlmod and add the following content. load(\"//:sys_deps.bzl\", \"sys_deps\")\nsys_deps() Now, you can build the project as usual. There are some more examples of using crate_universe with bzlmod in the example folder .","breadcrumbs":"External Crates » crate_universe » Vendored Dependencies","id":"159","title":"Vendored Dependencies"},"16":{"body":"","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group.bzl","id":"16","title":"rust_library_group.bzl"},"160":{"body":"crate = use_extension(\"@rules_rust//crate_universe:extensions.bzl\", \"crate\")\ncrate.annotation(deps, data, additive_build_file, additive_build_file_content, alias_rule, build_script_compile_data, build_script_data, build_script_data_glob, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_toolchains, build_script_tools, build_script_use_cc_toolchain, build_script_use_default_shell_env, compile_data, compile_data_glob, compile_data_glob_excludes, crate, crate_features, data_glob, disable_pipelining, extra_aliased_targets, gen_all_binaries, gen_binaries, gen_build_script, label_injections, link_deps, override_target_bin, override_target_build_script, override_target_lib, override_target_proc_macro, patch_args, patch_tool, patches, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, shallow_since, version)\ncrate.annotation_select(deps, data, build_script_compile_data, build_script_data, build_script_deps, build_script_env, build_script_env_files, build_script_exec_properties, build_script_link_deps, build_script_proc_macro_deps, build_script_rundir, build_script_rustc_env, build_script_tools, compile_data, crate, crate_features, link_deps, proc_macro_deps, repositories, rustc_env, rustc_env_files, rustc_flags, triples, version)\ncrate.from_cargo(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, manifests, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.from_specs(name, cargo_config, cargo_lockfile, generate_binaries, generate_build_scripts, host_tools, isolated, lockfile, skip_cargo_lockfile_overwrite, strip_internal_dependencies_from_cargo_lockfile, supported_platform_triples)\ncrate.render_config(build_file_template, crate_alias_template, crate_label_template, crate_repository_template, crates_module_template, default_alias_rule_bzl, default_alias_rule_name, default_package_name, generate_cargo_toml_env_vars, generate_rules_license_metadata, generate_target_compatible_with, incompatible_no_root_alias_targets, platforms_template, regen_command, repositories, vendor_mode)\ncrate.spec(artifact, branch, default_features, features, git, lib, package, package_alias, path, repositories, rev, tag, version)\ncrate.splicing_config(repositories, resolver_version) Crate universe module extensions. Environment Variables: variable usage CARGO_BAZEL_GENERATOR_SHA256 The sha256 checksum of the file located at CARGO_BAZEL_GENERATOR_URL CARGO_BAZEL_GENERATOR_URL The URL of a cargo-bazel binary. This variable takes precedence over attributes and can use file:// for local paths CARGO_BAZEL_ISOLATED An authoritative flag as to whether or not the CARGO_HOME environment variable should be isolated from the host configuration CARGO_BAZEL_REPIN An indicator that the dependencies represented by the rule should be regenerated. REPIN may also be used. See Repinning / Updating Dependencies for more details. CARGO_BAZEL_REPIN_ONLY A comma-delimited allowlist for rules to execute repinning. Can be useful if multiple instances of the repository rule are used in a Bazel workspace, but repinning should be limited to one of them. CARGO_BAZEL_TIMEOUT An integer value to override the default timeout setting when running the cargo-bazel binary. This value must be in seconds. TAG CLASSES","breadcrumbs":"External Crates » crate_universe » crate","id":"160","title":"crate"},"161":{"body":"A collection of extra attributes and settings for a particular crate. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] additive_build_file A file containing extra contents to write to the bottom of generated BUILD files. Label optional None additive_build_file_content Extra contents to write to the bottom of generated BUILD files. String optional \"\" alias_rule Alias rule to use instead of native.alias(). Overrides render_config 's 'default_alias_rule'. String optional \"\" build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_data_glob A list of glob patterns to add to a crate's cargo_build_script::data attribute List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_toolchains A list of labels to set on a crates's cargo_build_script::toolchains attribute. List of labels optional [] build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] build_script_use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_cc_toolchain build setting (defaults to enabled). String optional \"auto\" build_script_use_default_shell_env Whether or not to include the default shell environment for the build script action. Supported values are on, off, and auto. Setting auto (the default) defers to the @rules_rust//cargo/settings:use_default_shell_env build setting. String optional \"auto\" compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob A list of glob patterns to add to a crate's rust_library::compile_data attribute. List of strings optional [] compile_data_glob_excludes A list of glob patterns to be excllued from a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] data_glob A list of glob patterns to add to a crate's rust_library::data attribute. List of strings optional [] disable_pipelining If True, disables pipelining for library targets for this crate. Boolean optional False extra_aliased_targets A list of targets to add to the generated aliases in the root crate_universe repository. Dictionary: String -> String optional {} gen_all_binaries If true, generates rust_binary targets for all of the crates bins Boolean optional False gen_binaries As a list, the subset of the crate's bins that should get rust_binary targets produced. List of strings optional [] gen_build_script An authoritative flag to determine whether or not to produce cargo_build_script targets for the current crate. Supported values are 'on', 'off', and 'auto'. String optional \"auto\" label_injections A mapping of canonical repository labels to the apparent repository prefix used in the annotation's strings. This is necessary for cases where a build_script_data annotation is given and the new label is used in location expansion via build_script_env. E.g. build_script_data = [\"@xz//:lzma\"] and build_script_env = {\"LZMA_BIN\": \"$(execpath @xz//:lzma)\"}. This example would require label_injections = {\"@xz\": \"@xz\"} where the key resolves to a canonical repo and the value is the apparent repo prefix used throughout this annotation. Target portions (//pkg:target) on either side are ignored; the cargo-bazel generator rewrites the apparent repo prefix to its canonical form and leaves any user-written target verbatim. Dictionary: Label -> String optional {} link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] override_target_bin An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_build_script An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_lib An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None override_target_proc_macro An optional alternate target to use when something depends on this crate to allow the parent repo to provide its own version of this dependency. Label optional None patch_args The patch_args attribute of a Bazel repository rule. See http_archive.patch_args List of strings optional [] patch_tool The patch_tool attribute of a Bazel repository rule. See http_archive.patch_tool String optional \"\" patches The patches attribute of a Bazel repository rule. See http_archive.patches List of labels optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] shallow_since An optional timestamp used for crates originating from a git repository instead of a crate registry. This flag optimizes fetching the source code. String optional \"\" version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation","id":"161","title":"annotation"},"162":{"body":"A constructor for a crate dependency with selectable attributes. Attributes Name Description Type Mandatory Default deps A list of labels to add to a crate's rust_library::deps attribute. List of strings optional [] data A list of labels to add to a crate's rust_library::data attribute. List of strings optional [] build_script_compile_data A list of labels to add to a crate's cargo_build_script::compile_data attribute. List of strings optional [] build_script_data A list of labels to add to a crate's cargo_build_script::data attribute. List of strings optional [] build_script_deps A list of labels to add to a crate's cargo_build_script::deps attribute. List of strings optional [] build_script_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_env_files A list of labels to set on a crate's cargo_build_script::build_script_env_files attribute. List of strings optional [] build_script_exec_properties Execution properties to set on a crate's cargo_build_script::exec_properties attribute. Dictionary: String -> String optional {} build_script_link_deps A list of labels to add to a crate's cargo_build_script::link_deps attribute. List of strings optional [] build_script_proc_macro_deps A list of labels to add to a crate's cargo_build_script::proc_macro_deps attribute. List of strings optional [] build_script_rundir An override for the build script's rundir attribute. String optional \"\" build_script_rustc_env Additional environment variables to set on a crate's cargo_build_script::env attribute. Dictionary: String -> String optional {} build_script_tools A list of labels to add to a crate's cargo_build_script::tools attribute. List of strings optional [] compile_data A list of labels to add to a crate's rust_library::compile_data attribute. List of strings optional [] crate The name of the crate the annotation is applied to String required crate_features A list of strings to add to a crate's rust_library::crate_features attribute. List of strings optional [] link_deps A list of labels to add to a crate's rust_library::link_deps attribute. List of strings optional [] proc_macro_deps A list of labels to add to a crate's rust_library::proc_macro_deps attribute. List of strings optional [] repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] rustc_env Additional variables to set on a crate's rust_library::rustc_env attribute. Dictionary: String -> String optional {} rustc_env_files A list of labels to set on a crate's rust_library::rustc_env_files attribute. List of strings optional [] rustc_flags A list of strings to set on a crate's rust_library::rustc_flags attribute. List of strings optional [] triples A list of triples to apply the annotation to. List of strings required version The versions of the crate the annotation is applied to. Defaults to all versions. String optional \"*\"","breadcrumbs":"External Crates » crate_universe » annotation_select","id":"162","title":"annotation_select"},"163":{"body":"Generates a repo @crates from a Cargo.toml / Cargo.lock pair. Attributes Name Description Type Mandatory Default name The name of the repo to generate Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None manifests A list of Cargo manifests (Cargo.toml files). List of labels optional [] skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_cargo","id":"163","title":"from_cargo"},"164":{"body":"Generates a repo @crates from the defined spec tags. Attributes Name Description Type Mandatory Default name The name of the repo to generate. Name optional \"crates\" cargo_config A Cargo configuration file. Label optional None cargo_lockfile The path to an existing Cargo.lock file Label optional None generate_binaries Whether to generate rust_binary targets for all the binary crates in every package. By default only the rust_library targets are generated. Boolean optional False generate_build_scripts Whether or not to generate cargo build scripts by default. Boolean optional True host_tools The rust_host_tools repository to use. Label optional \"@@rules_rust++rust_host_tools+rust_host_tools//:rust_host_tools\" isolated If true, CARGO_HOME will be overwritten to a directory within the generated repository in order to prevent other uses of Cargo from impacting having any effect on the generated targets produced by this rule. For users who either have multiple crate_repository definitions in a WORKSPACE or rapidly re-pin dependencies, setting this to false may improve build times. This variable is also controlled by CARGO_BAZEL_ISOLATED environment variable. Boolean optional True lockfile The path to a file to use for reproducible renderings. If set, this file must exist within the workspace (but can be empty) before this rule will work. Label optional None skip_cargo_lockfile_overwrite Whether to skip writing the cargo lockfile back after resolving. You may want to set this if your dependency versions are maintained externally through a non-trivial set-up. But you probably don't want to set this. Boolean optional False strip_internal_dependencies_from_cargo_lockfile Whether to strip internal dependencies from the cargo lockfile. You may want to use this if you want to maintain a cargo lockfile for bazel only. Bazel only requires external dependencies to be present in the lockfile. By removing internal dependencies, the lockfile changes less frequently which reduces merge conflicts in other lockfiles where the cargo lockfile's sha is stored. Boolean optional False supported_platform_triples A set of all platform triples to consider when generating dependencies. List of strings optional [\"aarch64-apple-darwin\", \"aarch64-unknown-linux-gnu\", \"wasm32-unknown-unknown\", \"wasm32-wasip1\", \"x86_64-pc-windows-msvc\", \"x86_64-unknown-linux-gnu\", \"x86_64-unknown-nixos-gnu\"]","breadcrumbs":"External Crates » crate_universe » from_specs","id":"164","title":"from_specs"},"165":{"body":"Various settings used to configure rendered outputs. The template parameters each support a select number of format keys. A description of each key can be found below where the supported keys for each template can be found in the parameter docs key definition name The name of the crate. Eg tokio repository The rendered repository name for the crate. Directly relates to crate_repository_template. triple A platform triple. Eg x86_64-unknown-linux-gnu version The crate version. Eg 1.2.3 target The library or binary target of the crate file The basename of a file Attributes Name Description Type Mandatory Default build_file_template The base template to use for BUILD file names. The available format keys are [{name}, {version}`]. String optional \"//:BUILD.{name}-{version}.bazel\" crate_alias_template The base template to use for crate aliases. The available format keys are [{repository}, {name}, {version}, {target}]. Defaults to the per-alias subpackage layout (@{repository}//{name}-{version}); set to @{repository}//:{name}-{version} to point aliases() / all_crate_deps() at the legacy root-package aliases (only valid while incompatible_no_root_alias_targets is off). String optional \"@{repository}//{name}-{version}\" crate_label_template The base template to use for crate labels. The available format keys are [{repository}, {name}, {version}, {target}]. String optional \"@{repository}__{name}-{version}//:{target}\" crate_repository_template The base template to use for Crate label repository names. The available format keys are [{repository}, {name}, {version}]. String optional \"{repository}__{name}-{version}\" crates_module_template The pattern to use for the defs.bzl and BUILD.bazel file names used for the crates module. The available format keys are [{file}]. String optional \"//:{file}\" default_alias_rule_bzl Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. Label optional None default_alias_rule_name Alias rule to use when generating aliases for all crates. Acceptable values are 'alias', 'dbg'/'fastbuild'/'opt' (transitions each crate's compilation_mode) or a string representing a rule in the form '<label to .bzl>:' that takes a single label parameter 'actual'. See '@crate_index//:alias_rules.bzl' for an example. String optional \"alias\" default_package_name The default package name to use in the rendered macros. This affects the auto package detection of things like all_crate_deps. String optional \"\" generate_cargo_toml_env_vars Whether to generate cargo_toml_env_vars targets. Boolean optional True generate_rules_license_metadata Whether to generate rules license metadata. Boolean optional False generate_target_compatible_with Whether to generate target_compatible_with annotations on the generated BUILD files. This catches a target_triple being targeted that isn't declared in supported_platform_triples. Boolean optional True incompatible_no_root_alias_targets Incompatibility flag. Suppresses the top-level alias() rules in the hub repository's root BUILD.bazel (e.g. @crate_index//:clap). Per-alias subpackages (e.g. @crate_index//clap) are always emitted, so flipping this flag on lets users keep consuming aliases through the subpackage path while the root version disappears. Boolean optional False platforms_template The base template to use for platform names. See platforms documentation . The available format keys are [{triple}]. String optional \"@rules_rust//rust/platform:{triple}\" regen_command An optional command to demonstrate how generated files should be regenerated. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] vendor_mode An optional configuration for rendering content to be rendered into repositories. String optional \"\"","breadcrumbs":"External Crates » crate_universe » render_config","id":"165","title":"render_config"},"166":{"body":"A constructor for a crate dependency. Attributes Name Description Type Mandatory Default artifact Set to 'bin' to pull in a binary crate as an artifact dependency. Requires a nightly Cargo. String optional \"\" branch The git branch of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" default_features Maps to the default-features flag. Boolean optional True features A list of features to use for the crate. List of strings optional [] git The Git url to use for the crate. Cannot be used with version or path. String optional \"\" lib If using artifact = 'bin', additionally setting lib = True declares a dependency on both the package's library and binary, as opposed to just the binary. Boolean optional False package The explicit name of the package. String required package_alias Alias for the package. String optional \"\" path The local path of the remote crate. Cannot be used with version or git. String optional \"\" repositories A list of repository names specified from crate.from_cargo(name=...) that this spec is applied to. Defaults to all repositories. List of strings optional [] rev The git revision of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. String optional \"\" tag The git tag of the remote crate. Tied with the git param. Only one of branch, tag or rev may be specified. Specifying rev is recommended for fully-reproducible builds. String optional \"\" version The exact version of the crate. Cannot be used with git or path. String optional \"\"","breadcrumbs":"External Crates » crate_universe » spec","id":"166","title":"spec"},"167":{"body":"Various settings used to configure Cargo manifest splicing behavior. Attributes Name Description Type Mandatory Default repositories A list of repository names specified from crate.from_cargo(name=...) that this annotation is applied to. Defaults to all repositories. List of strings optional [] resolver_version The resolver version to use in generated Cargo manifests. This flag is only used when splicing a manifest from direct package definitions. See crates_repository::packages String optional \"2\"","breadcrumbs":"External Crates » crate_universe » splicing_config","id":"167","title":"splicing_config"},"168":{"body":"Rules Rust supports collecting code coverage data using bazel coverage, leveraging LLVM's source-based coverage instrumentation.","breadcrumbs":"Code Coverage » Code Coverage","id":"168","title":"Code Coverage"},"169":{"body":"bazel coverage //my_project/... This instruments all targets matching the default --instrumentation_filter and produces an LCOV report at bazel-out/_coverage/_coverage_report.dat.","breadcrumbs":"Code Coverage » Basic Usage","id":"169","title":"Basic Usage"},"17":{"body":"load(\"@rules_rust//rust:rust_library_group.bzl\", \"rust_library_group\") rust_library_group(name, deps) Functions as an alias for a set of dependencies. Specifically, the following are equivalent: rust_library_group( name = \"crate_group\", deps = [ \":crate1\", \":crate2\", ],\n) rust_library( name = \"foobar\", deps = [\":crate_group\"], ...\n) and rust_library( name = \"foobar\", deps = [ \":crate1\", \":crate2\", ], ...\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Other dependencies to forward through this crate group. List of labels optional []","breadcrumbs":"Rules » rust » rust_library_group » rust_library_group","id":"17","title":"rust_library_group"},"170":{"body":"Rules Rust respects Bazel's standard --instrumentation_filter flag to control which targets get compiled with -Cinstrument-coverage. Only targets whose label matches the filter are instrumented, consistent with how coverage works for other languages (C++, Java).","breadcrumbs":"Code Coverage » Controlling Instrumentation","id":"170","title":"Controlling Instrumentation"},"171":{"body":"For projects with vendored or third-party dependencies, restrict instrumentation to workspace targets to avoid unnecessary recompilation: coverage --instrumentation_filter=^// To further exclude specific directories: coverage --instrumentation_filter=^//,-^//third_party","breadcrumbs":"Code Coverage » Recommended .bazelrc Settings","id":"171","title":"Recommended .bazelrc Settings"},"172":{"body":"When a rust_test target uses the crate attribute, Rust compiles the library source code directly into the test binary. Rules Rust automatically checks whether the underlying crate should be instrumented, so library code compiled into the test binary produces coverage data without needing --instrument_test_targets. Note: because the entire crate (including #[cfg(test)] code) is compiled as one unit, test-specific code in the crate will also be instrumented. This is a known inconsistency with the usual Bazel convention where test code is only instrumented when --instrument_test_targets is set.","breadcrumbs":"Code Coverage » rust_test with a crate attribute","id":"172","title":"rust_test with a crate attribute"},"173":{"body":"By default, Bazel excludes test targets from instrumentation. If you want coverage of the test code itself (not just the libraries it exercises), add: coverage --instrument_test_targets","breadcrumbs":"Code Coverage » --instrument_test_targets","id":"173","title":"--instrument_test_targets"},"174":{"body":"Flag Purpose --instrumentation_filter=<regex> Controls which targets are instrumented. Default: -/javatests[/:],-/test/java[/:] --instrument_test_targets Also instrument test targets. Not required for library coverage via rust_test with crate. --combined_report=lcov Produce a combined LCOV report (set by default with bazel coverage).","breadcrumbs":"Code Coverage » Flags Summary","id":"174","title":"Flags Summary"},"175":{"body":"rules_rust manages versions of things like rustc. If you want to manually run upstream tooling configured at the versions, plugins and such that rules_rust has configured, rules_rust exposes these as targets in @rules_rust//tools/upstream_wrapper: % bazel query @rules_rust//tools/upstream_wrapper\n@rules_rust//tools/upstream_wrapper:cargo\n@rules_rust//tools/upstream_wrapper:cargo_clippy\n@rules_rust//tools/upstream_wrapper:rustc\n@rules_rust//tools/upstream_wrapper:rustfmt You can run them via bazel run, e.g. bazel run @rules_rust//tools/upstream_wrapper:cargo -- check.","breadcrumbs":"Upstream Tooling » Upstream Tooling","id":"175","title":"Upstream Tooling"},"176":{"body":"","breadcrumbs":"IDE Integrations » IDE Integrations","id":"176","title":"IDE Integrations"},"177":{"body":"","breadcrumbs":"IDE Integrations » VSCode","id":"177","title":"VSCode"},"178":{"body":"The best intellisense integrations to date are documented for rust-analyzer . Please refer to this documentation for setup instructions.","breadcrumbs":"IDE Integrations » Intellisense","id":"178","title":"Intellisense"},"179":{"body":"rules_rust offers tooling to generate VSCode targets for running rust_binary and rust_test targets with a debugger in VSCode. Prerequisites Install CodeLLDB extension in VSCode. Generate Launch Configurations Generate VSCode launch.json for debugging all Rust targets in the current workspace: bazel run @rules_rust//tools/vscode:gen_launch_json To scope debug generated launch.json targets, query patterns can be passed: bazel run @rules_rust//tools/vscode:gen_launch_json -- //path/to/... Bazel targets should now be available for debugging via the \"Run and Debug\" menu.","breadcrumbs":"IDE Integrations » Debugging","id":"179","title":"Debugging"},"18":{"body":"","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config.bzl","id":"18","title":"rust_lint_config.bzl"},"180":{"body":"","breadcrumbs":"Extensions » Extensions","id":"180","title":"Extensions"},"181":{"body":"These rules are for using Bindgen to generate Rust bindings to C (and some C++) libraries.","breadcrumbs":"Extensions » bindgen » rules_rust_bindgen","id":"181","title":"rules_rust_bindgen"},"182":{"body":"rust_bindgen rust_bindgen_library rust_bindgen_toolchain","breadcrumbs":"Extensions » bindgen » Rules","id":"182","title":"Rules"},"183":{"body":"To use the Rust bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_bindgen\", version = \"{SEE_RELEASE_NOTES}\") rules_rust_bindgen does not automatically register a bindgen toolchain. You need to register either your own or the default toolchain by adding the following to your MODULE.bazel file: register_toolchains(\"@rules_rust_bindgen//:default_bindgen_toolchain\") The default toolchain builds libclang from source via the llvm-project bazel_dep. examples/bindgen_toolchain shows how to use a prebuilt libclang. Bindgen aims to be as hermetic as possible so will end up building libclang from llvm-project from source. If this is found to be undesirable, users should define their own repositories using something akin to crate_universe and define their own toolchains following the instructions for rust_bindgen_toolchain .","breadcrumbs":"Extensions » bindgen » Setup","id":"183","title":"Setup"},"184":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen\") rust_bindgen(name, bindgen_flags, cc_lib, clang_flags, header, merge_cc_lib_objects_into_rlib, wrap_static_fns) Generates a rust source file from a cc_library and a header. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. List of strings optional [] cc_lib The cc_library that contains the .h file. This is used to find the transitive includes. Label required clang_flags Flags to pass directly to the clang executable. List of strings optional [] header The .h file to generate bindings for. Label required merge_cc_lib_objects_into_rlib When True, objects from cc_lib will be copied into the rlib archive produced by the rust_library that depends on this rust_bindgen rule (using BuildInfo provider) Boolean optional True wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains). Boolean optional False","breadcrumbs":"Extensions » bindgen » rust_bindgen","id":"184","title":"rust_bindgen"},"185":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain(name, bindgen, clang, default_rustfmt, libclang, libstdcxx) The tools required for the rust_bindgen rule. This rule depends on the bindgen binary crate, and it in turn depends on both a clang binary and the clang library. These dependencies are provided by the @rules_rust_bindgen module extension when using Bzlmod. load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_toolchain\") rust_bindgen_toolchain( name = \"bindgen_toolchain_impl\", bindgen = \"//my/rust:bindgen\", clang = \"//my/clang:clang\", libclang = \"//my/clang:libclang.so\", libstdcxx = \"//my/cpp:libstdc++\",\n) toolchain( name = \"bindgen_toolchain\", toolchain = \"bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_bindgen//:toolchain_type\",\n) This toolchain will then need to be registered in the current WORKSPACE. For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen The label of a bindgen executable. Label optional None clang The label of a clang executable. Label optional None default_rustfmt If set, rust_bindgen targets will always format generated sources with rustfmt. Boolean optional True libclang A cc_library providing bindgen's runtime dependency on libclang. This attribute is required for hermeticity when bindgen is dynamically linked. If None, bindgen must be statically linked; else, system libraries will be used instead. Label optional None libstdcxx A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead. Label optional None","breadcrumbs":"Extensions » bindgen » rust_bindgen_toolchain","id":"185","title":"rust_bindgen_toolchain"},"186":{"body":"load(\"@rules_rust_bindgen//:defs.bzl\", \"rust_bindgen_library\") rust_bindgen_library(name, header, cc_lib, bindgen_flags, bindgen_features, clang_flags, wrap_static_fns, **kwargs) Generates a rust source file for header, and builds a rust_library. Arguments are the same as rust_bindgen, and kwargs are passed directly to rust_library. PARAMETERS Name Description Default Value name A unique name for this target. none header The label of the .h file to generate bindings for. none cc_lib The label of the cc_library that contains the .h file. This is used to find the transitive includes. none bindgen_flags Flags to pass directly to the bindgen executable. See https://rust-lang.github.io/rust-bindgen/ for details. None bindgen_features The features attribute for the rust_bindgen target. None clang_flags Flags to pass directly to the clang executable. None wrap_static_fns Whether to create a separate .c file for static fns. Requires nightly toolchain, and a header that actually needs this feature (otherwise bindgen won't generate the file and Bazel complains\", False kwargs Arguments to forward to the underlying rust_library rule. none","breadcrumbs":"Extensions » bindgen » rust_bindgen_library","id":"186","title":"rust_bindgen_library"},"187":{"body":"Bazel rules for mdBook .","breadcrumbs":"Extensions » mdbook » rules_rust_mdbook","id":"187","title":"rules_rust_mdbook"},"188":{"body":"mdbook mdbook_server mdbook_toolchain","breadcrumbs":"Extensions » mdbook » Rules","id":"188","title":"Rules"},"189":{"body":"bazel_dep(name = \"rules_rust_mdbook\", version = \"{SEE_RELEASE_NOTES}\")","breadcrumbs":"Extensions » mdbook » Setup","id":"189","title":"Setup"},"19":{"body":"load(\"@rules_rust//rust:rust_lint_config.bzl\", \"rust_lint_config\") rust_lint_config(name, clippy, rustc, rustc_check_cfg, rustdoc) Defines a group of lints that can be applied when building Rust targets. For example, you can define a single group of lints: load(\"@rules_rust//rust:defs.bzl\", \"rust_lint_config\") rust_lint_config( name = \"workspace_lints\", rustc = { \"unknown_lints\": \"allow\", \"unexpected_cfgs\": \"warn\", }, rustc_check_cfg = { \"bazel\": [], \"fuzzing\": [], \"mz_featutres\": [\"laser\", \"rocket\"], }, clippy = { \"box_default\": \"allow\", \"todo\": \"warn\", \"unused_async\": \"warn\", }, rustdoc = { \"unportable_markdown\": \"allow\", },\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required clippy Set of 'clippy' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc Set of 'rustc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {} rustc_check_cfg Set of 'cfg' names and list of values to expect. Dictionary: String -> List of strings optional {} rustdoc Set of 'rustdoc' lints to 'allow', 'warn', 'force-warn', 'deny', or 'forbid'. Dictionary: String -> String optional {}","breadcrumbs":"Rules » rust » rust_lint_config » rust_lint_config","id":"19","title":"rust_lint_config"},"190":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook\") mdbook(name, srcs, book, plugins) Rules to create book from markdown files using mdBook. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required srcs All inputs to the book. List of labels optional [] book The book.toml file. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook","id":"190","title":"mdbook"},"191":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_server\") mdbook_server(name, book, hostname, port) Spawn an mdbook server for a given mdbook target. The server stages every input (including generated sources) into an isolated working directory before invoking mdbook serve, so the running book always reflects the bazel-built sources rather than the workspace checkout. For live-reload during development, add tags = [\"ibazel_notify_changes\"] and invoke with ibazel : mdbook_server( name = \"book_server\", book = \":book\", tags = [\"ibazel_notify_changes\"],\n) ibazel run //path/to:book_server ibazel will rebuild on source changes and signal the running server via stdin; the server re-stages the freshly built inputs and mdbook serve reloads any connected browsers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required book The mdbook target to serve. Label required hostname The default hostname to use (Can be overridden on the command line). String optional \"localhost\" port The default port to use (Can be overridden on the command line). String optional \"3000\"","breadcrumbs":"Extensions » mdbook » mdbook_server","id":"191","title":"mdbook_server"},"192":{"body":"load(\"@rules_rust_mdbook//:defs.bzl\", \"mdbook_toolchain\") mdbook_toolchain(name, mdbook, plugins) A mdBook toolchain. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required mdbook A mdBook binary. Label required plugins Executables to inject into PATH for use in preprocessor commands . List of labels optional []","breadcrumbs":"Extensions » mdbook » mdbook_toolchain","id":"192","title":"mdbook_toolchain"},"193":{"body":"These build rules are used for building protobufs / gRPC in Rust with Bazel using Prost and Tonic","breadcrumbs":"Extensions » prost » rules_rust_prost","id":"193","title":"rules_rust_prost"},"194":{"body":"rust_prost_library rust_prost_toolchain","breadcrumbs":"Extensions » prost » Rules","id":"194","title":"Rules"},"195":{"body":"bazel_dep(name = \"rules_rust_prost\", version = \"{SEE_RELEASE_NOTES}\") The prost and tonic rules do not specify a default toolchain in order to avoid mismatched dependency issues. To setup the prost and tonic toolchain, please see the section Customizing prost and tonic Dependencies . For additional information about Bazel toolchains, see here . Customizing prost and tonic Dependencies These rules depend on the prost and tonic dependencies. To setup the necessary toolchain for these rules, you must define a toolchain with the prost , prost-types , tonic , protoc-gen-prost , and protoc-gen-tonic crates as well as the protoc binary. To get access to these crates, you can use the crate_universe repository rules. For example: load(\"//crate_universe:defs.bzl\", \"crate\", \"crates_repository\") crates_repository( name = \"crates_io\", annotations = { \"protoc-gen-prost\": [crate.annotation( gen_binaries = [\"protoc-gen-prost\"], patch_args = [ \"-p1\", ], patches = [ # Note: You will need to use this patch until a version greater than `0.2.2` of # `protoc-gen-prost` is released. \"@rules_rust//proto/prost/private/3rdparty/patches:protoc-gen-prost.patch\", ], )], \"protoc-gen-tonic\": [crate.annotation( gen_binaries = [\"protoc-gen-tonic\"], )], }, cargo_lockfile = \"Cargo.Bazel.lock\", mode = \"remote\", packages = { \"prost\": crate.spec( version = \"0\", ), \"prost-types\": crate.spec( version = \"0\", ), \"protoc-gen-prost\": crate.spec( version = \"0\", ), \"protoc-gen-tonic\": crate.spec( version = \"0\", ), \"tonic\": crate.spec( version = \"0\", ), }, repository_name = \"rules_rust_prost\", tags = [\"manual\"],\n) You can then define a toolchain with the rust_prost_toolchain rule which uses the crates defined above. For example: load(\"@rules_rust//proto/prost:defs.bzl\", \"rust_prost_toolchain\")\nload(\"@rules_rust//rust:defs.bzl\", \"rust_library_group\") rust_library_group( name = \"prost_runtime\", deps = [ \"@crates_io//prost\", ],\n) rust_library_group( name = \"tonic_runtime\", deps = [ \":prost_runtime\", \"@crates_io//tonic\", ],\n) rust_prost_toolchain( name = \"prost_toolchain_impl\", prost_plugin = \"@crates_io//protoc-gen-prost__protoc-gen-prost\", prost_runtime = \":prost_runtime\", prost_types = \"@crates_io//prost-types\", proto_compiler = \"@com_google_protobuf//:protoc\", tonic_plugin = \"@crates_io//protoc-gen-tonic__protoc-gen-tonic\", tonic_runtime = \":tonic_runtime\",\n) toolchain( name = \"prost_toolchain\", toolchain = \"prost_toolchain_impl\", toolchain_type = \"@rules_rust//proto/prost:toolchain_type\",\n) Lastly, you must register the toolchain in your MODULE.bazel file. For example: register_toolchains(\"//toolchains:prost_toolchain\")","breadcrumbs":"Extensions » prost » Setup","id":"195","title":"Setup"},"196":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\") rust_prost_library(name, proto) A rule for generating a Rust library using Prost. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required proto A proto_library target for which to generate Rust gencode. Label required","breadcrumbs":"Extensions » prost » rust_prost_library","id":"196","title":"rust_prost_library"},"197":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_toolchain\") rust_prost_toolchain(name, compile_well_known_types, include_transitive_deps, prost_opts, prost_plugin, prost_plugin_flag, prost_runtime, prost_types, proto_compiler, tonic_opts, tonic_plugin, tonic_plugin_flag, tonic_runtime) Rust Prost toolchain rule. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required compile_well_known_types Corresponds to prost_build's compile_well_known_types option. If set to False, well-known-types will not be compiled by prost, and instead rely on the provided Prost types crate. Boolean optional True include_transitive_deps Whether to include transitive dependencies. If set to True, all transitive dependencies will directly accessible by the dependent crate. Boolean optional False prost_opts Additional options to add to Prost. List of strings optional [] prost_plugin The Prost protoc plugin (e.g. protoc-gen-prost) to invoke. Label required prost_plugin_flag Prost plugin flag format. (e.g. --plugin=protoc-gen-prost=%s) String optional \"--plugin=protoc-gen-prost=%s\" prost_runtime The Prost runtime crates to use. Label required prost_types The Prost types crates to use. Label required proto_compiler The protoc compiler to use. Note that this attribute is deprecated - prefer to use --incompatible_enable_proto_toolchain_resolution. Label optional None tonic_opts Additional options to add to Tonic. List of strings optional [] tonic_plugin The Tonic protoc plugin (e.g. protoc-gen-tonic) to invoke. Label optional None tonic_plugin_flag Tonic plugin flag format. (e.g. --plugin=protoc-gen-tonic=%s)) String optional \"--plugin=protoc-gen-tonic=%s\" tonic_runtime The Tonic runtime crates to use. Label optional None","breadcrumbs":"Extensions » prost » rust_prost_toolchain","id":"197","title":"rust_prost_toolchain"},"198":{"body":"load(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_transform\") rust_prost_transform(name, deps, srcs, crate_name, prost_opts, tonic_opts) A rule for transforming the outputs of ProstGenProto actions. This rule is used by adding it to the data attribute of proto_library targets. E.g. load(\"@rules_proto//proto:defs.bzl\", \"proto_library\")\nload(\"@rules_rust_prost//:defs.bzl\", \"rust_prost_library\", \"rust_prost_transform\") rust_prost_transform( name = \"a_transform\", srcs = [ \"a_src.rs\", ],\n) proto_library( name = \"a_proto\", srcs = [ \"a.proto\", ], data = [ \":a_transform\", ],\n) rust_prost_library( name = \"a_rs_proto\", proto = \":a_proto\",\n) The rust_prost_library will spawn an action on the a_proto target which consumes the a_transform rule to provide a means of granularly modifying a proto library for ProstGenProto actions with minimal impact to other consumers. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Additional dependencies to add to the compiled crate. List of labels optional [] srcs Additional source files to include in generated Prost source code. List of labels optional [] crate_name The name of the crate generated by Prost. This is used to override the default name which is the name of the proto_library target. String optional \"\" prost_opts Additional options to add to Prost. List of strings optional [] tonic_opts Additional options to add to Tonic. List of strings optional []","breadcrumbs":"Extensions » prost » rust_prost_transform","id":"198","title":"rust_prost_transform"},"199":{"body":"","breadcrumbs":"Extensions » pyo3 » rules_rust_pyo3","id":"199","title":"rules_rust_pyo3"},"2":{"body":"To use a particular version of the Rust compiler, pass that version to the toolchain method of the rust extension, like this: rust = use_extension(\"@rules_rust//rust:extensions.bzl\", \"rust\")\nrust.toolchain( edition = \"2024\", versions = [ \"1.85.0\" ],\n) As well as an exact version, versions can accept nightly/{iso_date} and beta/{iso_date} strings for toolchains from different release channels, as in rust.toolchain( edition = \"2021\", versions = [ \"nightly/1.85.0\" ],\n) By default, a stable and nightly toolchain will be registered if no toolchain method is called (and thus no specific versions are registered). However, if only 1 version is passed and it is from the nightly or beta release channels (i.e. not stable), then the following build setting flag must be present, either on the command line or set in the project's .bazelrc file: build --@rules_rust//rust/toolchain/channel=nightly Failure to do so will result in rules attempting to match a stable toolchain when one was not registered, thus raising an error.","breadcrumbs":"Introduction » Specifying Rust version","id":"2","title":"Specifying Rust version"},"20":{"body":"rust_cdylib_library load(\"@rules_rust//rust:rust_cdylib_library.bzl\", \"rust_cdylib_library\") rust_cdylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_cdylib_library » rust_cdylib_library","id":"20","title":"rust_cdylib_library"},"200":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_toolchain\") pyo3_toolchain(name) Define a toolchain which generates config data for the PyO3 for producing extension modules on any target platform. Note that this toolchain expects the pyo3 crate to be built with the following features: abi3 abi3-py3* (e.g abi3-py311) extension-module When using rules_rust's crate_universe , this data can be plubmed into the target using the following snippet. annotations = { \"pyo3-build-config\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ], \"pyo3-ffi\": [ crate.annotation( build_script_data = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], build_script_env = { \"PYO3_CROSS\": \"$(PYO3_CROSS)\", \"PYO3_CROSS_LIB_DIR\": \"$(PYO3_CROSS_LIB_DIR)\", \"PYO3_CROSS_PYTHON_IMPLEMENTATION\": \"$(PYO3_CROSS_PYTHON_IMPLEMENTATION)\", \"PYO3_CROSS_PYTHON_VERSION\": \"$(PYO3_CROSS_PYTHON_VERSION)\", \"PYO3_NO_PYTHON\": \"$(PYO3_NO_PYTHON)\", \"PYO3_PYTHON\": \"$(PYO3_PYTHON)\", }, build_script_toolchains = [ \"@rules_rust_pyo3//:current_pyo3_toolchain\", ], ), ],\n}, ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required","breadcrumbs":"Extensions » pyo3 » pyo3_toolchain","id":"200","title":"pyo3_toolchain"},"201":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"rust_pyo3_toolchain\") rust_pyo3_toolchain(name, pyo3, pyo3_introspection) Define a toolchain for PyO3 Rust dependencies which power internal rules. This toolchain is how the rules know which version of pyo3 to link against. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required pyo3 The PyO3 library. Label required pyo3_introspection The PyO3 introspection library. Label required","breadcrumbs":"Extensions » pyo3 » rust_pyo3_toolchain","id":"201","title":"rust_pyo3_toolchain"},"202":{"body":"load(\"@rules_rust_pyo3//:defs.bzl\", \"pyo3_extension\") pyo3_extension(*, name, srcs, aliases, compile_data, crate_features, crate_root, data, deps, edition, imports, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, stubs, version, compilation_mode, module_name, **kwargs) Define a PyO3 python extension module. This target is consumed just as a py_library would be. PARAMETERS Name Description Default Value name The name of the target. none srcs List of Rust .rs source files used to build the library. For more details see rust_shared_library . none aliases Remap crates to a new name or moniker for linkage to this target. For more details see rust_shared_library . {} compile_data List of files used by this rule at compile time. For more details see rust_shared_library . [] crate_features List of features to enable for this crate. For more details see rust_shared_library . [] crate_root The file that will be passed to rustc to be used for building this crate. For more details see rust_shared_library . None data List of files used by this rule at compile time and runtime. For more details see rust_shared_library . [] deps List of other libraries to be linked to this library target. For more details see rust_shared_library . [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. For more details see rust_shared_library . None imports List of import directories to be added to the PYTHONPATH. For more details see py_library.imports . [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. For more details see rust_shared_library . [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. For more details see rust_shared_library . {} rustc_env_files Files containing additional environment variables to set for rustc. For more details see rust_shared_library . [] rustc_flags List of compiler flags passed to rustc. For more details see rust_shared_library . [] stubs Whether or not to generate stubs (.pyi file) for the module. None version A version to inject in the cargo environment variable. For more details see rust_shared_library . None compilation_mode The compilation_mode value to build the extension for. If set to \"current\", the current configuration will be used. \"opt\" module_name A full dotted Python module path implemented by this extension (e.g. foo.bar). None kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » pyo3 » pyo3_extension","id":"202","title":"pyo3_extension"},"203":{"body":"Bazel rules for generating wasm modules for Javascript using wasm-bindgen .","breadcrumbs":"Extensions » wasm_bindgen » rules_rust_wasm_bindgen","id":"203","title":"rules_rust_wasm_bindgen"},"204":{"body":"rust_wasm_bindgen rust_wasm_bindgen_toolchain","breadcrumbs":"Extensions » wasm_bindgen » Rules","id":"204","title":"Rules"},"205":{"body":"To begin using the wasm-bindgen rules, add the following to your MODULE.bazel file: bazel_dep(name = \"rules_rust_wasm_bindgen\", version = \"{SEE_RELEASE_NOTES}\") This should enable users to start using the rust_wasm_bindgen rule. However, it's common to want to control the version of wasm-bindgen in the workspace instead of relying on the one provided by rules_rust. In this case, users should use the rust_wasm_bindgen_toolchain rule to define their own toolchains to register.","breadcrumbs":"Extensions » wasm_bindgen » Setup","id":"205","title":"Setup"},"206":{"body":"Rules for doing so can be found at rules_js_rust_wasm_bindgen","breadcrumbs":"Extensions » wasm_bindgen » Interfacing with Javascript rules","id":"206","title":"Interfacing with Javascript rules"},"207":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen\") rust_wasm_bindgen(name, bindgen_flags, out_name, target, target_arch, wasm_file) Generates javascript and typescript bindings for a webassembly module using wasm-bindgen . An example of this rule in use can be seen at @rules_rust//examples/wasm ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required bindgen_flags Flags to pass directly to the wasm-bindgen executable. See https://github.com/rustwasm/wasm-bindgen/ for details. List of strings optional [] out_name Set a custom output filename (Without extension. Defaults to target name). String optional \"\" target The type of output to generate. See https://rustwasm.github.io/wasm-bindgen/reference/deployment.html for details. String optional \"bundler\" target_arch The target architecture to use for the wasm-bindgen command line option. String optional \"wasm32\" wasm_file The .wasm crate to generate bindings for. Label required","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen","id":"207","title":"rust_wasm_bindgen"},"208":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain(name, browser, browser_type, wasm_bindgen_cli, wasm_bindgen_test, wasm_bindgen_test_runner, webdriver, webdriver_args, webdriver_json) The tools required for the rust_wasm_bindgen rule. In cases where users want to control or change the version of wasm-bindgen used by rust_wasm_bindgen , a unique toolchain can be created as in the example below: load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_toolchain\") rust_wasm_bindgen_toolchain( wasm_bindgen_cli = \"//3rdparty/crates:wasm_bindgen_cli__bin\",\n) toolchain( name = \"wasm_bindgen_toolchain\", toolchain = \"wasm_bindgen_toolchain_impl\", toolchain_type = \"@rules_rust_wasm_bindgen//:toolchain_type\",\n) Now that you have your own toolchain, you need to register it by inserting the following statement in your WORKSPACE file: register_toolchains(\"//my/toolchains:wasm_bindgen_toolchain\") For additional information, see the Bazel toolchains documentation . ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required browser The browser entrypoint. Label optional None browser_type The type of browser provided. String optional \"\" wasm_bindgen_cli The label of a wasm-bindgen-cli executable. Label optional None wasm_bindgen_test The label of a wasm-bindgen-test crate. Label optional None wasm_bindgen_test_runner The label of a wasm-bindgen-test-runner binary. Label optional None webdriver The webdriver to use. Label optional None webdriver_args Arguments to pass to the webdriver binary. List of strings optional [] webdriver_json The webdriver.json config file for wasm-bindgen-test. Label optional None","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_toolchain","id":"208","title":"rust_wasm_bindgen_toolchain"},"209":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"RustWasmBindgenInfo\") RustWasmBindgenInfo(js, root, snippets, ts, wasm) Info about wasm-bindgen outputs. FIELDS Name Description js Depset[File]: The Javascript files produced by wasm-bindgen. root str: The path to the root of the wasm-bindgen --out-dir directory. snippets File: The snippets directory produced by wasm-bindgen. ts Depset[File]: The Typescript files produced by wasm-bindgen. wasm File: The .wasm file generated by wasm-bindgen.","breadcrumbs":"Extensions » wasm_bindgen » RustWasmBindgenInfo","id":"209","title":"RustWasmBindgenInfo"},"21":{"body":"rust_dylib_library load(\"@rules_rust//rust:rust_dylib_library.bzl\", \"rust_dylib_library\") rust_dylib_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, disable_pipelining, edition, link_deps, link_std_dylib, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a shared library using the unstable Rust ABI. This library can be depended on by other Rust targets via --extern, making it suitable for splitting a Rust project into separately compiled dynamic libraries. Note that the Rust ABI is not stable across compiler versions. This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. Note : When dynamic libraries are listed as dependencies for other Rust binaries they can induce errors from multiply defined symbols, causing linker errors in rustc. Some libraries in the dependency graph may need to be converted to dynamic libraries, and/or have the standard library dynamically linked (link_std_dylib) to avoid this. These rules do not attempt to resolve these linking issues automatically. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None disable_pipelining Disables pipelining for this rule if it is globally enabled. This will cause this rule to not produce a .rmeta file and all the dependent crates will instead use the .rlib file. Boolean optional False edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this library.Default is true. This is typically required for Rust ABI dylibs so that the stdlib is shared with the binary that loads them, avoiding duplicate symbols. Boolean optional True lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_dylib_library » rust_dylib_library","id":"21","title":"rust_dylib_library"},"210":{"body":"load(\"@rules_rust_wasm_bindgen//:defs.bzl\", \"rust_wasm_bindgen_test\") rust_wasm_bindgen_test(*, name, aliases, compile_data, crate_features, data, edition, env, env_inherit, proc_macro_deps, rustc_env, rustc_env_files, rustc_flags, target_arch, version, wasm, tags, **kwargs) \"A test rule for running wasm-bindgen tests .\" PARAMETERS Name Description Default Value name A unique name for this target. none aliases Remap crates to a new name or moniker for linkage to this target. {} compile_data List of files used by this rule at compile time. [] crate_features List of features to enable for this crate. [] data List of files used by this rule at compile time and runtime. [] edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. None env Specifies additional environment variables to set when the test is executed by bazel test. {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. [] rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc. {} rustc_env_files Files containing additional environment variables to set for rustc. [] rustc_flags List of compiler flags passed to rustc. [] target_arch The target architecture to use for the wasm-bindgen command line option. None version A version to inject in the cargo environment variable. \"0.0.0\" wasm The wasm target to test. None tags Tags to apply to the target. [] kwargs Additional keyword arguments. none","breadcrumbs":"Extensions » wasm_bindgen » rust_wasm_bindgen_test","id":"210","title":"rust_wasm_bindgen_test"},"22":{"body":"","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro.bzl","id":"22","title":"rust_proc_macro.bzl"},"23":{"body":"load(\"@rules_rust//rust:rust_proc_macro.bzl\", \"rust_proc_macro\") rust_proc_macro(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, lint_config, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust proc-macro crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" lint_config Set of lints to apply when building this crate. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_proc_macro » rust_proc_macro","id":"23","title":"rust_proc_macro"},"24":{"body":"","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library.bzl","id":"24","title":"rust_shared_library.bzl"},"25":{"body":"load(\"@rules_rust//rust:rust_shared_library.bzl\", \"rust_shared_library\") rust_shared_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, experimental_use_cc_common_link, link_deps, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a C ABI Rust shared library. This shared library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce a shared library that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_shared_library » rust_shared_library","id":"25","title":"rust_shared_library"},"26":{"body":"","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library.bzl","id":"26","title":"rust_static_library.bzl"},"27":{"body":"load(\"@rules_rust//rust:rust_static_library.bzl\", \"rust_static_library\") rust_static_library(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate_features, crate_name, crate_root, edition, link_deps, lint_config, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, version, zself_profile_events) Builds a Rust static library. This static library will contain all transitively reachable crates and native objects. It is meant to be used when producing an artifact that is then consumed by some other build system (for example to produce an archive that Python program links against). This rule provides CcInfo, so it can be used everywhere Bazel expects rules_cc. When building the whole binary in Bazel, use rust_library instead. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] lint_config Set of lints to apply when building this crate. Label optional None platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_static_library » rust_static_library","id":"27","title":"rust_static_library"},"28":{"body":"","breadcrumbs":"Rules » rust » rust_test » rust_test.bzl","id":"28","title":"rust_test.bzl"},"29":{"body":"load(\"@rules_rust//rust:rust_test.bzl\", \"rust_test\") rust_test(name, deps, srcs, data, aliases, allocator_libraries, alwayslink, compile_data, crate, crate_features, crate_name, crate_root, edition, env, env_inherit, experimental_use_cc_common_link, link_deps, link_std_dylib, lint_config, malloc, platform, proc_macro_deps, require_explicit_unstable_features, root_path, rustc_env, rustc_env_files, rustc_flags, stamp, unstable_rust_features_config, use_libtest_harness, version, zself_profile_events) Builds a Rust test crate. Examples: Suppose you have the following directory structure for a Rust library crate with unit test code in the library sources: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs hello_lib/src/lib.rs: pub struct Greeter { greeting: String,\n} impl Greeter { pub fn new(greeting: &str) -> Greeter { Greeter { greeting: greeting.to_string(), } } pub fn greet(&self, thing: &str) -> String { format!(\"{} {}\", &self.greeting, thing) }\n} #[cfg(test)]\nmod test { use super::Greeter; #[test] fn test_greeting() { let hello = Greeter::new(\"Hi\"); assert_eq!(\"Hi Rust\", hello.greet(\"Rust\")); }\n} To build and run the tests, simply add a rust_test rule with no srcs and only depends on the hello_lib rust_library target via the crate attribute: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"hello_lib_test\", crate = \":hello_lib\", # You may add other deps that are specific to the test configuration deps = [\"//some/dev/dep\"],\n) Run the test with bazel test //hello_lib:hello_lib_test.","breadcrumbs":"Rules » rust » rust_test » rust_test","id":"29","title":"rust_test"},"3":{"body":"The oldest version of Bazel the main branch is tested against is 7.4.1. Previous versions may still be functional in certain environments, but this is the minimum version we strive to fully support. We test these rules against the latest rolling releases of Bazel, and aim for compatibility with them, but prioritise stable releases over rolling releases where necessary.","breadcrumbs":"Introduction » Supported bazel versions","id":"3","title":"Supported bazel versions"},"30":{"body":"Integration tests that live in the tests directory , they are essentially built as separate crates. Suppose you have the following directory structure where greeting.rs is an integration test for the hello_lib library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs tests/ greeting.rs hello_lib/tests/greeting.rs: extern crate hello_lib; use hello_lib; #[test]\nfn test_greeting() { let hello = greeter::Greeter::new(\"Hello\"); assert_eq!(\"Hello world\", hello.greeting(\"world\"));\n} To build the greeting.rs integration test, simply add a rust_test target with greeting.rs in srcs and a dependency on the hello_lib target: hello_lib/BUILD: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Run the test with bazel test //hello_lib:greeting_test. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other Rust libraries to be linked to this library target.These must be targets that provide CrateInfo, such as rust_library. List of labels optional [] srcs List of Rust .rs source files used to build the library.If srcs contains more than one file, then there must be a file either named lib.rs. Otherwise, crate_root must be set to the source file that is the root of the crate to be passed to rustc to build this crate. List of labels optional [] data List of files used by this rule at compile time and runtime.If including data at compile time with include_str!() and similar, prefer compile_data over data, to prevent the data also being included in the runfiles. List of labels optional [] aliases Remap crates to a new name or moniker for linkage to this targetThese are other rust_library targets and will be presented as the new name given. Dictionary: Label -> String optional {} allocator_libraries - Label optional \"@rules_rust//ffi/rs:default_allocator_libraries\" alwayslink If 1, any binary that depends (directly or indirectly) on this library will link in all the object files even if some contain no symbols referenced by the binary.This attribute is used by the C++ Starlark API when passing CcInfo providers. Boolean optional False compile_data List of files used by this rule at compile time.This attribute can be used to specify any data files that are embedded into the library, such as via the include_str! macro. List of labels optional [] crate Target inline tests declared in the given crateThese tests are typically those that would be held out under #[cfg(test)] declarations. Label optional None crate_features List of features to enable for this crate.Features are defined in the code using the #[cfg(feature = \"foo\")] configuration option. The features listed here will be passed to rustc with --cfg feature=\"${feature_name}\" flags. List of strings optional [] crate_name Crate name to use for this target.This must be a valid Rust identifier, i.e. it may contain only alphanumeric characters and underscores. Defaults to the target name, with any hyphens replaced by underscores. String optional \"\" crate_root The file that will be passed to rustc to be used for building this crate.If crate_root is not set, then this rule will look for a lib.rs file (or main.rs for rust_binary) or the single file in srcs if srcs contains only one file.If the srcs contains only one file and that file is a directory, use root_path to specify the path to the crate root .rs file under that directory. Label optional None edition The rust edition to use for this crate. Defaults to the edition specified in the rust_toolchain. String optional \"\" env Specifies additional environment variables to set when the test is executed by bazel test. Values are subject to $(rootpath), $(execpath), location, and \"Make variable\" substitution. Dictionary: String -> String optional {} env_inherit Specifies additional environment variables to inherit from the external environment when the test is executed by bazel test. List of strings optional [] experimental_use_cc_common_link Whether to use cc_common.link to link rust binaries. Possible values: [-1, 0, 1]. -1 means use the value of the toolchain.experimental_use_cc_common_link boolean build setting to determine. 0 means do not use cc_common.link (use rustc instead). 1 means use cc_common.link. Integer optional -1 link_deps List of other native libraries to be linked to this library target.These are typically cc_library targets. List of labels optional [] link_std_dylib Flag to dynamically link the standard library as a Rust dylib .so object when building this test.Default is false. This is often required when testing a target that depends on a Rust ABI dylib. Boolean optional False lint_config Set of lints to apply when building this crate. Label optional None malloc Override the default dependency on malloc.By default, Rust binaries linked with cc_common.link are linked against @rules_rust//rust/private/cc:malloc, which is an empty library and the resulting binary will use libc's malloc. This label must refer to a cc_library rule. Label optional \"@rules_rust//rust/private/cc:malloc\" platform Optional platform to transition the static library to. Label optional None proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] require_explicit_unstable_features Whether to require all unstable features to be explicitly opted in to using -Zallow-features=.... Possible values: [-1, 0, 1]. -1 means delegate to the toolchain.require_explicit_unstable_features boolean build setting; 0 means False; 1 means True. Integer optional -1 root_path If the crate root (single member of the srcs list) is a directory, this is the path to the crate root .rs file under that directory. String optional \"\" rustc_env Dictionary of additional \"key\": \"value\" environment variables to set for rustc.rust_test()/rust_binary() rules can use $(rootpath //package:target) to pass in the location of a generated file or external tool. Cargo build scripts that wish to expand locations should use cargo_build_script()'s build_script_env argument instead, as build scripts are run in a different environment - see cargo_build_script()'s documentation for more. Dictionary: String -> String optional {} rustc_env_files Files containing additional environment variables to set for rustc.These files should contain a single variable per line, of format NAME=value, and newlines may be included in a value by ending a line with a trailing back-slash (\\\\).The order that these files will be processed is unspecified, so multiple definitions of a particular variable are discouraged.Note that the variables here are subject to workspace status stamping should the stamp attribute be enabled. Stamp variables should be wrapped in brackets in order to be resolved. E.g. NAME={WORKSPACE_STATUS_VARIABLE}. List of labels optional [] rustc_flags List of compiler flags passed to rustc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional [] stamp Whether to encode build information into the Rustc action. Possible values:- stamp = 1: Always stamp the build information into the Rustc action, even in --nostamp builds. This setting should be avoided, since it potentially kills remote caching for the target and any downstream actions that depend on it.- stamp = 0: Always replace build information by constant values. This gives good build result caching.- stamp = -1: Embedding of build information is controlled by the --[no]stamp flag.Stamped targets are not rebuilt unless their dependencies change.For example if a rust_library is stamped, and a rust_binary depends on that library, the stamped library won't be rebuilt when we change sources of the rust_binary. This is different from how cc_library.linkstamps behaves. Integer optional 0 unstable_rust_features_config Controls which unstable features are allowed to be used by this target. Setting this to anything other than None requires a nightly toolchain. Label optional None use_libtest_harness Whether to use libtest. For targets using this flag, individual tests can be run by using the --test_arg flag. E.g. bazel test //src:rust_test --test_arg=foo::test::test_fn. Boolean optional True version A version to inject in the cargo environment variable. String optional \"0.0.0\" zself_profile_events Passes -Zself-profile and -Zself-profile-events flag to rustc, requires a nightly toolchain. Label optional None","breadcrumbs":"Rules » rust » rust_test » Example: test directory","id":"30","title":"Example: test directory"},"31":{"body":"","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite.bzl","id":"31","title":"rust_test_suite.bzl"},"32":{"body":"load(\"@rules_rust//rust:rust_test_suite.bzl\", \"rust_test_suite\") rust_test_suite(name, srcs, shared_srcs, **kwargs) A rule for creating a test suite for a set of rust_test targets. This rule can be used for setting up typical rust integration tests . Given the following directory structure: [crate]/ BUILD.bazel src/ lib.rs main.rs tests/ integrated_test_a.rs integrated_test_b.rs integrated_test_c.rs patterns/ fibonacci_test.rs helpers/ mod.rs The rule can be used to generate rust_test targets for each source file under tests and a test_suite which encapsulates all tests. load(\"//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rust_test_suite\") rust_library( name = \"math_lib\", srcs = [\"src/lib.rs\"],\n) rust_binary( name = \"math_bin\", srcs = [\"src/main.rs\"],\n) rust_test_suite( name = \"integrated_tests_suite\", srcs = glob([\"tests/**\"]), shared_srcs=glob([\"tests/helpers/**\"]), deps = [\":math_lib\"],\n) PARAMETERS Name Description Default Value name The name of the test_suite. none srcs All test sources, typically glob([\"tests/**/*.rs\"]). none shared_srcs Optional argument for sources shared among tests, typically helper functions. [] kwargs Additional keyword arguments for the underlying rust_test targets. The tags argument is also passed to the generated test_suite target. none","breadcrumbs":"Rules » rust » rust_test_suite » rust_test_suite","id":"32","title":"rust_test_suite"},"33":{"body":"Clippy is a tool for catching common mistakes in Rust code and improving it. An expansive list of lints and the justification can be found in their documentation .","breadcrumbs":"Rules » clippy » Clippy","id":"33","title":"Clippy"},"34":{"body":"Simply add the following to the .bazelrc file in the root of your workspace: build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect\nbuild --output_groups=+clippy_checks This will enable clippy on all Rust targets . Note that targets tagged with no-clippy will not perform clippy checks. To use a local clippy.toml, add the following flag to your .bazelrc. Note that due to the upstream implementation of clippy, this file must be named either .clippy.toml or clippy.toml. Using a custom config file requires Rust 1.34.0 or newer. build --@rules_rust//rust/settings:clippy.toml=//:clippy.toml","breadcrumbs":"Rules » clippy » Setup","id":"34","title":"Setup"},"35":{"body":"rust_clippy — Rule that runs clippy-driver against a Rust target and fails the build on lint findings. Attach one per target for explicit gating. rust_clippy_aspect — Aspect form of the above. Attach in .bazelrc (as shown in Setup) to run clippy across every Rust target in the build. rust_clippy_test — Test rule that reports clippy findings as test failures, useful in CI where a failing test is more visible than a failing build.","breadcrumbs":"Rules » clippy » Rules","id":"35","title":"Rules"},"36":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy.bzl","id":"36","title":"rust_clippy.bzl"},"37":{"body":"load(\"@rules_rust//rust:rust_clippy.bzl\", \"rust_clippy\") rust_clippy(name, deps) Executes the clippy checker on a specific target. Similar to rust_clippy_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust clippy can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_clippy\") rust_clippy( name = \"hello_library_clippy\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ],\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run clippy on. List of labels optional []","breadcrumbs":"Rules » clippy » rust_clippy » rust_clippy","id":"37","title":"rust_clippy"},"38":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect.bzl","id":"38","title":"rust_clippy_aspect.bzl"},"39":{"body":"load(\"@rules_rust//rust:rust_clippy_aspect.bzl\", \"rust_clippy_aspect\") rust_clippy_aspect() Executes the clippy checker on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be analyzed with clippy using the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=clippy_checks //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » clippy » rust_clippy_aspect » rust_clippy_aspect","id":"39","title":"rust_clippy_aspect"},"4":{"body":"We aim to support Linux and macOS. We do not have sufficient maintainer expertise to support Windows. Most things probably work, but we have had to disable many tests in CI because we lack the expertise to fix them. We welcome contributions to help improve its support.","breadcrumbs":"Introduction » Supported platforms","id":"4","title":"Supported platforms"},"40":{"body":"","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test.bzl","id":"40","title":"rust_clippy_test.bzl"},"41":{"body":"load(\"@rules_rust//rust:rust_clippy_test.bzl\", \"rust_clippy_test\") rust_clippy_test(name, platform, targets, transitive) A test rule that runs clippy over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The clippy actions run during the build phase, so a clippy failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the clippy_checks output group, so bazel build //x:my_clippy_test --output_groups=clippy_checks drives the clippy actions without running the test. When capture_clippy_output or clippy_output_diagnostics is set globally clippy exits 0 even on real issues; in that case the runner inspects the captured stderr / JSON diagnostics and reports the verdict. An optional platform attribute transitions targets to the given platform before running clippy. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_clippy_test\", \"rust_library\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rust_clippy_test( name = \"clippy_app_only_test\", targets = [\":app\"],\n) rust_clippy_test( name = \"clippy_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_clippy, no_lint, nolint, or noclippy are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run clippy on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » clippy » rust_clippy_test » rust_clippy_test","id":"41","title":"rust_clippy_test"},"42":{"body":"Rustfmt is a tool for formatting Rust code according to style guidelines. By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process . A complete list of all configuration options can be found in the Rustfmt GitHub Pages .","breadcrumbs":"Rules » rustfmt » Rustfmt","id":"42","title":"Rustfmt"},"43":{"body":"Formatting your Rust targets' source code requires no setup outside of loading rules_rust in your workspace. Simply run bazel run @rules_rust//:rustfmt to format source code. The runner accepts two sets of arguments separated by a trailing --: bazel run @rules_rust//:rustfmt -- <runner args> -- <rustfmt args> Arguments before the separator scope which packages/targets are formatted (e.g. //my/pkg/...). Arguments after the separator are forwarded directly to rustfmt. To pass only rustfmt flags, use an empty runner arg list: bazel run @rules_rust//:rustfmt -- -- --check In addition to this formatter, a simple check can be performed using the rustfmt_aspect aspect by running: bazel build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect --output_groups=rustfmt_checks Add the following to a .bazelrc file to enable this check during the build phase: build --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect\nbuild --output_groups=+rustfmt_checks It's recommended to only enable this aspect in your CI environment so formatting issues do not impact users' ability to rapidly iterate on changes. The rustfmt_aspect also uses a --@rules_rust//rust/settings:rustfmt.toml setting which determines the configuration file used by the formatter (@rules_rust//tools/rustfmt) and the aspect. This flag can be added to your .bazelrc file to ensure a consistent config file is used whenever rustfmt is run: build --@rules_rust//rust/settings:rustfmt.toml=//:rustfmt.toml","breadcrumbs":"Rules » rustfmt » Setup","id":"43","title":"Setup"},"44":{"body":"rustfmt_aspect — Aspect that runs rustfmt --check on every Rust target in the build. Attach in .bazelrc (as shown in Setup) to gate CI on formatting. rustfmt_test — Test rule that reports rustfmt findings as a test failure for a specific target.","breadcrumbs":"Rules » rustfmt » Rules","id":"44","title":"Rules"},"45":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect.bzl","id":"45","title":"rustfmt_aspect.bzl"},"46":{"body":"load(\"@rules_rust//rust:rustfmt_aspect.bzl\", \"rustfmt_aspect\") rustfmt_aspect() This aspect is used to gather information about a crate for use in rustfmt and perform rustfmt checks Output Groups: rustfmt_checks: Executes rustfmt --check on the specified target. The build setting @rules_rust//rust/settings:rustfmt.toml is used to control the Rustfmt configuration settings used at runtime. This aspect is executed on any target which provides the CrateInfo provider. However users may tag a target with no-rustfmt or no-format to have it skipped. Additionally, generated source files are also ignored by this aspect. ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » rustfmt » rustfmt_aspect » rustfmt_aspect","id":"46","title":"rustfmt_aspect"},"47":{"body":"","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test.bzl","id":"47","title":"rustfmt_test.bzl"},"48":{"body":"load(\"@rules_rust//rust:rustfmt_test.bzl\", \"rustfmt_test\") rustfmt_test(name, platform, targets, transitive) A test rule that runs rustfmt --check over a set of Rust targets. By default (transitive = False), only the exact targets listed are checked. Set transitive = True to walk deps, proc_macro_deps, and crate so that listing a top-level target checks its whole crate graph. The rustfmt actions run during the build phase, so a formatting failure fails bazel test before the test executable is invoked. The rule also exposes the collected markers under the rustfmt_checks output group, so bazel build //x:my_fmt_test --output_groups=rustfmt_checks drives the rustfmt actions without running the test. An optional platform attribute transitions targets to the given platform before running rustfmt. Example: load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\", \"rustfmt_test\") rust_library( name = \"lib\", srcs = [\"src/lib.rs\"], edition = \"2021\",\n) rust_binary( name = \"app\", srcs = [\"src/main.rs\"], edition = \"2021\", deps = [\":lib\"],\n) rustfmt_test( name = \"fmt_app_only_test\", targets = [\":app\"]\n) rustfmt_test( name = \"fmt_tree_test\", targets = [\":app\"], transitive = True,\n) Targets tagged no_format, no_rustfmt, or norustfmt are skipped. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required platform Optional platform to transition targets to before running the aspect. When set, --platforms is switched to this label for the duration of this rule's aspect actions. Label optional None targets Rust targets to run rustfmt --check on. List of labels optional [] transitive If True, lint targets and every crate reachable via deps, proc_macro_deps, and crate. If False, lint only the exact targets listed. Boolean optional False","breadcrumbs":"Rules » rustfmt » rustfmt_test » rustfmt_test","id":"48","title":"rustfmt_test"},"49":{"body":"Rustdoc is Rust's built-in documentation generator. It reads the /// and //! doc comments in your source and produces browsable HTML — the same tooling that generates the standard library docs and every crate on docs.rs .","breadcrumbs":"Rules » rustdoc » Rustdoc","id":"49","title":"Rustdoc"},"5":{"body":"rust : standard rust rules for building and testing libraries and binaries. rustdoc : rules for generating and testing rust documentation. clippy : rules for running clippy . rustfmt : rules for running rustfmt . cargo : Rules dedicated to Cargo compatibility. ie: build.rs scripts . crate_universe : Rules for generating Bazel targets for external crate dependencies.","breadcrumbs":"Rules » Rules","id":"5","title":"Rules"},"50":{"body":"rust_doc — Build HTML documentation for a rust_library, rust_binary, or rust_proc_macro target. Output is a directory tree suitable for hosting on a static site. rust_doc_test — Compile and run the code samples embedded in a crate's doc comments as tests, matching Cargo's cargo test --doc behavior.","breadcrumbs":"Rules » rustdoc » Rules","id":"50","title":"Rules"},"51":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc.bzl","id":"51","title":"rust_doc.bzl"},"52":{"body":"load(\"@rules_rust//rust:rust_doc.bzl\", \"rust_doc\") rust_doc(name, crate, crate_features, html_after_content, html_before_content, html_in_header, markdown_css, rustc_flags, rustdoc_flags) Generates code documentation. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/ WORKSPACE hello_lib/ BUILD src/ lib.rs To build rustdoc documentation for the hello_lib crate, define a rust_doc rule that depends on the the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc( name = \"hello_lib_doc\", crate = \":hello_lib\",\n) Running bazel build //hello_lib:hello_lib_doc will build a zip file containing the documentation for the hello_lib library crate generated by rustdoc. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required crate The label of the target to generate code documentation for.rust_doc can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] html_after_content File to add in <body>, after content. Label optional None html_before_content File to add in <body>, before content. Label optional None html_in_header File to add to <head>. Label optional None markdown_css CSS files to include via <link> in a rendered Markdown file. List of labels optional [] rustc_flags Deprecated : use rustdoc_flags instead List of strings optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc » rust_doc","id":"52","title":"rust_doc"},"53":{"body":"","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test.bzl","id":"53","title":"rust_doc_test.bzl"},"54":{"body":"load(\"@rules_rust//rust:rust_doc_test.bzl\", \"rust_doc_test\") rust_doc_test(name, deps, crate, crate_features, proc_macro_deps, rustdoc_flags) Runs Rust documentation tests. Example: Suppose you have the following directory structure for a Rust library crate: [workspace]/\nWORKSPACE\nhello_lib/ BUILD src/ lib.rs To run documentation tests for the hello_lib crate, define a rust_doc_test target that depends on the hello_lib rust_library target: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_doc_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_doc_test( name = \"hello_lib_doc_test\", crate = \":hello_lib\",\n) Running bazel test //hello_lib:hello_lib_doc_test will run all documentation tests for the hello_lib library crate. ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps List of other libraries to be linked to this library target.These can be either other rust_library targets or cc_library targets if linking a native library. List of labels optional [] crate The label of the target to generate code documentation for. rust_doc_test can generate HTML code documentation for the source files of rust_library or rust_binary targets. Label required crate_features List of features to enable for the crate being documented. List of strings optional [] proc_macro_deps List of rust_proc_macro targets used to help build this library target. List of labels optional [] rustdoc_flags List of flags passed to rustdoc.These strings are subject to Make variable expansion for predefined source/output path variables like $location, $execpath, and $rootpath. This expansion is useful if you wish to pass a generated file of arguments to rustc: @$(location //package:target). List of strings optional []","breadcrumbs":"Rules » rustdoc » rust_doc_test » rust_doc_test","id":"54","title":"rust_doc_test"},"55":{"body":"Rules for interoperating with tooling from the Cargo ecosystem — most importantly, Cargo build.rs scripts . These rules let a Bazel build consume the same crate-side conventions that Cargo uses (build scripts, generated env vars, [lints] tables) without switching build systems.","breadcrumbs":"Rules » cargo » Cargo","id":"55","title":"Cargo"},"56":{"body":"cargo_build_script — Compile and run a crate's build.rs at build time, then feed the emitted cargo:* directives (env vars, link args, rerun-if-changed inputs) into consumers of the crate. cargo_env — Helper that returns Cargo's standard CARGO_* env-var dict, used by rules that need to reproduce Cargo's compilation environment. extract_cargo_lints — Read the [lints] table from a Cargo.toml and produce a rust_lint_config target from it, so Cargo-defined lints apply to Bazel-built crates.","breadcrumbs":"Rules » cargo » Rules","id":"56","title":"Rules"},"57":{"body":"","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script.bzl","id":"57","title":"cargo_build_script.bzl"},"58":{"body":"load(\"@rules_rust//cargo:cargo_build_script.bzl\", \"cargo_build_script\") cargo_build_script(*, name, edition, crate_name, crate_root, root_path, srcs, crate_features, version, deps, link_deps, proc_macro_deps, build_script_env, build_script_env_files, emit_warnings, use_cc_toolchain, use_default_shell_env, data, compile_data, tools, links, rundir, rustc_env, rustc_env_files, rustc_flags, visibility, tags, aliases, pkg_name, **kwargs) Compile and execute a rust build script to generate build attributes This rules take the same arguments as rust_binary. Example: Suppose you have a crate with a cargo build script build.rs: [workspace]/ hello_lib/ BUILD build.rs src/ lib.rs Then you want to use the build script in the following: hello_lib/BUILD: package(default_visibility = [\"//visibility:public\"]) load(\"@rules_rust//rust:defs.bzl\", \"rust_binary\", \"rust_library\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_build_script\") # This will run the build script from the root of the workspace, and\n# collect the outputs.\ncargo_build_script( name = \"build_script\", srcs = [\"build.rs\"], # Optional environment variables passed during build.rs compilation rustc_env = { \"CARGO_PKG_VERSION\": \"0.1.2\", }, # Optional environment variables passed during build.rs execution. # Note that as the build script's working directory is not execroot, # execpath/location will return an absolute path, instead of a relative # one. build_script_env = { \"SOME_TOOL_OR_FILE\": \"$(execpath @tool//:binary)\" }, # Optional data/tool dependencies data = [\"@tool//:binary\"],\n) rust_library( name = \"hello_lib\", srcs = [ \"src/lib.rs\", ], deps = [\":build_script\"],\n) The hello_lib target will be build with the flags and the environment variables declared by the build script in addition to the file generated by it. PARAMETERS Name Description Default Value name The name for the underlying rule. This should be the name of the package being compiled, optionally with a suffix of _bs. Otherwise, you can set the package name via pkg_name. none edition The rust edition to use for the internal binary crate. None crate_name Crate name to use for build script. None crate_root The file that will be passed to rustc to be used for building this crate. None root_path The path to the crate root within a directory artifact passed in srcs. None srcs Source files of the crate to build. Passing source files here can be used to trigger rebuilds when changes are made. [] crate_features A list of features to enable for the build script. [] version The semantic version (semver) of the crate. None deps The build-dependencies of the crate. [] link_deps The subset of the (normal) dependencies of the crate that have the links attribute and therefore provide environment variables to this build script. [] proc_macro_deps List of rust_proc_macro targets used to build the script. [] build_script_env Environment variables for build scripts. {} build_script_env_files Files containing additional environment variables to set when running the build script. [] emit_warnings Whether to forward cargo::warning= lines from the build script to stderr. Honored only when @rules_rust//cargo/settings:emit_build_script_warnings is auto (the default); set the flag to on or off to override every target. True use_cc_toolchain Whether or not to pull in the resolved cc_toolchain when running the build script.When enabled, the resolved cc_toolchain's all_files are added to the action inputs and the CC, CXX, AR, CFLAGS, CXXFLAGS, LDFLAGS, and INCLUDE environment variables are populated from that toolchain (matching Cargo's normal behavior). Disabling this can significantly shrink build script action input trees (particularly with hermetic sysroots) but breaks any build script that needs to compile C/C++ code. If unset the global setting @rules_rust//cargo/settings:use_cc_toolchain will be used to determine this value. None use_default_shell_env Whether or not to include the default shell environment for the build script action. If unset the global setting @rules_rust//cargo/settings:use_default_shell_env will be used to determine this value. None data Files needed by the build script. [] compile_data Files needed for the compilation of the build script. [] tools Tools (executables) needed by the build script. [] links Name of the native library this crate links against. None rundir A directory to cd to before the cargo_build_script is run. This should be a path relative to the exec root.The default behaviour (and the behaviour if rundir is set to the empty string) is to change to the relative path corresponding to the cargo manifest directory, which replicates the normal behaviour of cargo so it is easy to write compatible build scripts.If set to ., the cargo build script will run in the exec root. None rustc_env Environment variables to set in rustc when compiling the build script. {} rustc_env_files Files containing additional environment variables to set for rustc when building the build script. [] rustc_flags List of compiler flags passed to rustc. [] visibility Visibility to apply to the generated build script output. None tags (list of str, optional): Tags to apply to the generated build script output. None aliases Remap crates to a new name or moniker for linkage to this target. These are other rust_library targets and will be presented as the new name given. None pkg_name Override the package name used for the build script. This is useful if the build target name gets too long otherwise. None kwargs Forwards to the underlying rust_binary rule. An exception is the compatible_with attribute, which shouldn't be forwarded to the rust_binary, as the rust_binary is only built and used in exec mode. We propagate the compatible_with attribute to the _build_script_run target. none","breadcrumbs":"Rules » cargo » cargo_build_script » cargo_build_script","id":"58","title":"cargo_build_script"},"59":{"body":"","breadcrumbs":"Rules » cargo » cargo_env » cargo_env.bzl","id":"59","title":"cargo_env.bzl"},"6":{"body":"rust_analyzer : rules for generating rust-project.json files for rust-analyzer","breadcrumbs":"Rules » Experimental rules","id":"6","title":"Experimental rules"},"60":{"body":"load(\"@rules_rust//cargo:cargo_env.bzl\", \"cargo_env\") cargo_env(env) A helper for generating platform specific environment variables load(\"@rules_rust//rust:defs.bzl\", \"rust_common\")\nload(\"@rules_rust//cargo:defs.bzl\", \"cargo_bootstrap_repository\", \"cargo_env\") cargo_bootstrap_repository( name = \"bootstrapped_bin\", cargo_lockfile = \"//:Cargo.lock\", cargo_toml = \"//:Cargo.toml\", srcs = [\"//:resolver_srcs\"], version = rust_common.default_version, binary = \"my-crate-binary\", env = { \"x86_64-unknown-linux-gnu\": cargo_env({ \"FOO\": \"BAR\", }), }, env_label = { \"aarch64-unknown-linux-musl\": cargo_env({ \"DOC\": \"//:README.md\", }), }\n) PARAMETERS Name Description Default Value env A map of environment variables none RETURNS str: A json encoded string of the environment variables","breadcrumbs":"Rules » cargo » cargo_env » cargo_env","id":"60","title":"cargo_env"},"61":{"body":"","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints.bzl","id":"61","title":"extract_cargo_lints.bzl"},"62":{"body":"load(\"@rules_rust//cargo:extract_cargo_lints.bzl\", \"extract_cargo_lints\") extract_cargo_lints(name, manifest, workspace) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required manifest Cargo.toml to read lints from. Label required workspace Workspace Cargo.toml that the manifest Cargo.toml inherits from. Label optional None","breadcrumbs":"Rules » cargo » extract_cargo_lints » extract_cargo_lints","id":"62","title":"extract_cargo_lints"},"63":{"body":"rules_rust ships a one-shot installer that configures rust-analyzer to use the project's Bazel toolchain. After setup, rust-analyzer, the proc-macro server, and rustfmt all come from Bazel — no host Rust install required.","breadcrumbs":"Rules » rust_analyzer » Rust Analyzer","id":"63","title":"Rust Analyzer"},"64":{"body":"Pick your editor below. Each runs the same setup tool with a different subcommand — setup is re-runnable any time.","breadcrumbs":"Rules » rust_analyzer » Quick start","id":"64","title":"Quick start"},"65":{"body":"Install the rust-analyzer extension . bazel run @rules_rust//tools/rust_analyzer:setup -- vscode Reload the VSCode window. .vscode/settings.json is always written; a *.code-workspace at the workspace root is picked up too. Existing user keys and comments survive re-runs, so .vscode/settings.json and .code-workspace are safe to commit. Add the launcher dir to .gitignore: .vscode/.rules_rust_analyzer/ Re-run setup after a toolchain change (rustup update, MODULE.bazel edit, bazel clean --expunge).","breadcrumbs":"Rules » rust_analyzer » VSCode","id":"65","title":"VSCode"},"66":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- neovim Prints an nvim-lspconfig Lua snippet to stdout. Paste it into your init.lua (or pipe to a file you require). Restart Neovim. For rustaceanvim users: pass the printed cmd and settings table through its server option (vim.g.rustaceanvim = { server = { cmd = ..., settings = ... } }).","breadcrumbs":"Rules » rust_analyzer » Neovim","id":"66","title":"Neovim"},"67":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- helix Prints a languages.toml snippet. Paste it into <workspace>/.helix/languages.toml. Restart Helix.","breadcrumbs":"Rules » rust_analyzer » Helix","id":"67","title":"Helix"},"68":{"body":"bazel run @rules_rust//tools/rust_analyzer:setup -- print Prints a generic JSON snippet using the rust-analyzer.* keys VSCode uses. coc.nvim reads them via coc-settings.json (open with :CocConfig); vim-lsp / ALE / LanguageClient-neovim accept the same keys via plugin-specific config files.","breadcrumbs":"Rules » rust_analyzer » Other editors (coc.nvim, vim-lsp, ALE, etc.)","id":"68","title":"Other editors (coc.nvim, vim-lsp, ALE, etc.)"},"69":{"body":"Re-runnable at any time. Global flags work on any subcommand. Flag Effect --skip-proc-macro-server Don't manage the proc-macro key. --skip-rustfmt Don't manage the formatter key (use host rustfmt). --per-package-workspaces / --no-per-package-workspaces Opt this developer in/out of per-package workspace splitting (see below). --clippy / --no-clippy Opt this developer in/out of running clippy on save and streaming its diagnostics alongside rustc's. --clean Delete <launcher-dir>/cache/ before running the rest of setup. See Troubleshooting. The --clippy and --per-package-workspaces toggles are per-user : they mutate <launcher-dir>/user_config.json (gitignored) instead of the shared committed settings file. Two developers on the same workspace can hold different preferences without touching the checked-in configuration. Editing user_config.json by hand works too. The vscode subcommand adds: Flag Effect --settings-json <path> Override the settings.json output. Defaults to <workspace>/.vscode/settings.json. --code-workspace <path> .code-workspace file to also update. Required when the workspace root has more than one. --no-code-workspace Skip the .code-workspace write. --settings-key <key> Nest managed keys under this key inside the .code-workspace (default: settings). --dry-run Print each would-be-written file to stdout. --replace Overwrite managed keys instead of merging. Sibling folders / tasks / extensions in a .code-workspace survive.","breadcrumbs":"Rules » rust_analyzer » Flags","id":"69","title":"Flags"},"7":{"body":"rust_bindgen : rules for generating C++ bindings. rust_prost : rules for generating protobuf and gRPC stubs using prost . rust_pyo3 : Bazel rules for PyO3 . rust_wasm_bindgen : rules for generating WebAssembly bindings.","breadcrumbs":"Rules » 3rd party rules","id":"7","title":"3rd party rules"},"70":{"body":"â–¶ Run Tests / â–¶ Run Test codelens on every #[cfg(test)] mod and individual #[test]. On-save squiggles from rustc diagnostics. Matches cargo check — errors anywhere in the dep graph surface at their actual file paths. Format-on-save via the Bazel-toolchain rustfmt. Workspace reload on watched BUILD / MODULE.bazel changes.","breadcrumbs":"Rules » rust_analyzer » What you get","id":"70","title":"What you get"},"71":{"body":"","breadcrumbs":"Rules » rust_analyzer » Troubleshooting","id":"71","title":"Troubleshooting"},"72":{"body":"Restart rust-analyzer (or save a BUILD file). If that doesn't fix it, re-run setup with --clean to nuke the discovery cache: bazel run @rules_rust//tools/rust_analyzer:setup -- --clean vscode Works with any subcommand (vscode / neovim / helix / print).","breadcrumbs":"Rules » rust_analyzer » Symbols / deps look wrong","id":"72","title":"Symbols / deps look wrong"},"73":{"body":"Check <workspace>/.rules_rust_analyzer/flycheck.log.","breadcrumbs":"Rules » rust_analyzer » Diagnostics stopped appearing","id":"73","title":"Diagnostics stopped appearing"},"74":{"body":"Re-run setup.","breadcrumbs":"Rules » rust_analyzer » After bazel clean --expunge or toolchain changes","id":"74","title":"After bazel clean --expunge or toolchain changes"},"75":{"body":"setup does not manage rust-analyzer.files.excludeDirs. If your workspace has stub Cargo.toml files that aren't meant to be auto-loaded (common in rules_rust itself under examples/, crate_universe/, etc.), rust-analyzer still finds them and logs errors. Silence them by adding the directory names to settings.json yourself — your entries survive future setup runs: \"rust-analyzer.files.excludeDirs\": [\"examples\", \"some_other_dir\"] Trade-off: files.excludeDirs also hides those sources from rust-analyzer's virtual filesystem, so files under those directories won't get IDE features even if they're part of a Bazel-discovered crate. Only exclude directories whose sources you're willing to lose IDE support on.","breadcrumbs":"Rules » rust_analyzer » Noisy cargo metadata errors on startup","id":"75","title":"Noisy cargo metadata errors on startup"},"76":{"body":"By default the whole project is treated as a single workspace. For monorepos where indexing the whole graph is too slow, pass --per-package-workspaces. Discover then scopes to the saved file's package + deps; rust-analyzer reloads when you jump to a different package. Caveat: dependents of the package you're working on aren't indexed, so \"find usages\" can miss callers in other packages. Switch any time by re-running setup with or without the flag.","breadcrumbs":"Rules » rust_analyzer » Workspace splitting","id":"76","title":"Workspace splitting"},"77":{"body":"The â–¶ Debug codelens VSCode renders next to #[test] functions does not work for Bazel projects. Use .vscode/launch.json + F5 instead: bazel run @rules_rust//tools/vscode:gen_launch_json Install CodeLLDB first. Set a breakpoint inside the test and run the target — one launch config covers every test in that binary.","breadcrumbs":"Rules » rust_analyzer » Debugging","id":"77","title":"Debugging"},"78":{"body":"The unpretty rules expose rustc's -Zunpretty=<mode> flag as a Bazel action. Given a Rust target, they emit an alternate textual representation of it — the fully macro-expanded source, the HIR, the MIR CFG, etc. — useful for inspecting what the compiler sees after macro expansion, lowering, or optimization. Because -Zunpretty is a nightly-only compiler flag, these rules require a nightly rust_toolchain to be registered.","breadcrumbs":"Rules » unpretty » Unpretty","id":"78","title":"Unpretty"},"79":{"body":"rust_unpretty — Rule form. Explicitly declare an unpretty target that emits the chosen representation for a specific crate. rust_unpretty_aspect — Aspect form. Attach at the command line (--aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect --output_groups=+rust_unpretty) to emit the representation for every Rust target in the build without adding rule instances.","breadcrumbs":"Rules » unpretty » Rules","id":"79","title":"Rules"},"8":{"body":"The core Rust rules for building and testing libraries, binaries, and procedural macros. Each rule is documented on its own page; this page is an overview of what each rule does and when to use it. All rules are loadable from @rules_rust//rust:defs.bzl or from their individual .bzl file (e.g. @rules_rust//rust:rust_binary.bzl). Loading from the individual file is preferred for new code.","breadcrumbs":"Rules » rust » Rust rules","id":"8","title":"Rust rules"},"80":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty.bzl","id":"80","title":"rust_unpretty.bzl"},"81":{"body":"load(\"@rules_rust//rust:rust_unpretty.bzl\", \"rust_unpretty\") rust_unpretty(name, deps, mode) Executes rust unpretty on a specific target. Similar to rust_unpretty_aspect, but allows specifying a list of dependencies within the build system. For example, given the following example targets: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Rust expand can be set as a build target with the following: load(\"@rules_rust//rust:defs.bzl\", \"rust_unpretty\") rust_unpretty( name = \"hello_library_expand\", testonly = True, deps = [ \":hello_lib\", \":greeting_test\", ], mode = \"expanded\",\n) ATTRIBUTES Name Description Type Mandatory Default name A unique name for this target. Name required deps Rust targets to run unpretty on. List of labels optional [] mode The value to pass to --unpretty String optional \"expanded\"","breadcrumbs":"Rules » unpretty » rust_unpretty » rust_unpretty","id":"81","title":"rust_unpretty"},"82":{"body":"","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect.bzl","id":"82","title":"rust_unpretty_aspect.bzl"},"83":{"body":"load(\"@rules_rust//rust:rust_unpretty_aspect.bzl\", \"rust_unpretty_aspect\") rust_unpretty_aspect() Executes Rust expand on specified targets. This aspect applies to existing rust_library, rust_test, and rust_binary rules. As an example, if the following is defined in examples/hello_lib/BUILD.bazel: load(\"@rules_rust//rust:defs.bzl\", \"rust_library\", \"rust_test\") rust_library( name = \"hello_lib\", srcs = [\"src/lib.rs\"],\n) rust_test( name = \"greeting_test\", srcs = [\"tests/greeting.rs\"], deps = [\":hello_lib\"],\n) Then the targets can be expanded with the following command: $ bazel build --aspects=@rules_rust//rust:defs.bzl%rust_unpretty_aspect \\ --output_groups=rust_unpretty_expanded \\ //hello_lib:all ASPECT ATTRIBUTES ATTRIBUTES","breadcrumbs":"Rules » unpretty » rust_unpretty_aspect » rust_unpretty_aspect","id":"83","title":"rust_unpretty_aspect"},"84":{"body":"Flags which control granular behavior of various Rust rules.","breadcrumbs":"Settings » Settings","id":"84","title":"Settings"},"85":{"body":"Definitions for all @rules_rust//rust settings","breadcrumbs":"Settings » Rust Settings » Rust settings","id":"85","title":"Rust settings"},"86":{"body":"--@rules_rust//rust/settings:always_enable_metadata_output_groups A flag to enable the always_enable_metadata_output_groups setting. If this flag is true, all rules will support the metadata and rustc_rmeta_output output groups.","breadcrumbs":"Settings » Rust Settings » always_enable_metadata_output_groups","id":"86","title":"always_enable_metadata_output_groups"},"87":{"body":"--@rules_rust//rust/settings:capture_clippy_output Control whether to print clippy output or store it to a file, using the configured error_format.","breadcrumbs":"Settings » Rust Settings » capture_clippy_output","id":"87","title":"capture_clippy_output"},"88":{"body":"--@rules_rust//rust/settings:clippy_error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » clippy_error_format","id":"88","title":"clippy_error_format"},"89":{"body":"--@rules_rust//rust/settings:clippy_flag Add a custom clippy flag from the command line with --@rules_rust//rust/settings:clippy_flag. Multiple uses are accumulated and appended after the extra_rustc_flags.","breadcrumbs":"Settings » Rust Settings » clippy_flag","id":"89","title":"clippy_flag"},"9":{"body":"The rules below are the primary entry points for compiling Rust code. They map directly to the crate types Cargo produces. rust_binary — Build a Rust executable (--crate-type=bin). rust_library — Build an rlib (--crate-type=lib) that other Rust targets can depend on. rust_static_library — Build a staticlib (--crate-type=staticlib) for linking Rust code into a C/C++ binary. rust_cdylib_library — Build a cdylib (--crate-type=cdylib) for use as a shared library from C/C++ or other languages. rust_dylib_library — Build a dylib (--crate-type=dylib) for use as a shared library with the unstable Rust ABI. rust_shared_library — Convenience alias over rust_cdylib_library. rust_proc_macro — Build a procedural macro crate (--crate-type=proc-macro) that other Rust targets can consume as a compile-time plugin. rust_test — Compile and run a Rust test binary. Can wrap a rust_library/rust_binary (via crate = ...) to run its inline #[test]s, or compile a standalone test binary from its own srcs.","breadcrumbs":"Rules » rust » Core rules","id":"9","title":"Core rules"},"90":{"body":"--@rules_rust//rust/settings:clippy_flags This setting may be used to pass extra options to clippy from the command line. It applies across all targets.","breadcrumbs":"Settings » Rust Settings » clippy_flags","id":"90","title":"clippy_flags"},"91":{"body":"--@rules_rust//rust/settings:clippy_output_diagnostics A flag to enable the clippy_output_diagnostics setting. If this flag is true, rules_rust will save clippy json output (suitable for consumption by rust-analyzer) in a file, available from the clippy_output output group. This is the clippy equivalent of rustc_output_diagnostics.","breadcrumbs":"Settings » Rust Settings » clippy_output_diagnostics","id":"91","title":"clippy_output_diagnostics"},"92":{"body":"--@rules_rust//rust/settings:clippy_toml This setting is used by the clippy rules. See https://bazelbuild.github.io/rules_rust/rust_clippy.html Note that this setting is actually called clippy.toml.","breadcrumbs":"Settings » Rust Settings » clippy_toml","id":"92","title":"clippy_toml"},"93":{"body":"--@rules_rust//rust/settings:codegen_units The default value for --codegen-units which also affects resource allocation for rustc actions. Note that any value 0 or less will prevent this flag from being passed by Bazel and allow rustc to perform it's default behavior. https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units","breadcrumbs":"Settings » Rust Settings » codegen_units","id":"93","title":"codegen_units"},"94":{"body":"--@rules_rust//rust/settings:collect_cfgs Enable collection of cfg flags with results stored in CrateInfo.cfgs.","breadcrumbs":"Settings » Rust Settings » collect_cfgs","id":"94","title":"collect_cfgs"},"95":{"body":"--@rules_rust//rust/settings:default_allocator_library A flag that determines the default allocator library for rust_toolchain targets.","breadcrumbs":"Settings » Rust Settings » default_allocator_library","id":"95","title":"default_allocator_library"},"96":{"body":"--@rules_rust//rust/settings:error_format This setting may be changed from the command line to generate machine readable errors.","breadcrumbs":"Settings » Rust Settings » error_format","id":"96","title":"error_format"},"97":{"body":"--@rules_rust//rust/settings:experimental_compile_rustdoc_tests A flag to control whether rust_doc_test compiles doc tests during the build phase. When enabled and the toolchain channel is \"nightly\", rust_doc_test will compile doc test binaries using rustdoc --test --no-run during bazel build and only execute them during bazel test. This requires a nightly Rust toolchain because --no-run depends on -Zunstable-options. When enabled with a non-nightly toolchain, the existing behavior is silently used.","breadcrumbs":"Settings » Rust Settings » experimental_compile_rustdoc_tests","id":"97","title":"experimental_compile_rustdoc_tests"},"98":{"body":"--@rules_rust//rust/settings:experimental_link_std_dylib A flag to control whether to link libstd dynamically.","breadcrumbs":"Settings » Rust Settings » experimental_link_std_dylib","id":"98","title":"experimental_link_std_dylib"},"99":{"body":"--@rules_rust//rust/settings:experimental_use_allocator_libraries_with_mangled_symbols A flag used to select allocator libraries implemented in rust that are compatible with the rustc allocator symbol mangling. The symbol mangling mechanism relies on unstable language features and requires a nightly rustc from 2025-04-05 or later. Rustc generates references to internal allocator symbols when building rust libraries. At link time, rustc generates the definitions of these symbols. When rustc is not used as the final linker, we need to generate the definitions ourselves. This happens for example when a rust_library is used as a dependency of a rust_binary, or when the experimental_use_cc_common_link setting is used. For older versions of rustc, the allocator symbol definitions can be provided via the rust_toolchain's allocator_library or global_allocator_library attributes, with sample targets like @rules_rust//ffi/cc/allocator_library and @rules_rust//ffi/cc/global_allocator_library. Recent versions of rustc started mangling these allocator symbols (https://github.com/rust-lang/rust/pull/127173). The mangling uses a scheme that is specific to the exact version of the compiler. This makes the cc allocator library definitions ineffective. When rustc builds a staticlib it provides the mapping definitions. We rely on this and build an empty staticlib as a basis for the allocator definitions. Since the new symbol definitions are written in rust, we cannot just attach them as attributes on the rust_toolchain as the old cc versions, as that would create a build graph cycle (we need a rust_toolchain to build a rust_library, so the allocator library cannot be a rust_library directly). The bootstrapping cycle can be avoided by defining a separate internal \"initial\" rust toolchain specifically for building the rust allocator libraries, and use a transition to attach the generated libraries to the \"main\" rust toolchain. But that duplicates the whole sub-graph of the build around the rust toolchains, repository and supporting tools used for them. Instead, we define a new custom rust_allocator_library rule, which exposes the result of building the rust allocator libraries via a provider, which can be consumed by the rust build actions. We attach an instance of this as a common attribute to the rust rule set. PARAMETERS Name Description Options name - \"experimental_use_allocator_libraries_with_mangled_symbols\"","breadcrumbs":"Settings » Rust Settings » experimental_use_allocator_libraries_with_mangled_symbols","id":"99","title":"experimental_use_allocator_libraries_with_mangled_symbols"}},"length":211,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{".":{"0":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"2":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"3":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"3":{"df":1,"docs":{"139":{"tf":1.0}}},"4":{"df":1,"docs":{"99":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"df":12,"docs":{"13":{"tf":2.23606797749979},"139":{"tf":2.8284271247461903},"15":{"tf":2.0},"195":{"tf":2.23606797749979},"20":{"tf":2.449489742783178},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.0},"30":{"tf":2.449489742783178},"41":{"tf":1.0},"93":{"tf":1.0}}},"1":{".":{"0":{"1":{"df":1,"docs":{"15":{"tf":1.0}}},"df":1,"docs":{"157":{"tf":1.4142135623730951}}},"2":{".":{"3":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"13":{"tf":1.0}}},"4":{"5":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"0":{"8":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"4":{".":{"0":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"6":{"5":{".":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"4":{".":{"1":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{".":{"0":{"df":2,"docs":{"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":10,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":3.1622776601683795},"15":{"tf":3.0},"2":{"tf":1.0},"20":{"tf":3.605551275463989},"21":{"tf":2.8284271247461903},"23":{"tf":2.8284271247461903},"25":{"tf":3.605551275463989},"27":{"tf":2.8284271247461903},"30":{"tf":3.605551275463989}}},"2":{"0":{"1":{"5":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"8":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}},"2":{"1":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}},"4":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"5":{"df":1,"docs":{"99":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"tf":1.0}}},"6":{"df":1,"docs":{"139":{"tf":1.0}}},"df":2,"docs":{"139":{"tf":1.0},"167":{"tf":1.0}}},"3":{"0":{"0":{"0":{"df":1,"docs":{"191":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"df":1,"docs":{"139":{"tf":1.0}},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":2.0}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"_":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"7":{".":{"4":{".":{"1":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"b":{"df":1,"docs":{"58":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{}},"a":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"r":{"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"6":{"4":{"df":4,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"3":{"df":1,"docs":{"200":{"tf":1.7320508075688772}}},"df":6,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"25":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"l":{"df":1,"docs":{"43":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"156":{"tf":1.0},"158":{"tf":1.0},"195":{"tf":1.0},"35":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":7,"docs":{"124":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":1.4142135623730951},"2":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":22,"docs":{"125":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"198":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.7320508075688772},"78":{"tf":1.0},"93":{"tf":1.0},"99":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":6,"docs":{"120":{"tf":1.0},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"70":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"df":26,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":4.0},"162":{"tf":3.4641016151377544},"173":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.7320508075688772},"205":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0},"34":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":28,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"185":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"32":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"166":{"tf":1.0},"46":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"101":{"tf":1.0},"118":{"tf":1.0},"133":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"165":{"tf":1.0},"93":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"183":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"l":{"df":1,"docs":{"68":{"tf":1.0}},"i":{"a":{"df":7,"docs":{"148":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.8284271247461903},"166":{"tf":1.0},"17":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":17,"docs":{"13":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":2.449489742783178},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"156":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951}},"s":{"(":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"c":{",":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":9,"docs":{"102":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":3.1622776601683795}}},"df":0,"docs":{},"w":{"df":16,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":2.0},"19":{"tf":2.449489742783178},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"158":{"tf":1.0},"161":{"tf":2.0},"78":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":13,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"165":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"65":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}},"z":{"df":16,"docs":{"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"157":{"tf":1.0},"178":{"tf":1.0},"39":{"tf":1.0},"6":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"75":{"tf":1.0}}},".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.0},"161":{"tf":2.23606797749979},"162":{"tf":2.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.7320508075688772}}}},"df":2,"docs":{"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":27,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"115":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.7320508075688772},"162":{"tf":2.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"83":{"tf":1.0},"90":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"102":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"207":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"137":{"tf":1.0},"184":{"tf":1.0},"27":{"tf":1.0}}}}}},"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}},"g":{"df":2,"docs":{"43":{"tf":1.7320508075688772},"56":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"148":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"145":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.7320508075688772},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"58":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"35":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":2.0},"48":{"tf":1.4142135623730951},"79":{"tf":1.0},"83":{"tf":1.4142135623730951}},"s":{"=":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"%":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"79":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"!":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"143":{"tf":1.0},"159":{"tf":1.0}}}}},"t":{"df":1,"docs":{"125":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"2":{"tf":1.0},"21":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":57,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"130":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.4142135623730951},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":5.477225575051661},"162":{"tf":4.69041575982343},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"62":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"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":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"o":{"df":5,"docs":{"130":{"tf":1.0},"161":{"tf":2.8284271247461903},"165":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.0},"21":{"tf":1.0}}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":2.449489742783178},"179":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"df":4,"docs":{"115":{"tf":1.0},"139":{"tf":2.449489742783178},"165":{"tf":2.23606797749979},"168":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"132":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},":":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},":":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":2.0}}},"df":1,"docs":{"99":{"tf":1.0}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"'":{"df":1,"docs":{"170":{"tf":1.0}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":66,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"169":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.7320508075688772},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"203":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"83":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.4142135623730951}},"r":{"c":{"df":5,"docs":{"2":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.4142135623730951},"44":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":18,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"156":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"93":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":12,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.7320508075688772},"43":{"tf":1.0},"48":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"154":{"tf":1.0},"157":{"tf":1.0},"205":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"133":{"tf":1.0},"167":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"84":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":8,"docs":{"135":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"208":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"t":{"a":{"/":{"2":{"0":{"2":{"0":{"df":2,"docs":{"147":{"tf":1.0},"148":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":5,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"2":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"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":{}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":34,"docs":{"124":{"tf":1.0},"13":{"tf":3.1622776601683795},"136":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"141":{"tf":1.4142135623730951},"143":{"tf":2.0},"15":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"192":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":2.23606797749979},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"5":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.4142135623730951},"77":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.7320508075688772},"97":{"tf":1.0}}},"y":{".":{"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":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":5,"docs":{"181":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"207":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":2.23606797749979}},"s":{".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"/":{"/":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"186":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.7320508075688772},"185":{"tf":2.6457513110645907},"186":{"tf":1.7320508075688772},"203":{"tf":1.0},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"161":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951}}}},"o":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"190":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"df":2,"docs":{"190":{"tf":2.0},"191":{"tf":2.23606797749979}}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":22,"docs":{"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":2.0},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.23606797749979},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"103":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"d":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"166":{"tf":1.0},"185":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}}}},"x":{"_":{"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":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"160":{"tf":1.0},"166":{"tf":2.23606797749979},"3":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}},"df":2,"docs":{"191":{"tf":1.0},"208":{"tf":2.0}}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"32":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":4,"docs":{"5":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"200":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"200":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":3,"docs":{"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":66,"docs":{"0":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"116":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":4.795831523312719},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":4.242640687119285},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":4.242640687119285},"200":{"tf":1.0},"202":{"tf":2.0},"21":{"tf":4.0},"210":{"tf":1.0},"23":{"tf":3.872983346207417},"25":{"tf":4.242640687119285},"27":{"tf":4.123105625617661},"29":{"tf":1.7320508075688772},"30":{"tf":4.242640687119285},"34":{"tf":1.7320508075688772},"35":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":2.23606797749979},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":1.4142135623730951},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"58":{"tf":5.916079783099616},"70":{"tf":1.0},"72":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"9":{"tf":2.449489742783178},"97":{"tf":1.4142135623730951},"99":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"184":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":11,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"151":{"tf":1.0},"191":{"tf":1.4142135623730951},"200":{"tf":1.0},"30":{"tf":1.0},"49":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"2":{"df":1,"docs":{"159":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"8":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":7,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.0},"185":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"/":{"c":{"df":3,"docs":{"133":{"tf":1.4142135623730951},"58":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"120":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"92":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"132":{"tf":1.0},"41":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"'":{"df":6,"docs":{"10":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":1.0}}},".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"159":{"tf":2.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"60":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":8,"docs":{"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}}},":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"2":{"5":{"6":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"=":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"1":{"df":1,"docs":{"156":{"tf":1.0}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":2,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"60":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"(":{")":{"'":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951}}}},"x":{"df":0,"docs":{},"e":{"c":{"_":{"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":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":11,"docs":{"11":{"tf":1.0},"115":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"161":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}},"df":1,"docs":{"56":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"(":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"60":{"tf":1.0}}}}}},"df":2,"docs":{"56":{"tf":1.0},"60":{"tf":2.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":33,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":2.23606797749979},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":2.8284271247461903},"164":{"tf":2.6457513110645907},"166":{"tf":1.0},"167":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"58":{"tf":2.0},"70":{"tf":1.0},"9":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":7,"docs":{"139":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"161":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"41":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"165":{"tf":1.0},"33":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"116":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"21":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":9,"docs":{"100":{"tf":1.0},"13":{"tf":2.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"20":{"tf":2.0},"25":{"tf":2.0},"30":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"184":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"124":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"139":{"tf":1.0},"157":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}}}},"d":{"df":1,"docs":{"58":{"tf":1.0}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"159":{"tf":1.7320508075688772},"170":{"tf":1.0},"181":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.0},"7":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"3":{"tf":1.0}}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"172":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0}}}}}}},"df":13,"docs":{"125":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"94":{"tf":1.0}}},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":23,"docs":{"119":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":5,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"2":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":11,"docs":{"172":{"tf":1.0},"175":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"69":{"tf":1.0},"70":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"37":{"tf":1.0},"39":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"139":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"79":{"tf":1.0}}}}}}},"i":{"df":4,"docs":{"35":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":4,"docs":{"124":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.6457513110645907},"186":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"159":{"tf":1.0}}},"s":{"df":3,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"208":{"tf":1.0}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":18,"docs":{"10":{"tf":1.0},"11":{"tf":1.4142135623730951},"110":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"33":{"tf":1.0},"34":{"tf":2.0},"35":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"41":{"tf":2.6457513110645907},"5":{"tf":1.4142135623730951},"69":{"tf":2.0},"87":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.4142135623730951},"92":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.7320508075688772},"92":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":2,"docs":{"41":{"tf":1.0},"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"91":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"d":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"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":{"68":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":29,"docs":{"113":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":2.23606797749979},"173":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":2.449489742783178},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"70":{"tf":1.0},"77":{"tf":1.0}}}},"l":{"d":{"b":{"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"/":{"/":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"174":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"=":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"63":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"160":{"tf":1.0}},"n":{"d":{"df":25,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.0},"158":{"tf":1.4142135623730951},"165":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"2":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"39":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"65":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"10":{"tf":1.0},"205":{"tf":1.0},"33":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"135":{"tf":1.4142135623730951}}}}}},"t":{"df":7,"docs":{"11":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"3":{"tf":1.0},"5":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"165":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":31,"docs":{"104":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"141":{"tf":1.0},"15":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.449489742783178},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"50":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":2.6457513110645907},"78":{"tf":1.4142135623730951},"9":{"tf":2.0},"97":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":16,"docs":{"111":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"42":{"tf":1.0}}},"x":{"df":1,"docs":{"158":{"tf":1.0}}}},"i":{"c":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"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":{"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}},"df":6,"docs":{"200":{"tf":1.4142135623730951},"208":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"68":{"tf":1.0},"77":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":35,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"179":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"87":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"42":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"157":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"158":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"170":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.0}}}},"m":{"df":12,"docs":{"143":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":22,"docs":{"129":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.6457513110645907},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":2.8284271247461903},"202":{"tf":1.0},"21":{"tf":2.6457513110645907},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"132":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"165":{"tf":1.0},"52":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"df":31,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"46":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"10":{"tf":1.0},"9":{"tf":1.0}}},"t":{"df":3,"docs":{"159":{"tf":1.0},"172":{"tf":1.0},"55":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"21":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"184":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"8":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"197":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"101":{"tf":1.0},"139":{"tf":1.7320508075688772},"168":{"tf":1.7320508075688772},"169":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.4142135623730951}},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"135":{"tf":1.0},"77":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.0}},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"'":{"df":5,"docs":{"161":{"tf":4.898979485566356},"162":{"tf":4.358898943540674},"165":{"tf":1.4142135623730951},"50":{"tf":1.0},"56":{"tf":1.0}}},".":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"157":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"160":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"(":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"157":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":2.23606797749979}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"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":1,"docs":{"13":{"tf":1.0}}}}}},"1":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"2":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":2.23606797749979}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":11,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"159":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":2.0},"15":{"tf":2.0},"157":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"58":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":11,"docs":{"130":{"tf":1.0},"151":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"154":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.0},"183":{"tf":1.0},"195":{"tf":1.0},"200":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}}}}}}}}}},"a":{"df":1,"docs":{"159":{"tf":1.0}}},"df":56,"docs":{"11":{"tf":1.0},"115":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"122":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":3.4641016151377544},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.8284271247461903},"157":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":2.23606797749979},"161":{"tf":3.605551275463989},"162":{"tf":2.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":3.1622776601683795},"166":{"tf":3.0},"17":{"tf":1.0},"172":{"tf":2.0},"174":{"tf":1.0},"185":{"tf":1.0},"195":{"tf":2.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"20":{"tf":3.1622776601683795},"200":{"tf":1.0},"202":{"tf":2.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":3.1622776601683795},"210":{"tf":1.7320508075688772},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":2.23606797749979},"30":{"tf":3.605551275463989},"32":{"tf":1.0},"41":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":2.6457513110645907},"54":{"tf":2.6457513110645907},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"58":{"tf":3.3166247903554},"60":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"9":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"46":{"tf":1.0}}}}}},"s":{"'":{"df":1,"docs":{"161":{"tf":1.0}}},"/":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":1,"docs":{"195":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"156":{"tf":1.4142135623730951},"157":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"y":{":":{":":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"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":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"128":{"tf":1.0},"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"32":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"x":{".":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"114":{"tf":1.0},"149":{"tf":1.0},"161":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"202":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.4142135623730951},"207":{"tf":1.0},"34":{"tf":1.0},"89":{"tf":1.0},"99":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}},"t":{"a":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":2.449489742783178},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"198":{"tf":1.4142135623730951},"20":{"tf":2.449489742783178},"200":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":2.449489742783178},"210":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"29":{"tf":1.0},"30":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":4,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"178":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"g":{"'":{"/":{"'":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"/":{"'":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"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":1,"docs":{"139":{"tf":2.0}}}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"179":{"tf":2.0},"77":{"tf":1.0}},"g":{"df":2,"docs":{"13":{"tf":1.0},"179":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"145":{"tf":1.0},"5":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}},"e":{"_":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"157":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"185":{"tf":1.4142135623730951}}}}}}}}}},"df":67,"docs":{"118":{"tf":1.4142135623730951},"124":{"tf":1.0},"13":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"139":{"tf":1.4142135623730951},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.0},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"169":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"25":{"tf":2.23606797749979},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":1.0},"48":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"60":{"tf":1.0},"62":{"tf":1.0},"69":{"tf":1.4142135623730951},"76":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":28,"docs":{"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"164":{"tf":1.0},"183":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"39":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"83":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":17,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"85":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"t":{"df":2,"docs":{"132":{"tf":1.0},"69":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}},"p":{"df":29,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":2.23606797749979},"195":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":2.0},"39":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"70":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":2.0},"83":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":44,"docs":{"10":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"13":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.0},"153":{"tf":1.7320508075688772},"154":{"tf":1.0},"155":{"tf":2.0},"156":{"tf":3.605551275463989},"157":{"tf":1.7320508075688772},"158":{"tf":2.8284271247461903},"159":{"tf":3.7416573867739413},"160":{"tf":1.4142135623730951},"161":{"tf":2.8284271247461903},"162":{"tf":1.0},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"166":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":2.23606797749979},"195":{"tf":2.23606797749979},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"20":{"tf":2.23606797749979},"201":{"tf":1.0},"21":{"tf":2.8284271247461903},"23":{"tf":2.0},"25":{"tf":2.23606797749979},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"76":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"c":{"df":3,"docs":{"139":{"tf":1.0},"197":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"133":{"tf":1.0},"157":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"152":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":52,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"156":{"tf":1.0},"160":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"128":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.4142135623730951},"95":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}}}}}}}}},"v":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"191":{"tf":1.0},"69":{"tf":1.7320508075688772}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"110":{"tf":1.0},"119":{"tf":1.0},"41":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0}}}}}}}},"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"13":{"tf":2.0},"139":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"161":{"tf":2.449489742783178},"162":{"tf":2.0},"19":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"102":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"155":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"157":{"tf":1.0}}}}}}}},"r":{">":{"/":{"c":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":2,"docs":{"209":{"tf":1.0},"65":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":3.0},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"167":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":19,"docs":{"124":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"197":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":25,"docs":{"10":{"tf":1.0},"115":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":2.23606797749979},"132":{"tf":1.0},"15":{"tf":2.23606797749979},"163":{"tf":1.0},"164":{"tf":1.0},"171":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.0},"209":{"tf":1.4142135623730951},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":2.449489742783178},"32":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"75":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":6,"docs":{"133":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"118":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"v":{"df":3,"docs":{"143":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":6,"docs":{"152":{"tf":1.4142135623730951},"165":{"tf":1.0},"49":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"60":{"tf":1.0},"97":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":24,"docs":{"11":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"178":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"8":{"tf":1.0}}}}}}}},"df":1,"docs":{"206":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"72":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"1":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"102":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"202":{"tf":1.0}}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":4,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":9,"docs":{"13":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}},"r":{"df":2,"docs":{"139":{"tf":1.0},"35":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"13":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"21":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":13,"docs":{"104":{"tf":1.4142135623730951},"116":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"156":{"tf":1.0},"191":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772}}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"13":{"tf":1.0},"139":{"tf":2.0},"185":{"tf":1.0},"21":{"tf":2.23606797749979},"30":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":25,"docs":{"114":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"175":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"43":{"tf":1.0},"8":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"101":{"tf":1.0},"133":{"tf":1.0},"165":{"tf":2.23606797749979},"32":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"158":{"tf":1.0},"58":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"55":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":25,"docs":{"13":{"tf":2.0},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"147":{"tf":1.7320508075688772},"148":{"tf":1.7320508075688772},"149":{"tf":1.0},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"156":{"tf":2.0},"159":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":2.0},"202":{"tf":2.0},"21":{"tf":2.0},"210":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"64":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":2.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"g":{"df":2,"docs":{"139":{"tf":1.0},"165":{"tf":1.7320508075688772}}},"l":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"b":{"df":1,"docs":{"132":{"tf":1.0}},"e":{"d":{"df":14,"docs":{"103":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":7,"docs":{"11":{"tf":1.0},"116":{"tf":1.0},"130":{"tf":1.4142135623730951},"165":{"tf":1.0},"56":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.0}}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":28,"docs":{"104":{"tf":1.0},"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"118":{"tf":1.0},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"d":{"df":10,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"156":{"tf":1.0},"159":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"172":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"75":{"tf":1.0},"9":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}}}},"v":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":9,"docs":{"107":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":26,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":2.0},"202":{"tf":1.7320508075688772},"21":{"tf":2.0},"210":{"tf":2.449489742783178},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"3":{"tf":1.0},"30":{"tf":2.6457513110645907},"43":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.1622776601683795},"60":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"152":{"tf":1.0},"17":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"110":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"159":{"tf":1.4142135623730951},"2":{"tf":1.0},"21":{"tf":1.4142135623730951},"70":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":1.0},"96":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"t":{"c":{"df":5,"docs":{"115":{"tf":1.0},"139":{"tf":2.0},"157":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"41":{"tf":1.0},"75":{"tf":1.0}},"t":{"df":9,"docs":{"126":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}}}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"150":{"tf":1.0},"166":{"tf":1.0},"2":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":33,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"83":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"15":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"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":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"161":{"tf":1.0}}}},"u":{"d":{"df":3,"docs":{"171":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.7320508075688772},"146":{"tf":1.0},"147":{"tf":1.0}}}}}}}},"df":10,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"58":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}}},"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"131":{"tf":1.0},"58":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"190":{"tf":1.0},"192":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"58":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"173":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"135":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"39":{"tf":1.0},"65":{"tf":1.0},"83":{"tf":1.0},"97":{"tf":1.0}}}},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"10":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"e":{"d":{",":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"33":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"115":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}}}}}}},"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":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"4":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"139":{"tf":1.0},"166":{"tf":1.0},"35":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"79":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":6,"docs":{"149":{"tf":1.0},"175":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"78":{"tf":1.0},"99":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"115":{"tf":1.0},"132":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"148":{"tf":1.0},"149":{"tf":1.0},"160":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":14,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.7320508075688772},"5":{"tf":1.0}}}}},"r":{"a":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"105":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"108":{"tf":1.0},"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"89":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"56":{"tf":1.0},"62":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"62":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":10,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"116":{"tf":1.0},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"161":{"tf":1.7320508075688772},"90":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"5":{"df":1,"docs":{"77":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"35":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"2":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"124":{"tf":1.0}}},"s":{"df":24,"docs":{"13":{"tf":2.0},"130":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"150":{"tf":1.4142135623730951},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"139":{"tf":2.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":26,"docs":{"104":{"tf":1.0},"118":{"tf":2.23606797749979},"13":{"tf":2.23606797749979},"139":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":2.23606797749979},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"20":{"tf":2.23606797749979},"200":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.23606797749979},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.23606797749979},"27":{"tf":2.23606797749979},"30":{"tf":2.23606797749979},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"75":{"tf":1.0},"99":{"tf":1.0}},"e":{"=":{"\"":{"$":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"56":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"147":{"tf":1.0},"148":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"161":{"tf":1.0}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"200":{"tf":1.0}}}},"i":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"c":{"c":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"209":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"'":{"df":1,"docs":{"76":{"tf":1.0}}},".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":62,"docs":{"1":{"tf":1.0},"10":{"tf":1.0},"103":{"tf":1.0},"11":{"tf":1.0},"111":{"tf":1.0},"116":{"tf":1.4142135623730951},"128":{"tf":1.0},"13":{"tf":4.795831523312719},"132":{"tf":2.0},"137":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":4.69041575982343},"150":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":2.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":1.7320508075688772},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.8284271247461903},"183":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"186":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"195":{"tf":1.0},"198":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":4.47213595499958},"202":{"tf":2.449489742783178},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.23606797749979},"21":{"tf":4.69041575982343},"210":{"tf":1.7320508075688772},"23":{"tf":4.47213595499958},"25":{"tf":4.47213595499958},"27":{"tf":4.47213595499958},"30":{"tf":4.47213595499958},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"43":{"tf":2.0},"46":{"tf":1.0},"52":{"tf":2.8284271247461903},"54":{"tf":1.4142135623730951},"58":{"tf":2.8284271247461903},"6":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951},"87":{"tf":1.0},"91":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"145":{"tf":1.0}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"115":{"tf":1.0},"170":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}},"d":{"df":10,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.4142135623730951},"130":{"tf":1.0},"156":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"x":{"df":2,"docs":{"4":{"tf":1.0},"72":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":67,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"126":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":2.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":2.449489742783178},"147":{"tf":1.4142135623730951},"148":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"166":{"tf":1.0},"167":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.0},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178},"34":{"tf":1.0},"43":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951},"89":{"tf":1.0},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"n":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"29":{"tf":1.7320508075688772},"30":{"tf":1.0}}},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"13":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":3.4641016151377544},"69":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"159":{"tf":2.0},"17":{"tf":1.0},"183":{"tf":1.7320508075688772},"2":{"tf":1.0},"200":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"43":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951}}}}}},"o":{".":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"202":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"60":{"tf":1.0}}},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"156":{"tf":1.0},"19":{"tf":1.7320508075688772}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"1":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"42":{"tf":1.0}}},"t":{"df":23,"docs":{"110":{"tf":1.7320508075688772},"115":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"165":{"tf":2.6457513110645907},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.0},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0}},"t":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}},"df":5,"docs":{"115":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"35":{"tf":1.0},"79":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":5,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"186":{"tf":1.0},"43":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"183":{"tf":1.0},"206":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":1,"docs":{"157":{"tf":1.0}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"153":{"tf":1.0},"156":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"153":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"148":{"tf":1.0},"159":{"tf":1.0},"202":{"tf":1.0}},"i":{"df":3,"docs":{"166":{"tf":1.4142135623730951},"3":{"tf":1.0},"78":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"17":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"114":{"tf":1.0},"75":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"143":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"c":{"c":{"df":1,"docs":{"124":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"158":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"195":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"195":{"tf":3.7416573867739413},"197":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":51,"docs":{"10":{"tf":1.0},"102":{"tf":1.0},"11":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"15":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":2.0},"161":{"tf":2.23606797749979},"163":{"tf":2.8284271247461903},"164":{"tf":2.8284271247461903},"165":{"tf":2.6457513110645907},"167":{"tf":1.0},"179":{"tf":2.0},"181":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"186":{"tf":1.7320508075688772},"191":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"207":{"tf":1.7320508075688772},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.4142135623730951},"5":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"54":{"tf":1.7320508075688772},"55":{"tf":1.0},"58":{"tf":2.0},"6":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"7":{"tf":1.7320508075688772},"88":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":2.0}}}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.0},"166":{"tf":3.1622776601683795}},"h":{"df":0,"docs":{},"u":{"b":{"df":2,"docs":{"1":{"tf":1.0},"42":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"65":{"tf":1.0},"69":{"tf":1.0}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"n":{"df":19,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"s":{"/":{"*":{"*":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"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":{}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":12,"docs":{"102":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":2,"docs":{"157":{"tf":1.0},"161":{"tf":2.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"u":{"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"d":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"84":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"h":{"df":6,"docs":{"21":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"13":{"tf":2.0},"15":{"tf":2.23606797749979},"29":{"tf":2.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":2.0}}},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":11,"docs":{"10":{"tf":1.0},"129":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"p":{"c":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"42":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"42":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"df":3,"docs":{"159":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"184":{"tf":2.0},"186":{"tf":2.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"67":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"\"":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"30":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"30":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"39":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}},"df":11,"docs":{"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"29":{"tf":2.0},"30":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":1.7320508075688772},"81":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"81":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":1,"docs":{"13":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"13":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}},"p":{"df":13,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"4":{"tf":1.0},"54":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"156":{"tf":1.0},"32":{"tf":1.4142135623730951},"56":{"tf":1.0},"60":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"133":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.4142135623730951},"58":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"r":{",":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"125":{"tf":1.0}}}}}},"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"158":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}},"df":6,"docs":{"149":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"147":{"tf":1.0},"191":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"49":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"147":{"tf":1.4142135623730951}},"e":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"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":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"93":{"tf":1.0}}}}}}},"df":0,"docs":{},"s":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"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":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"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":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"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":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"/":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"159":{"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":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"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":{},"t":{"df":0,"docs":{},"i":{"c":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":1,"docs":{"165":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"i":{".":{"df":10,"docs":{"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"191":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":2,"docs":{"11":{"tf":1.0},"75":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"117":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"5":{"tf":1.0}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"46":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"198":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"202":{"tf":1.0},"34":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"202":{"tf":1.7320508075688772}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":4,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":21,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"115":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"133":{"tf":1.0},"15":{"tf":1.7320508075688772},"161":{"tf":1.0},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"197":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"165":{"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":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":1,"docs":{"76":{"tf":1.4142135623730951}}}},"i":{"c":{"df":3,"docs":{"102":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":4,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"70":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"c":{"df":1,"docs":{"21":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"o":{"df":5,"docs":{"121":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"209":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":12,"docs":{"13":{"tf":2.23606797749979},"15":{"tf":2.0},"185":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":2.0},"208":{"tf":1.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"46":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"210":{"tf":1.0},"30":{"tf":1.0},"62":{"tf":1.0}}}}}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"99":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"30":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"133":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}},"i":{"d":{"df":3,"docs":{"159":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"41":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.4142135623730951},"179":{"tf":1.0},"63":{"tf":1.4142135623730951},"65":{"tf":1.0},"77":{"tf":1.0}}},"n":{"c":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"79":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":23,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"77":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"183":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":3,"docs":{"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"=":{"<":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"174":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":8,"docs":{"139":{"tf":1.7320508075688772},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.4142135623730951}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"b":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"c":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":6,"docs":{"10":{"tf":1.0},"136":{"tf":1.0},"158":{"tf":1.0},"178":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":5,"docs":{"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"201":{"tf":1.0},"58":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"df":3,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":5,"docs":{"124":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"41":{"tf":1.0},"48":{"tf":1.0}}},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"116":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"165":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"_":{"d":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}},"l":{"df":4,"docs":{"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"df":4,"docs":{"195":{"tf":1.0},"21":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0}}}}},"t":{"'":{"df":4,"docs":{"156":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951}}},"r":{"df":1,"docs":{"43":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":3,"docs":{"102":{"tf":1.0},"173":{"tf":1.0},"75":{"tf":1.0}}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"170":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"203":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":1,"docs":{"209":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"41":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"91":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"76":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}},"y":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":3.1622776601683795},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"65":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":2.6457513110645907}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"201":{"tf":1.0}},"n":{"df":3,"docs":{"143":{"tf":1.0},"172":{"tf":1.0},"197":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":5,"docs":{"186":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":43,"docs":{"115":{"tf":1.7320508075688772},"13":{"tf":4.123105625617661},"139":{"tf":4.898979485566356},"141":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.0},"147":{"tf":2.23606797749979},"148":{"tf":1.7320508075688772},"15":{"tf":3.605551275463989},"150":{"tf":1.4142135623730951},"156":{"tf":1.0},"161":{"tf":4.898979485566356},"162":{"tf":3.605551275463989},"163":{"tf":2.23606797749979},"164":{"tf":2.0},"165":{"tf":2.6457513110645907},"17":{"tf":1.0},"170":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":2.449489742783178},"186":{"tf":1.4142135623730951},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"196":{"tf":1.0},"197":{"tf":2.449489742783178},"198":{"tf":1.4142135623730951},"20":{"tf":4.0},"201":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":3.0},"21":{"tf":3.605551275463989},"23":{"tf":3.4641016151377544},"25":{"tf":4.0},"27":{"tf":3.7416573867739413},"30":{"tf":4.123105625617661},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"52":{"tf":2.449489742783178},"54":{"tf":2.0},"62":{"tf":1.4142135623730951},"81":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"184":{"tf":1.0},"186":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"{":{"df":0,"docs":{},"}":{".":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"z":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"139":{"tf":1.0},"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"1":{"2":{"7":{"1":{"7":{"3":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"170":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"68":{"tf":1.0}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"179":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"13":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"11":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"165":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"169":{"tf":1.0},"174":{"tf":1.0}}}}},"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":1,"docs":{"139":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"93":{"tf":1.0}}}},"t":{"df":1,"docs":{"165":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":7,"docs":{"10":{"tf":1.0},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"c":{"'":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"185":{"tf":1.0}}},"df":2,"docs":{"183":{"tf":1.7320508075688772},"185":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"156":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":40,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":3.7416573867739413},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.0},"143":{"tf":1.0},"15":{"tf":3.4641016151377544},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"174":{"tf":1.0},"181":{"tf":1.0},"185":{"tf":1.7320508075688772},"196":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":3.7416573867739413},"201":{"tf":1.4142135623730951},"202":{"tf":2.0},"21":{"tf":4.123105625617661},"210":{"tf":1.0},"23":{"tf":2.6457513110645907},"25":{"tf":3.7416573867739413},"27":{"tf":3.4641016151377544},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":2.449489742783178},"58":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"95":{"tf":1.0},"99":{"tf":2.6457513110645907}}},"y":{".":{"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":{"21":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"185":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"139":{"tf":1.7320508075688772},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"160":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":27,"docs":{"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"207":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"96":{"tf":1.0}}},"k":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"124":{"tf":1.0}}}}},"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":5,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":23,"docs":{"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"113":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":2.8284271247461903},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":2.449489742783178},"23":{"tf":1.4142135623730951},"25":{"tf":2.6457513110645907},"27":{"tf":2.0},"30":{"tf":2.6457513110645907},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":2.0},"9":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"124":{"tf":2.0},"13":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.123105625617661},"21":{"tf":1.0},"99":{"tf":1.0}}}}},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":10,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":17,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":2.23606797749979},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"62":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":7,"docs":{"139":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"4":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{"df":43,"docs":{"13":{"tf":4.358898943540674},"132":{"tf":1.0},"139":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"147":{"tf":3.605551275463989},"148":{"tf":3.4641016151377544},"15":{"tf":4.358898943540674},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":6.855654600401044},"162":{"tf":5.830951894845301},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.4142135623730951},"166":{"tf":2.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":4.358898943540674},"202":{"tf":2.8284271247461903},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":4.47213595499958},"210":{"tf":2.23606797749979},"23":{"tf":4.123105625617661},"25":{"tf":4.358898943540674},"27":{"tf":4.358898943540674},"30":{"tf":4.47213595499958},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":2.0},"52":{"tf":2.449489742783178},"54":{"tf":2.8284271247461903},"58":{"tf":2.0},"81":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":3,"docs":{"11":{"tf":1.0},"191":{"tf":1.0},"30":{"tf":1.0}}}}},"l":{"d":{"df":2,"docs":{"124":{"tf":1.0},"139":{"tf":2.23606797749979}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"m":{"'":{"df":1,"docs":{"168":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"139":{"tf":2.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"101":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951}}}}},"o":{"a":{"d":{"(":{"\"":{"/":{"/":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"198":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"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":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":2,"docs":{"58":{"tf":1.0},"60":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"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":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":18,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"195":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"20":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"39":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"52":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"54":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"21":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"15":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"17":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"27":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"81":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"46":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":3,"docs":{"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"'":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"159":{"tf":2.23606797749979},"21":{"tf":1.0},"43":{"tf":1.0},"75":{"tf":1.0},"8":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.0},"34":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}}}}},"t":{"df":15,"docs":{"122":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":3.4641016151377544},"141":{"tf":1.4142135623730951},"15":{"tf":2.0},"160":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":2.0},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":2.6457513110645907},"164":{"tf":2.6457513110645907}},"e":{"'":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"78":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"66":{"tf":1.0}}}}}}}},"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"106":{"tf":1.0},"109":{"tf":1.0},"139":{"tf":2.0}}}},"u":{"a":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"m":{"a":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"tf":1.7320508075688772}},"e":{"_":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"158":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}}},"o":{"df":2,"docs":{"13":{"tf":1.0},"4":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":20,"docs":{"10":{"tf":1.0},"104":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0}}}},"df":3,"docs":{"13":{"tf":1.0},"3":{"tf":1.0},"99":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"e":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"132":{"tf":1.0},"139":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.4142135623730951},"185":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"132":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"i":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}},"df":5,"docs":{"13":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"175":{"tf":1.0},"69":{"tf":2.0},"75":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":43,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":2,"docs":{"139":{"tf":1.4142135623730951},"99":{"tf":2.0}}}},"i":{"df":1,"docs":{"4":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"167":{"tf":1.7320508075688772},"58":{"tf":1.0},"62":{"tf":1.7320508075688772}}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"159":{"tf":1.0},"175":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":7,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"60":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"52":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":2,"docs":{"190":{"tf":1.0},"52":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"115":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"148":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"h":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"32":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"190":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":2,"docs":{"188":{"tf":1.0},"191":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"192":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"188":{"tf":1.0},"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":2.23606797749979},"192":{"tf":2.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":2.449489742783178},"139":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"159":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":2.449489742783178},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.449489742783178},"27":{"tf":1.7320508075688772},"30":{"tf":2.449489742783178}},"t":{"df":4,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"75":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"179":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"69":{"tf":1.0}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"184":{"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":{}}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"165":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"158":{"tf":1.0},"2":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"125":{"tf":1.4142135623730951},"78":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"10":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"150":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"76":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"33":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":3,"docs":{"15":{"tf":1.0},"29":{"tf":1.0},"70":{"tf":1.0}},"e":{"df":7,"docs":{"113":{"tf":1.0},"114":{"tf":1.0},"139":{"tf":1.0},"159":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"198":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":12,"docs":{"135":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"165":{"tf":1.0},"185":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.7320508075688772},"203":{"tf":1.0},"207":{"tf":1.0}},"e":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.4142135623730951},"195":{"tf":1.0},"205":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"76":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":19,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":3.7416573867739413},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"35":{"tf":1.0},"69":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"157":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":16,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":1,"docs":{"21":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"l":{"df":1,"docs":{"60":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"c":{"df":1,"docs":{"185":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":1,"docs":{"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"z":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"{":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}}}},"df":65,"docs":{"115":{"tf":1.0},"117":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"13":{"tf":3.7416573867739413},"132":{"tf":1.0},"139":{"tf":2.6457513110645907},"141":{"tf":2.0},"143":{"tf":2.0},"145":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"15":{"tf":3.1622776601683795},"150":{"tf":2.0},"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.7416573867739413},"166":{"tf":1.7320508075688772},"167":{"tf":1.4142135623730951},"17":{"tf":2.6457513110645907},"184":{"tf":2.0},"185":{"tf":2.449489742783178},"186":{"tf":1.7320508075688772},"19":{"tf":2.449489742783178},"190":{"tf":2.0},"191":{"tf":2.23606797749979},"192":{"tf":2.0},"195":{"tf":2.23606797749979},"196":{"tf":2.0},"197":{"tf":2.0},"198":{"tf":3.1622776601683795},"20":{"tf":3.0},"200":{"tf":2.0},"201":{"tf":2.0},"202":{"tf":2.23606797749979},"207":{"tf":2.23606797749979},"208":{"tf":2.23606797749979},"209":{"tf":1.0},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"29":{"tf":1.4142135623730951},"30":{"tf":3.3166247903554},"32":{"tf":2.449489742783178},"34":{"tf":1.0},"37":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"41":{"tf":2.8284271247461903},"48":{"tf":2.8284271247461903},"52":{"tf":2.449489742783178},"54":{"tf":2.449489742783178},"58":{"tf":3.7416573867739413},"60":{"tf":1.4142135623730951},"62":{"tf":2.0},"75":{"tf":1.0},"81":{"tf":2.6457513110645907},"83":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}},"e":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"161":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"e":{"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":{"161":{"tf":1.0},"195":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":19,"docs":{"102":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"133":{"tf":1.0},"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":2.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"66":{"tf":1.4142135623730951},"68":{"tf":1.0},"72":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}},"t":{"df":1,"docs":{"157":{"tf":1.0}},"r":{"c":{"df":2,"docs":{"146":{"tf":1.0},"147":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"w":{"(":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":18,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"8":{"tf":1.0},"99":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"34":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"159":{"tf":1.0},"77":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":22,"docs":{"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"166":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"99":{"tf":1.0}}},"y":{"/":{"1":{".":{"8":{"5":{".":{"0":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"0":{"2":{"2":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}},"6":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"150":{"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":{},"o":{"_":{"d":{"df":1,"docs":{"2":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"o":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}},"o":{"]":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}},"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"41":{"tf":1.0}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"n":{"df":10,"docs":{"10":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"121":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"97":{"tf":1.0}},"e":{"df":32,"docs":{"124":{"tf":1.0},"13":{"tf":2.6457513110645907},"139":{"tf":4.242640687119285},"141":{"tf":1.4142135623730951},"143":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"161":{"tf":2.23606797749979},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"185":{"tf":2.449489742783178},"186":{"tf":2.6457513110645907},"197":{"tf":1.7320508075688772},"20":{"tf":2.449489742783178},"202":{"tf":2.8284271247461903},"208":{"tf":2.449489742783178},"21":{"tf":2.23606797749979},"210":{"tf":2.23606797749979},"23":{"tf":2.23606797749979},"25":{"tf":2.449489742783178},"27":{"tf":2.449489742783178},"30":{"tf":2.6457513110645907},"32":{"tf":1.7320508075688772},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"58":{"tf":3.872983346207417},"60":{"tf":1.0},"62":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":3,"docs":{"125":{"tf":1.0},"156":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":12,"docs":{"120":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.4142135623730951},"172":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"200":{"tf":1.0},"21":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"58":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}},"i":{"c":{"df":2,"docs":{"157":{"tf":1.0},"158":{"tf":1.0}}},"df":0,"docs":{}}},"w":{"df":3,"docs":{"159":{"tf":1.4142135623730951},"179":{"tf":1.0},"208":{"tf":1.0}}}},"u":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"1":{"tf":1.0},"165":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":12,"docs":{"121":{"tf":1.0},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"159":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"179":{"tf":1.0}}}}}},"l":{"d":{"df":1,"docs":{"99":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"143":{"tf":1.0},"99":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}},"n":{"df":26,"docs":{"10":{"tf":1.0},"116":{"tf":1.0},"13":{"tf":1.7320508075688772},"135":{"tf":1.0},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"160":{"tf":1.0},"166":{"tf":1.7320508075688772},"172":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"35":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"y":{"=":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"68":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":11,"docs":{"13":{"tf":1.0},"139":{"tf":2.23606797749979},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":6,"docs":{"113":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"161":{"tf":1.0},"78":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":50,"docs":{"106":{"tf":1.7320508075688772},"109":{"tf":1.7320508075688772},"126":{"tf":1.0},"13":{"tf":5.916079783099616},"139":{"tf":5.916079783099616},"141":{"tf":1.4142135623730951},"143":{"tf":2.23606797749979},"147":{"tf":4.58257569495584},"148":{"tf":4.358898943540674},"15":{"tf":5.0},"150":{"tf":3.0},"161":{"tf":7.14142842854285},"162":{"tf":4.69041575982343},"163":{"tf":3.4641016151377544},"164":{"tf":3.3166247903554},"165":{"tf":4.242640687119285},"166":{"tf":3.4641016151377544},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":2.23606797749979},"19":{"tf":2.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"197":{"tf":3.4641016151377544},"198":{"tf":2.6457513110645907},"20":{"tf":5.291502622129181},"207":{"tf":2.23606797749979},"208":{"tf":2.8284271247461903},"21":{"tf":5.0990195135927845},"210":{"tf":1.0},"23":{"tf":4.795831523312719},"25":{"tf":5.291502622129181},"27":{"tf":5.0990195135927845},"30":{"tf":5.744562646538029},"32":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.0},"48":{"tf":2.23606797749979},"52":{"tf":2.6457513110645907},"54":{"tf":2.0},"58":{"tf":2.23606797749979},"62":{"tf":1.0},"66":{"tf":1.0},"81":{"tf":1.4142135623730951},"90":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"#":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":1.7320508075688772},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":13,"docs":{"110":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"99":{"tf":1.0}}}}}}},"t":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"a":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":3,"docs":{"133":{"tf":1.0},"209":{"tf":1.0},"30":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"=":{"+":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"34":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"79":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"43":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"39":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"83":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"43":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":16,"docs":{"11":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.0},"165":{"tf":1.0},"198":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"13":{"tf":1.4142135623730951}}}}}}}}}}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"11":{"tf":1.4142135623730951},"13":{"tf":1.0},"15":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"9":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}}},"df":14,"docs":{"13":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951},"69":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"8":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}}}},"p":{"1":{"df":1,"docs":{"195":{"tf":1.0}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":16,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.7320508075688772},"167":{"tf":1.0},"195":{"tf":1.0},"58":{"tf":1.7320508075688772},"69":{"tf":2.0},"76":{"tf":2.23606797749979}},"e":{"'":{"df":1,"docs":{"166":{"tf":1.0}}},"(":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":5,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"df":0,"docs":{},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":2,"docs":{"160":{"tf":1.0},"166":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":5,"docs":{"1":{"tf":1.4142135623730951},"11":{"tf":1.0},"154":{"tf":1.0},"42":{"tf":1.0},"8":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"148":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"t":{"df":11,"docs":{"126":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"165":{"tf":2.0},"186":{"tf":1.0},"202":{"tf":1.0},"210":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":2.0}}}}},"t":{"df":1,"docs":{"75":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":12,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":4,"docs":{"117":{"tf":1.7320508075688772},"122":{"tf":1.0},"130":{"tf":1.0},"171":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":34,"docs":{"104":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"109":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":2.0},"15":{"tf":2.8284271247461903},"179":{"tf":1.0},"184":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"2":{"tf":1.4142135623730951},"20":{"tf":2.8284271247461903},"202":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.0},"23":{"tf":2.8284271247461903},"25":{"tf":2.8284271247461903},"27":{"tf":2.8284271247461903},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"66":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0}}},"t":{"df":2,"docs":{"66":{"tf":1.0},"67":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.4142135623730951},"195":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{":":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"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":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"179":{"tf":1.0}}}}},"df":27,"docs":{"103":{"tf":1.0},"115":{"tf":1.7320508075688772},"13":{"tf":2.449489742783178},"132":{"tf":1.0},"143":{"tf":2.0},"148":{"tf":1.0},"15":{"tf":2.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":1.0},"166":{"tf":2.0},"190":{"tf":1.0},"192":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"147":{"tf":1.0},"161":{"tf":2.0},"165":{"tf":1.0},"179":{"tf":1.0},"32":{"tf":1.0}}}}}}}},"c":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"d":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"10":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"35":{"tf":1.0},"69":{"tf":2.23606797749979},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"34":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"93":{"tf":1.0}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"156":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"97":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"133":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"66":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"15":{"tf":1.0},"161":{"tf":1.0},"21":{"tf":1.0}}}}}}}},"k":{"df":0,"docs":{},"g":{":":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"58":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"159":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":16,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":3.3166247903554},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"41":{"tf":2.449489742783178},"48":{"tf":2.449489742783178},"60":{"tf":1.0}},"s":{"/":{"/":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{":":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"b":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"197":{"tf":2.0}}},"df":0,"docs":{}}}}}}},"df":6,"docs":{"175":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"197":{"tf":2.0},"68":{"tf":1.0},"9":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"135":{"tf":1.0},"159":{"tf":1.0},"165":{"tf":1.0},"9":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"191":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":12,"docs":{"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":10,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"201":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"124":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.0},"8":{"tf":1.0}}}},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"@":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"115":{"tf":1.0},"161":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"190":{"tf":1.0},"192":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"179":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"118":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"93":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"3":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"130":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"87":{"tf":1.0}},"l":{"df":0,"docs":{},"n":{"df":2,"docs":{"13":{"tf":1.0},"15":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":19,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}},"v":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"156":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":6,"docs":{"104":{"tf":1.0},"115":{"tf":1.0},"136":{"tf":1.0},"23":{"tf":1.0},"63":{"tf":1.0},"69":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"8":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"42":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":18,"docs":{"147":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":1.0},"20":{"tf":1.4142135623730951},"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"21":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"49":{"tf":1.0},"56":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"101":{"tf":1.0},"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}}},"df":0,"docs":{}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"2":{"tf":1.0},"63":{"tf":1.0}}},".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"11":{"tf":1.0},"6":{"tf":1.0}}}}}}},"df":12,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"13":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"171":{"tf":1.0},"183":{"tf":1.4142135623730951},"21":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"195":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"'":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":2.0},"197":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"193":{"tf":1.0},"195":{"tf":3.872983346207417},"196":{"tf":1.0},"197":{"tf":3.0},"198":{"tf":1.7320508075688772},"7":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"198":{"tf":1.4142135623730951}}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"196":{"tf":1.0},"198":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":2,"docs":{"193":{"tf":1.0},"7":{"tf":1.0}}}}},"c":{"df":2,"docs":{"195":{"tf":3.1622776601683795},"197":{"tf":2.23606797749979}}},"df":3,"docs":{"157":{"tf":1.0},"196":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":26,"docs":{"0":{"tf":1.0},"102":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"161":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"58":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"b":{"df":3,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":2.0},"29":{"tf":1.7320508075688772}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"133":{"tf":1.0},"156":{"tf":1.4142135623730951},"161":{"tf":1.0},"166":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"174":{"tf":1.0}}}}}}},"y":{"3":{"1":{"1":{"df":1,"docs":{"200":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"200":{"tf":1.0}}},"_":{"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":{"202":{"tf":1.0}}},"y":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"202":{"tf":1.0}}},"o":{"3":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"200":{"tf":2.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.4142135623730951}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"201":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"200":{"tf":2.0},"201":{"tf":2.449489742783178},"202":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"20":{"tf":1.0},"202":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"202":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"175":{"tf":1.0},"179":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"2":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"163":{"tf":1.0},"164":{"tf":1.0},"43":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"88":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"49":{"tf":1.0},"56":{"tf":1.0},"62":{"tf":1.0},"68":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"41":{"tf":1.0}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"191":{"tf":1.0},"58":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"99":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"1":{"tf":1.0},"166":{"tf":1.4142135623730951},"43":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":3,"docs":{"133":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"df":0,"docs":{}}},"df":10,"docs":{"118":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"191":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.4142135623730951},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"153":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":11,"docs":{"11":{"tf":1.0},"135":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"185":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.0},"78":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}},"s":{"(":{"\"":{"/":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"183":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"/":{":":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"156":{"tf":1.7320508075688772},"161":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"165":{"tf":1.0}}}},"df":3,"docs":{"115":{"tf":1.0},"143":{"tf":1.0},"58":{"tf":1.7320508075688772}},"e":{"a":{"df":0,"docs":{},"s":{"df":6,"docs":{"1":{"tf":2.0},"139":{"tf":1.7320508075688772},"154":{"tf":1.0},"195":{"tf":1.0},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772}},"e":{"'":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"df":3,"docs":{"197":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":4,"docs":{"191":{"tf":1.4142135623730951},"65":{"tf":1.0},"70":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":12,"docs":{"13":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"166":{"tf":2.0},"195":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"159":{"tf":1.7320508075688772}},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":2.23606797749979},"52":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":2.0}}}},"l":{"a":{"c":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"58":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":4,"docs":{"158":{"tf":1.0},"161":{"tf":2.6457513110645907},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"t":{"df":6,"docs":{"101":{"tf":1.0},"169":{"tf":1.0},"174":{"tf":1.0},"35":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"0":{"tf":1.0},"122":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":2.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.23606797749979},"161":{"tf":3.1622776601683795},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":3.1622776601683795},"166":{"tf":1.7320508075688772},"167":{"tf":1.7320508075688772},"183":{"tf":1.0},"195":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":1,"docs":{"165":{"tf":1.0}}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{".":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"159":{"tf":1.0},"195":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"}":{"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"{":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"165":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"78":{"tf":1.0},"79":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":54,"docs":{"126":{"tf":1.0},"13":{"tf":2.23606797749979},"133":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"166":{"tf":1.4142135623730951},"17":{"tf":1.0},"174":{"tf":1.0},"184":{"tf":2.0},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":2.0},"200":{"tf":1.0},"201":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":2.23606797749979},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.23606797749979},"34":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"56":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}},"v":{"df":16,"docs":{"13":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"167":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"160":{"tf":1.0},"167":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"93":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"139":{"tf":2.449489742783178},"170":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.0},"72":{"tf":1.0}}}}},"df":1,"docs":{"69":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"171":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":12,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.0},"156":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"94":{"tf":1.0},"99":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0}}}}}},"u":{"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":2,"docs":{"160":{"tf":1.0},"166":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"166":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"f":{"c":{"df":1,"docs":{"42":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":6,"docs":{"10":{"tf":1.0},"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"184":{"tf":1.0},"21":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"116":{"tf":1.4142135623730951},"15":{"tf":1.0},"21":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"58":{"tf":1.0}}}}},"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":18,"docs":{"115":{"tf":1.0},"13":{"tf":2.0},"143":{"tf":1.0},"15":{"tf":2.0},"156":{"tf":1.0},"161":{"tf":1.0},"165":{"tf":1.7320508075688772},"20":{"tf":2.0},"209":{"tf":1.7320508075688772},"21":{"tf":2.0},"23":{"tf":2.0},"25":{"tf":2.0},"27":{"tf":2.0},"30":{"tf":2.0},"34":{"tf":1.0},"58":{"tf":1.7320508075688772},"65":{"tf":1.0},"69":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":10,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772}}},"t":{"df":1,"docs":{"157":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}},"df":78,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"10":{"tf":1.4142135623730951},"107":{"tf":1.0},"11":{"tf":1.7320508075688772},"120":{"tf":1.0},"13":{"tf":2.449489742783178},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.7320508075688772},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":2.0},"158":{"tf":1.0},"159":{"tf":1.7320508075688772},"160":{"tf":1.7320508075688772},"161":{"tf":2.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"165":{"tf":2.449489742783178},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"195":{"tf":2.23606797749979},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":2.449489742783178},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.0},"25":{"tf":2.449489742783178},"27":{"tf":2.23606797749979},"29":{"tf":1.0},"3":{"tf":1.0},"30":{"tf":2.23606797749979},"32":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.7320508075688772},"6":{"tf":1.0},"7":{"tf":2.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"8":{"tf":2.0},"83":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"9":{"tf":1.0},"92":{"tf":1.0},"99":{"tf":1.4142135623730951}},"s":{"_":{"c":{"c":{"df":4,"docs":{"20":{"tf":1.0},"21":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"206":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"200":{"tf":1.0}}},"+":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"+":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"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":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.7320508075688772}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"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":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.0},"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":{}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":3,"docs":{"134":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"127":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"/":{"c":{"c":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{":":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"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":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"195":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"c":{"c":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"13":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.4142135623730951},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"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":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":3,"docs":{"100":{"tf":1.0},"102":{"tf":1.0},"139":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.4142135623730951},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"113":{"tf":1.0},"139":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}},"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"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":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.0},"139":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"=":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"43":{"tf":1.0},"46":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"=":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"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":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"8":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"85":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"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":{}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"175":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{":":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":1,"docs":{"175":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":1,"docs":{"175":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"179":{"tf":1.4142135623730951},"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"183":{"tf":1.4142135623730951},"185":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"189":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"195":{"tf":1.4142135623730951}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"/":{"/":{":":{"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":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":2.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"/":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"208":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":16,"docs":{"1":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"159":{"tf":1.0},"175":{"tf":1.7320508075688772},"179":{"tf":1.0},"205":{"tf":1.0},"43":{"tf":1.0},"63":{"tf":1.0},"75":{"tf":1.0},"91":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"df":49,"docs":{"104":{"tf":1.0},"11":{"tf":1.4142135623730951},"13":{"tf":2.23606797749979},"131":{"tf":1.0},"132":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.7320508075688772},"160":{"tf":1.0},"161":{"tf":1.0},"175":{"tf":2.0},"179":{"tf":2.0},"191":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"35":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.449489742783178},"43":{"tf":2.449489742783178},"44":{"tf":1.0},"48":{"tf":2.449489742783178},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":2.0},"56":{"tf":1.0},"58":{"tf":2.23606797749979},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"72":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"81":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"101":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"139":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"208":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.7320508075688772}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"210":{"tf":1.0},"46":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"49":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"159":{"tf":1.0},"2":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":4,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"143":{"tf":1.4142135623730951},"6":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"143":{"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":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"136":{"tf":1.0},"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":27,"docs":{"100":{"tf":1.0},"13":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"179":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"32":{"tf":1.4142135623730951},"39":{"tf":1.0},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.23606797749979},"83":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"184":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"182":{"tf":1.0},"186":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"186":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"185":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"182":{"tf":1.0},"183":{"tf":1.0},"185":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"182":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"20":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"35":{"tf":1.0},"37":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"35":{"tf":1.0},"41":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"/":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"139":{"tf":1.0}}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"139":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"139":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"o":{"c":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"50":{"tf":1.0},"54":{"tf":2.23606797749979},"97":{"tf":1.4142135623730951}}}}}}},"df":3,"docs":{"139":{"tf":1.7320508075688772},"50":{"tf":1.0},"52":{"tf":2.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"21":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"21":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"139":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"149":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"149":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":2.23606797749979},"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.0},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"17":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"20":{"tf":2.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":2.0},"27":{"tf":2.0},"29":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":2.23606797749979},"58":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}},"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"9":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.7320508075688772},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"161":{"tf":1.4142135623730951},"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":2,"docs":{"161":{"tf":1.0},"162":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}}},"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"161":{"tf":1.0},"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"17":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"10":{"tf":1.0},"19":{"tf":1.7320508075688772},"56":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"9":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"194":{"tf":1.0},"196":{"tf":1.0},"198":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"196":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"197":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"194":{"tf":1.0},"195":{"tf":1.7320508075688772},"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"198":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"7":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"201":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"202":{"tf":3.605551275463989},"25":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"25":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"27":{"tf":1.0},"9":{"tf":1.0}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"27":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":2,"docs":{"137":{"tf":1.0},"139":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"137":{"tf":1.0},"145":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}},"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"29":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"10":{"tf":1.0},"32":{"tf":1.7320508075688772}},"e":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":14,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"156":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"179":{"tf":1.0},"29":{"tf":2.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"83":{"tf":1.7320508075688772},"9":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"99":{"tf":1.0}}},"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{}}},".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"124":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"139":{"tf":1.0}}}}}}},"df":19,"docs":{"102":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"78":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}},"y":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"81":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"79":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.4142135623730951}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"207":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"208":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":5,"docs":{"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"7":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"'":{"df":2,"docs":{"69":{"tf":1.0},"78":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{")":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}}},"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"=":{"1":{"df":1,"docs":{"107":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":15,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"58":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":21,"docs":{"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"115":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":2,"docs":{"139":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"143":{"tf":1.7320508075688772}},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":41,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"126":{"tf":1.0},"13":{"tf":3.1622776601683795},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":4.358898943540674},"141":{"tf":2.0},"143":{"tf":2.23606797749979},"147":{"tf":2.23606797749979},"148":{"tf":2.8284271247461903},"15":{"tf":2.6457513110645907},"150":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":2.0},"20":{"tf":2.8284271247461903},"202":{"tf":2.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.6457513110645907},"25":{"tf":2.8284271247461903},"27":{"tf":2.6457513110645907},"30":{"tf":2.8284271247461903},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":2.0},"70":{"tf":1.0},"93":{"tf":1.4142135623730951},"99":{"tf":2.8284271247461903}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"52":{"tf":1.0},"54":{"tf":1.0}}}}}}},"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"52":{"tf":1.7320508075688772},"54":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":8,"docs":{"10":{"tf":1.0},"11":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":2.0},"49":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.4142135623730951},"97":{"tf":1.0}}},"df":0,"docs":{}}},"df":78,"docs":{"0":{"tf":1.0},"11":{"tf":2.6457513110645907},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":3.1622776601683795},"135":{"tf":2.0},"136":{"tf":1.4142135623730951},"137":{"tf":1.0},"139":{"tf":4.358898943540674},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"147":{"tf":1.7320508075688772},"148":{"tf":2.449489742783178},"149":{"tf":1.0},"15":{"tf":2.449489742783178},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"159":{"tf":2.0},"168":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.4142135623730951},"178":{"tf":1.0},"179":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"2":{"tf":2.0},"20":{"tf":2.6457513110645907},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"21":{"tf":3.3166247903554},"210":{"tf":1.0},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"29":{"tf":1.7320508075688772},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"63":{"tf":1.7320508075688772},"65":{"tf":1.0},"68":{"tf":1.0},"72":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"81":{"tf":1.7320508075688772},"83":{"tf":1.0},"84":{"tf":1.0},"9":{"tf":2.6457513110645907},"91":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":3.1622776601683795}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"46":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}},"df":2,"docs":{"44":{"tf":1.0},"48":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"146":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":3,"docs":{"136":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":5,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":17,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"141":{"tf":2.0},"148":{"tf":1.0},"185":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.0},"44":{"tf":1.4142135623730951},"46":{"tf":2.23606797749979},"48":{"tf":2.23606797749979},"5":{"tf":1.4142135623730951},"63":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"125":{"tf":1.0}}}}}}}}},"p":{"df":1,"docs":{"65":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"(":{"df":0,"docs":{},"j":{"df":1,"docs":{"209":{"tf":1.0}}}},"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"65":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"10":{"tf":1.0},"186":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.0},"64":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"50":{"tf":1.0},"99":{"tf":1.0}}}}},"n":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"132":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"185":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":5,"docs":{"69":{"tf":1.0},"70":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"91":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"99":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"179":{"tf":1.0},"43":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"161":{"tf":1.0},"162":{"tf":1.0},"58":{"tf":1.0}}},".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":19,"docs":{"104":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"5":{"tf":1.0},"55":{"tf":1.4142135623730951},"58":{"tf":4.898979485566356}},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"159":{"tf":2.0},"161":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"160":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"195":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":29,"docs":{"120":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.0},"152":{"tf":1.0},"156":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.7320508075688772},"167":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"195":{"tf":1.4142135623730951},"20":{"tf":1.0},"202":{"tf":3.7416573867739413},"207":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"69":{"tf":1.4142135623730951},"78":{"tf":1.0},"92":{"tf":1.0}},"n":{"df":1,"docs":{"207":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"118":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":3.0},"147":{"tf":1.0},"148":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}},"f":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":7,"docs":{"158":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"21":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.7320508075688772},"99":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"157":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"11":{"tf":1.0},"136":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"191":{"tf":2.0},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"t":{"df":71,"docs":{"10":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.7320508075688772},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":3.1622776601683795},"130":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":2.6457513110645907},"143":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":2.8284271247461903},"152":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":3.605551275463989},"162":{"tf":2.6457513110645907},"163":{"tf":2.449489742783178},"164":{"tf":2.449489742783178},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"167":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":2.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"207":{"tf":1.0},"21":{"tf":2.8284271247461903},"210":{"tf":1.7320508075688772},"23":{"tf":2.8284271247461903},"25":{"tf":3.0},"27":{"tf":2.8284271247461903},"30":{"tf":3.1622776601683795},"32":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":2.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"58":{"tf":3.0},"66":{"tf":1.4142135623730951},"69":{"tf":2.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"68":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":16,"docs":{"153":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"35":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.4142135623730951},"65":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"76":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}}}},"h":{"a":{"2":{"5":{"6":{"df":6,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"160":{"tf":1.0},"161":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"32":{"tf":1.4142135623730951}},"s":{"=":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"(":{"[":{"\"":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"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":{}}}},"df":0,"docs":{}},"df":9,"docs":{"10":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"32":{"tf":1.0},"69":{"tf":1.0},"9":{"tf":1.4142135623730951}}}}},"df":1,"docs":{"103":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"103":{"tf":1.4142135623730951},"133":{"tf":1.0},"161":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":4,"docs":{"10":{"tf":1.0},"135":{"tf":1.0},"139":{"tf":1.0},"63":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"116":{"tf":1.0}}}},"t":{"df":1,"docs":{"63":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":1,"docs":{"183":{"tf":1.0}},"n":{"df":4,"docs":{"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"161":{"tf":1.0},"55":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"191":{"tf":1.0}}}},"df":0,"docs":{},"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":2,"docs":{"133":{"tf":1.0},"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"130":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"97":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"81":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"15":{"tf":1.0},"43":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}}},"i":{"df":4,"docs":{"29":{"tf":1.0},"30":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":13,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"165":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":1.7320508075688772},"76":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"50":{"tf":1.0}}},"u":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":1,"docs":{"133":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"121":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"76":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"200":{"tf":1.0},"209":{"tf":1.7320508075688772},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"29":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":1,"docs":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"161":{"tf":2.0},"183":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"116":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":33,"docs":{"10":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":2.8284271247461903},"141":{"tf":1.4142135623730951},"143":{"tf":1.0},"15":{"tf":1.7320508075688772},"156":{"tf":1.0},"161":{"tf":1.0},"168":{"tf":1.0},"172":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"191":{"tf":1.7320508075688772},"198":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"30":{"tf":1.7320508075688772},"32":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"46":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"191":{"tf":1.0},"198":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":2,"docs":{"164":{"tf":1.0},"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":15,"docs":{"107":{"tf":1.0},"139":{"tf":2.0},"159":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"2":{"tf":1.0},"29":{"tf":1.0},"37":{"tf":1.0},"44":{"tf":1.0},"60":{"tf":1.0},"68":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.4142135623730951},"13":{"tf":2.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":1.0},"158":{"tf":2.0},"161":{"tf":1.0},"162":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":2.449489742783178},"167":{"tf":1.0},"195":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"30":{"tf":2.23606797749979},"37":{"tf":1.0},"39":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"167":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"121":{"tf":1.0},"21":{"tf":1.0},"69":{"tf":1.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"70":{"tf":1.0}}}}}}}},"r":{"c":{"/":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"15":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{".":{"df":0,"docs":{},"r":{"df":14,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":7,"docs":{"13":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":30,"docs":{"13":{"tf":3.3166247903554},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.4142135623730951},"15":{"tf":3.0},"156":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"190":{"tf":1.4142135623730951},"198":{"tf":2.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.4142135623730951},"21":{"tf":2.6457513110645907},"23":{"tf":2.6457513110645907},"25":{"tf":2.6457513110645907},"27":{"tf":2.6457513110645907},"29":{"tf":2.0},"30":{"tf":3.1622776601683795},"32":{"tf":2.449489742783178},"37":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"41":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":2.449489742783178},"60":{"tf":1.0},"81":{"tf":1.4142135623730951},"83":{"tf":1.4142135623730951},"9":{"tf":1.0}}},"df":0,"docs":{}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"2":{"tf":1.7320508075688772},"21":{"tf":1.0},"3":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"191":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"p":{"df":9,"docs":{"13":{"tf":3.3166247903554},"15":{"tf":3.3166247903554},"20":{"tf":3.3166247903554},"21":{"tf":3.3166247903554},"23":{"tf":3.3166247903554},"25":{"tf":3.3166247903554},"27":{"tf":3.3166247903554},"29":{"tf":1.0},"30":{"tf":3.1622776601683795}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"r":{"d":{"df":12,"docs":{"114":{"tf":1.0},"13":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.4142135623730951},"170":{"tf":1.0},"21":{"tf":1.4142135623730951},"30":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":3,"docs":{"115":{"tf":1.0},"205":{"tf":1.0},"99":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"i":{"c":{"df":14,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.7320508075688772},"30":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}},"df":2,"docs":{"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}},"y":{"df":1,"docs":{"130":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"41":{"tf":1.0},"58":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"191":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"145":{"tf":1.4142135623730951},"21":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"129":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"209":{"tf":1.0},"29":{"tf":1.4142135623730951},"58":{"tf":1.0},"60":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"129":{"tf":1.4142135623730951},"69":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":34,"docs":{"13":{"tf":3.872983346207417},"139":{"tf":5.0990195135927845},"143":{"tf":1.4142135623730951},"147":{"tf":4.358898943540674},"148":{"tf":4.69041575982343},"15":{"tf":3.3166247903554},"150":{"tf":2.449489742783178},"161":{"tf":6.782329983125268},"162":{"tf":5.477225575051661},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.605551275463989},"166":{"tf":3.3166247903554},"167":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"19":{"tf":2.8284271247461903},"191":{"tf":1.4142135623730951},"197":{"tf":2.0},"198":{"tf":1.7320508075688772},"2":{"tf":1.0},"20":{"tf":3.1622776601683795},"207":{"tf":2.0},"208":{"tf":1.4142135623730951},"21":{"tf":3.1622776601683795},"23":{"tf":3.1622776601683795},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.4142135623730951},"30":{"tf":3.605551275463989},"52":{"tf":2.0},"54":{"tf":1.7320508075688772},"58":{"tf":1.0},"60":{"tf":1.0},"81":{"tf":1.0}}}},"p":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"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":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}}}}},"df":5,"docs":{"139":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"3":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"29":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"b":{"df":3,"docs":{"202":{"tf":1.7320508075688772},"7":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"42":{"tf":2.0}}}}}},"u":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"99":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.7320508075688772},"139":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"52":{"tf":1.0},"54":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"161":{"tf":1.0},"58":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"1":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"150":{"tf":1.0},"30":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"c":{"df":0,"docs":{},"h":{"df":16,"docs":{"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.4142135623730951},"156":{"tf":1.0},"158":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"4":{"tf":1.0}}}},"df":0,"docs":{},"x":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"21":{"tf":1.0},"50":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"32":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"29":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"143":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":14,"docs":{"114":{"tf":1.4142135623730951},"125":{"tf":1.0},"130":{"tf":1.0},"139":{"tf":1.7320508075688772},"143":{"tf":1.0},"157":{"tf":1.0},"161":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"168":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.7320508075688772},"75":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.0}},"e":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"160":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"159":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"70":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"65":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":4,"docs":{"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":11,"docs":{"102":{"tf":1.4142135623730951},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"99":{"tf":2.6457513110645907}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"n":{"c":{"df":1,"docs":{"156":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"158":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"159":{"tf":2.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":3,"docs":{"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"58":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":7,"docs":{"185":{"tf":1.4142135623730951},"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"55":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"156":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":17,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"164":{"tf":1.0},"166":{"tf":2.23606797749979},"191":{"tf":1.4142135623730951},"195":{"tf":1.0},"210":{"tf":1.7320508075688772},"32":{"tf":1.0},"34":{"tf":1.0},"41":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"58":{"tf":1.7320508075688772}}},"k":{"df":0,"docs":{},"e":{"df":3,"docs":{"160":{"tf":1.0},"165":{"tf":1.4142135623730951},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"139":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.4142135623730951}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"139":{"tf":2.0},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"165":{"tf":1.0}}}}}}}},"df":89,"docs":{"10":{"tf":1.0},"100":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"109":{"tf":1.7320508075688772},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":3.7416573867739413},"130":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":3.1622776601683795},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"15":{"tf":3.4641016151377544},"150":{"tf":1.7320508075688772},"152":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"159":{"tf":2.0},"161":{"tf":3.3166247903554},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":2.449489742783178},"169":{"tf":1.0},"17":{"tf":1.0},"170":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"179":{"tf":2.23606797749979},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.7320508075688772},"192":{"tf":1.0},"196":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":2.0},"20":{"tf":3.1622776601683795},"200":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":2.449489742783178},"207":{"tf":2.23606797749979},"208":{"tf":1.0},"21":{"tf":3.3166247903554},"210":{"tf":2.6457513110645907},"23":{"tf":3.0},"25":{"tf":3.1622776601683795},"27":{"tf":3.1622776601683795},"29":{"tf":1.0},"30":{"tf":3.872983346207417},"32":{"tf":2.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"41":{"tf":3.7416573867739413},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.7320508075688772},"48":{"tf":3.7416573867739413},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.0},"54":{"tf":3.0},"56":{"tf":1.0},"58":{"tf":2.6457513110645907},"62":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.4142135623730951},"81":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"145":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"69":{"tf":1.0}}}}},"df":1,"docs":{"159":{"tf":2.23606797749979}},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"139":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":2.6457513110645907}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{".":{"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":{"30":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"/":{"df":0,"docs":{},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":1,"docs":{"174":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"]":{"df":1,"docs":{"9":{"tf":1.0}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"=":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"30":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.7320508075688772}}}}}}},"df":26,"docs":{"10":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"13":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":1.7320508075688772},"210":{"tf":2.6457513110645907},"29":{"tf":2.8284271247461903},"3":{"tf":1.4142135623730951},"30":{"tf":4.123105625617661},"32":{"tf":2.6457513110645907},"35":{"tf":1.7320508075688772},"4":{"tf":1.0},"41":{"tf":2.0},"44":{"tf":1.4142135623730951},"48":{"tf":2.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"54":{"tf":2.0},"70":{"tf":1.7320508075688772},"77":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.4142135623730951},"97":{"tf":2.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"37":{"tf":1.0},"81":{"tf":1.0}}}}}},"s":{"/":{"*":{"*":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"10":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":5,"docs":{"30":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"y":{"'":{"df":0,"docs":{},"r":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"157":{"tf":1.0},"165":{"tf":1.0},"175":{"tf":1.0},"29":{"tf":1.4142135623730951},"4":{"tf":1.0}}}},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"171":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":3,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"171":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"133":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"157":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":2,"docs":{"124":{"tf":1.0},"155":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":8,"docs":{"135":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"42":{"tf":1.0},"66":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"161":{"tf":1.0}}}}}}}}}},"u":{"df":1,"docs":{"2":{"tf":1.4142135623730951}}}},"i":{"df":1,"docs":{"166":{"tf":1.7320508075688772}},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":20,"docs":{"102":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.7320508075688772},"15":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"161":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"19":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"157":{"tf":1.0},"165":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"i":{"c":{"=":{"%":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"_":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"197":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"195":{"tf":1.0},"197":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"195":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951}}}}}}}}},"df":4,"docs":{"193":{"tf":1.0},"195":{"tf":3.4641016151377544},"197":{"tf":2.23606797749979},"198":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"/":{"/":{":":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"124":{"tf":1.0}}},".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":4,"docs":{"13":{"tf":1.0},"20":{"tf":1.0},"25":{"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":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"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":{}}}}}}},"df":0,"docs":{}}}}}}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"148":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"p":{"df":3,"docs":{"185":{"tf":1.0},"195":{"tf":1.0},"208":{"tf":1.0}}}}}},"df":40,"docs":{"103":{"tf":1.0},"11":{"tf":1.4142135623730951},"121":{"tf":1.0},"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":2.0},"136":{"tf":1.7320508075688772},"139":{"tf":3.0},"141":{"tf":1.0},"143":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":2.8284271247461903},"148":{"tf":3.0},"15":{"tf":1.4142135623730951},"159":{"tf":1.0},"183":{"tf":2.0},"184":{"tf":1.0},"185":{"tf":2.0},"186":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":3.0},"197":{"tf":1.0},"2":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":2.23606797749979},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"58":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"70":{"tf":1.0},"97":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":28,"docs":{"101":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"13":{"tf":1.0},"135":{"tf":1.4142135623730951},"139":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.23606797749979},"149":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"49":{"tf":1.0},"55":{"tf":1.0},"58":{"tf":1.7320508075688772},"64":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"139":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}}},"p":{"df":5,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"43":{"tf":1.0}}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"112":{"tf":1.0},"13":{"tf":1.0},"139":{"tf":1.4142135623730951},"165":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.0},"41":{"tf":2.6457513110645907},"48":{"tf":2.6457513110645907},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"143":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"e":{",":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"125":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":4,"docs":{"125":{"tf":1.4142135623730951},"158":{"tf":1.0},"50":{"tf":1.0},"58":{"tf":1.0}}}},"i":{"df":1,"docs":{"139":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":9,"docs":{"135":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"148":{"tf":2.0},"160":{"tf":1.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772}}}},"v":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"164":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"e":{"df":28,"docs":{"110":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":2.6457513110645907},"158":{"tf":1.0},"159":{"tf":1.0},"161":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.4142135623730951},"166":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.0},"21":{"tf":1.7320508075688772},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"37":{"tf":1.0},"41":{"tf":1.7320508075688772},"48":{"tf":1.7320508075688772},"58":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"156":{"tf":1.0}}}}}},"s":{"df":1,"docs":{"209":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"o":{"df":2,"docs":{"43":{"tf":1.0},"69":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"9":{"tf":1.0}}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"9":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":46,"docs":{"13":{"tf":1.4142135623730951},"135":{"tf":1.0},"139":{"tf":1.7320508075688772},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"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},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"9":{"tf":1.0}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"207":{"tf":1.0},"209":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"c":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"u":{"df":1,"docs":{"159":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"13":{"tf":2.0},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"32":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"157":{"tf":1.0},"158":{"tf":1.0},"172":{"tf":1.0},"186":{"tf":1.0},"32":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"183":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"19":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":35,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"141":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"20":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0}}}},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}},"df":4,"docs":{"10":{"tf":1.0},"172":{"tf":1.0},"29":{"tf":1.0},"93":{"tf":1.4142135623730951}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"152":{"tf":1.0},"160":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":6,"docs":{"139":{"tf":1.4142135623730951},"148":{"tf":2.0},"163":{"tf":2.23606797749979},"164":{"tf":2.23606797749979},"165":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"116":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"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":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"19":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"11":{"tf":1.0},"78":{"tf":1.0},"79":{"tf":1.0},"81":{"tf":1.7320508075688772}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"139":{"tf":1.0},"58":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":9,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":13,"docs":{"118":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"139":{"tf":1.0},"15":{"tf":1.4142135623730951},"158":{"tf":1.0},"20":{"tf":1.4142135623730951},"21":{"tf":1.7320508075688772},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"9":{"tf":1.0},"99":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"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":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"195":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"19":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"156":{"tf":2.23606797749979},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"df":9,"docs":{"13":{"tf":1.0},"133":{"tf":1.0},"15":{"tf":1.0},"156":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"183":{"tf":1.0},"32":{"tf":1.0},"65":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"175":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":7,"docs":{"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.4142135623730951},"160":{"tf":1.0},"166":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"160":{"tf":1.0},"76":{"tf":1.0}}}},"df":100,"docs":{"1":{"tf":1.4142135623730951},"10":{"tf":1.0},"100":{"tf":1.0},"102":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"124":{"tf":2.0},"13":{"tf":5.196152422706632},"133":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"139":{"tf":4.69041575982343},"141":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":2.6457513110645907},"148":{"tf":2.0},"15":{"tf":4.123105625617661},"150":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":2.0},"154":{"tf":1.7320508075688772},"156":{"tf":2.449489742783178},"157":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":3.0},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":3.3166247903554},"166":{"tf":2.449489742783178},"167":{"tf":1.7320508075688772},"168":{"tf":1.0},"172":{"tf":1.0},"181":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"185":{"tf":2.0},"186":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":2.23606797749979},"198":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":5.0},"200":{"tf":1.4142135623730951},"202":{"tf":2.6457513110645907},"203":{"tf":1.0},"205":{"tf":1.7320508075688772},"207":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":4.358898943540674},"210":{"tf":2.23606797749979},"23":{"tf":4.0},"25":{"tf":5.0},"27":{"tf":4.358898943540674},"29":{"tf":1.0},"30":{"tf":5.0990195135927845},"32":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"39":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":2.23606797749979},"46":{"tf":2.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":3.3166247903554},"63":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"97":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"\"":{"@":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"/":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":6,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.0},"149":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"29":{"tf":1.0},"30":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"(":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"r":{"df":3,"docs":{"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":15,"docs":{"102":{"tf":1.0},"135":{"tf":1.4142135623730951},"143":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"183":{"tf":1.0},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"69":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"159":{"tf":1.0},"172":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":9,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"165":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":28,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"13":{"tf":2.8284271247461903},"130":{"tf":1.0},"139":{"tf":2.0},"143":{"tf":1.0},"148":{"tf":1.7320508075688772},"15":{"tf":2.23606797749979},"160":{"tf":1.4142135623730951},"161":{"tf":2.0},"165":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":2.6457513110645907},"202":{"tf":1.7320508075688772},"21":{"tf":2.23606797749979},"210":{"tf":1.4142135623730951},"23":{"tf":2.23606797749979},"25":{"tf":2.6457513110645907},"27":{"tf":2.23606797749979},"30":{"tf":2.8284271247461903},"32":{"tf":1.0},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"81":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"r":{"df":2,"docs":{"55":{"tf":1.0},"56":{"tf":1.4142135623730951}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":25,"docs":{"104":{"tf":1.0},"107":{"tf":1.4142135623730951},"13":{"tf":3.3166247903554},"133":{"tf":1.0},"139":{"tf":2.0},"15":{"tf":3.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.0},"160":{"tf":2.0},"161":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"20":{"tf":3.0},"202":{"tf":1.7320508075688772},"21":{"tf":3.0},"210":{"tf":2.23606797749979},"23":{"tf":3.0},"25":{"tf":3.0},"27":{"tf":3.0},"30":{"tf":3.4641016151377544},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":3.0},"60":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"165":{"tf":1.0},"167":{"tf":1.0},"84":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"160":{"tf":1.0},"165":{"tf":1.0}}},"df":0,"docs":{}}}},"df":5,"docs":{"122":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":4.0},"171":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"b":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":43,"docs":{"1":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"139":{"tf":2.0},"143":{"tf":2.23606797749979},"146":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"148":{"tf":2.6457513110645907},"149":{"tf":1.0},"15":{"tf":1.7320508075688772},"150":{"tf":2.23606797749979},"154":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":2.449489742783178},"160":{"tf":1.7320508075688772},"161":{"tf":2.6457513110645907},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":3.3166247903554},"166":{"tf":2.0},"167":{"tf":1.0},"175":{"tf":1.4142135623730951},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":2.6457513110645907},"2":{"tf":2.8284271247461903},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":2.0},"210":{"tf":1.7320508075688772},"23":{"tf":1.7320508075688772},"25":{"tf":1.7320508075688772},"27":{"tf":1.7320508075688772},"29":{"tf":1.0},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"60":{"tf":1.0},"99":{"tf":2.0}},"}":{".":{"b":{"a":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"/":{":":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"165":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"a":{"df":28,"docs":{"10":{"tf":1.0},"13":{"tf":1.4142135623730951},"133":{"tf":1.0},"135":{"tf":1.0},"137":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"161":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"179":{"tf":1.0},"183":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.0},"30":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0},"58":{"tf":1.0},"68":{"tf":1.4142135623730951},"70":{"tf":1.0},"9":{"tf":1.0},"99":{"tf":1.4142135623730951}}},"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"68":{"tf":1.0}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"159":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.0},"58":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"157":{"tf":1.0},"159":{"tf":1.0},"35":{"tf":1.0},"58":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"65":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"77":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"65":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":6,"docs":{"179":{"tf":2.0},"65":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.4142135623730951},"77":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"117":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":2,"docs":{"41":{"tf":1.0},"48":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"159":{"tf":1.0},"163":{"tf":2.0},"164":{"tf":2.0},"173":{"tf":1.0},"175":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"58":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"130":{"tf":1.7320508075688772},"19":{"tf":3.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"1":{"df":3,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0}}},"2":{"df":1,"docs":{"148":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"3":{"2":{"df":4,"docs":{"148":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"207":{"tf":1.0}}},"df":0,"docs":{}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"208":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"207":{"tf":1.4142135623730951}}}}}},"df":6,"docs":{"203":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":2.0},"208":{"tf":2.23606797749979},"209":{"tf":3.0},"210":{"tf":2.23606797749979}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":2,"docs":{"155":{"tf":1.0},"156":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"13":{"tf":1.0},"207":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"208":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}}}},"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":6,"docs":{"132":{"tf":1.0},"139":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"195":{"tf":1.0},"197":{"tf":1.0},"2":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":5,"docs":{"118":{"tf":1.0},"139":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"43":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":34,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":2.23606797749979},"147":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.7320508075688772},"163":{"tf":2.0},"164":{"tf":2.0},"165":{"tf":1.7320508075688772},"172":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"197":{"tf":1.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.0},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"30":{"tf":2.0},"58":{"tf":1.7320508075688772},"87":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":7,"docs":{"20":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"76":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"132":{"tf":1.0},"170":{"tf":1.0},"75":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":7,"docs":{"13":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"4":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"156":{"tf":1.0}}}},"s":{"df":0,"docs":{},"h":{"df":10,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"122":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"37":{"tf":1.0},"58":{"tf":1.0},"81":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":10,"docs":{"10":{"tf":1.0},"114":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"69":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":11,"docs":{"13":{"tf":1.0},"15":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"75":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"148":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"170":{"tf":1.0},"191":{"tf":1.0},"4":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.4142135623730951},"72":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":39,"docs":{"115":{"tf":1.0},"13":{"tf":1.7320508075688772},"139":{"tf":1.0},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"171":{"tf":1.0},"179":{"tf":1.0},"185":{"tf":1.0},"191":{"tf":1.0},"20":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.7320508075688772},"34":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"65":{"tf":1.7320508075688772},"69":{"tf":3.4641016151377544},"70":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"159":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},">":{"/":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"67":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"73":{"tf":1.0}}}}}},"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":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"69":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"19":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":2,"docs":{"13":{"tf":1.0},"30":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"n":{"df":2,"docs":{"184":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":9,"docs":{"13":{"tf":1.4142135623730951},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"9":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"103":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"161":{"tf":1.4142135623730951},"163":{"tf":1.0},"164":{"tf":1.0},"58":{"tf":1.0},"69":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"161":{"tf":1.0},"65":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":5,"docs":{"148":{"tf":1.4142135623730951},"163":{"tf":1.7320508075688772},"164":{"tf":1.7320508075688772},"165":{"tf":1.0},"60":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"z":{"/":{"/":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"z":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"161":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"161":{"tf":1.4142135623730951}}}},"y":{"df":1,"docs":{"159":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"r":{"df":4,"docs":{"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"158":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.0}}}}}}}}}},"z":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":10,"docs":{"118":{"tf":1.7320508075688772},"13":{"tf":1.0},"139":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"25":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":10,"docs":{"126":{"tf":1.0},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"29":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"126":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"11":{"tf":1.0},"78":{"tf":1.0}}},"y":{"=":{"<":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"78":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"97":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"breadcrumbs":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":6,"docs":{"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"186":{"tf":1.0}}}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"57":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"59":{"tf":1.0},"60":{"tf":1.4142135623730951}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":18,"docs":{"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":9,"docs":{"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"168":{"tf":1.4142135623730951},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":16,"docs":{"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}}}}}}},"df":18,"docs":{"151":{"tf":1.0},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"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},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":31,"docs":{"180":{"tf":1.4142135623730951},"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":1.0},"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},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"151":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"61":{"tf":1.0},"62":{"tf":1.4142135623730951}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":4,"docs":{"176":{"tf":1.4142135623730951},"177":{"tf":1.0},"178":{"tf":1.0},"179":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":6,"docs":{"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"193":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":87,"docs":{"0":{"tf":1.0},"10":{"tf":1.4142135623730951},"11":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"194":{"tf":1.0},"20":{"tf":1.0},"204":{"tf":1.0},"206":{"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.4142135623730951},"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},"44":{"tf":1.4142135623730951},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"7":{"tf":1.4142135623730951},"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.4142135623730951},"8":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":15,"docs":{"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"142":{"tf":1.0},"143":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"36":{"tf":1.0},"37":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"38":{"tf":1.0},"39":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"40":{"tf":1.0},"41":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"53":{"tf":1.0},"54":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"51":{"tf":1.0},"52":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"15":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"18":{"tf":1.0},"19":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"24":{"tf":1.0},"25":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"26":{"tf":1.0},"27":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"144":{"tf":1.0},"145":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"31":{"tf":1.0},"32":{"tf":1.4142135623730951}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"172":{"tf":1.0},"28":{"tf":1.0},"29":{"tf":1.4142135623730951},"30":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"138":{"tf":1.0},"139":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"82":{"tf":1.0},"83":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":6,"docs":{"49":{"tf":1.4142135623730951},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0}}},"df":0,"docs":{}}},"df":71,"docs":{"0":{"tf":1.0},"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.0},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.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},"13":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"15":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"2":{"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},"63":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"87":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"45":{"tf":1.0},"46":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"47":{"tf":1.0},"48":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":2,"docs":{"140":{"tf":1.0},"141":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":52,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.4142135623730951},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"171":{"tf":1.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.7320508075688772},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":13,"docs":{"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"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.0},"145":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"125":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":8,"docs":{"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"title":{"root":{"3":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}}},"a":{"d":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"10":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":1,"docs":{"68":{"tf":1.0}},"w":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"86":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"161":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"73":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"172":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"3":{"tf":1.0},"74":{"tf":1.0}},"r":{"c":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"87":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"57":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"60":{"tf":1.0}}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":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":{"127":{"tf":1.0},"156":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"33":{"tf":1.0}}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"89":{"tf":1.0},"90":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"91":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"92":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"f":{"df":0,"docs":{},"g":{"df":1,"docs":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"153":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"170":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"9":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"168":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"152":{"tf":1.0},"160":{"tf":1.0},"172":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"129":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"179":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"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":{"95":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"df":1,"docs":{"72":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"151":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0}}},"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":{"73":{"tf":1.0}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"30":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"68":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"75":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"68":{"tf":1.0}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"_":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"98":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"99":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"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":{"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"100":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"101":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"102":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"103":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"6":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"180":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"151":{"tf":1.0}}}}},"r":{"a":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"104":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"105":{"tf":1.0},"106":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"107":{"tf":1.0}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"108":{"tf":1.0},"109":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"62":{"tf":1.0}},"s":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"61":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"174":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"164":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"67":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"150":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"df":1,"docs":{"176":{"tf":1.0}}},"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"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":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"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":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"170":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":1,"docs":{"176":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"178":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"206":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"j":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"206":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"72":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"68":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"113":{"tf":1.0}}}}},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"191":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"192":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"190":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"7":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"115":{"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":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"116":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"4":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"202":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"200":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"165":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"118":{"tf":1.0}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":19,"docs":{"0":{"tf":1.0},"10":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"194":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"6":{"tf":1.0},"7":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}},"s":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"181":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"d":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"187":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"193":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"o":{"3":{"df":1,"docs":{"199":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"203":{"tf":1.0}}}}}},"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":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"143":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"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":{"186":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"185":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"184":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"d":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"20":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"38":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"39":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"40":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"41":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"c":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"51":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"54":{"tf":1.0}}}}}}},"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"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":{"21":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"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":{"15":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"17":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"19":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"22":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"23":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"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":{"196":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"197":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"o":{"3":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"201":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"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":{"25":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"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":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"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":{"27":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"26":{"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":{},"l":{"df":0,"docs":{},"i":{"b":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"145":{"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":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"28":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}},"e":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"31":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"172":{"tf":1.0},"29":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"139":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"81":{"tf":1.0}}},"y":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"80":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"82":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"210":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"207":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"c":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"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":{"119":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}}},"df":6,"docs":{"0":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0}},"f":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"48":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"b":{"df":0,"docs":{},"z":{"df":0,"docs":{},"l":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"141":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"42":{"tf":1.0}}}}},"w":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"209":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":4,"docs":{"127":{"tf":1.0},"171":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":8,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"183":{"tf":1.0},"189":{"tf":1.0},"195":{"tf":1.0},"205":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"121":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"166":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"167":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":1,"docs":{"76":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"75":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"73":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"174":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"3":{"tf":1.0},"4":{"tf":1.0}}}}}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"72":{"tf":1.0}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"153":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"30":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"124":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"135":{"tf":1.0},"136":{"tf":1.0},"148":{"tf":1.0},"74":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"175":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"152":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"125":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"175":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"169":{"tf":1.0}}}},"df":0,"docs":{},"e":{"_":{"c":{"c":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"159":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"2":{"tf":1.0},"3":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"68":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"177":{"tf":1.0},"65":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":2,"docs":{"156":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"72":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"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